- Bring upgrade produce up-to-date for OpenSSL 0.9.8e.
- Add reminder to bump version numer in Makefile.inc.
This commit is contained in:
parent
0339ca21b8
commit
e9c804063f
@ -4,8 +4,8 @@ the FreeBSD base system. It is not expected to be complete but just to
|
|||||||
contain some hints for imports. Note that this doesn't actually deal
|
contain some hints for imports. Note that this doesn't actually deal
|
||||||
with getting OpenSSL to compile...
|
with getting OpenSSL to compile...
|
||||||
|
|
||||||
setenv OSSLVER 0.9.8b
|
setenv OSSLVER 0.9.8e
|
||||||
# OSSLTAG format: v0_9_8b
|
# OSSLTAG format: v0_9_8e
|
||||||
setenv OSSLTAG v`echo ${OSSLVER} | tr . _`
|
setenv OSSLTAG v`echo ${OSSLVER} | tr . _`
|
||||||
fetch http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz \
|
fetch http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz \
|
||||||
http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz.asc
|
http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz.asc
|
||||||
@ -25,6 +25,7 @@ cvs ci -m "Resolve conflicts after import of OpenSSL ${OSSLVER}."
|
|||||||
|
|
||||||
cd ../../secure
|
cd ../../secure
|
||||||
# Do something so it actually compiles...
|
# Do something so it actually compiles...
|
||||||
|
# Update version number in lib/libcrypto/Makefile.inc
|
||||||
cd lib/libcrypto
|
cd lib/libcrypto
|
||||||
make man-makefile-update && make man-update
|
make man-makefile-update && make man-update
|
||||||
cd ../libssl
|
cd ../libssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user