summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2007-03-15 21:06:48 +0000
committersimon <simon@FreeBSD.org>2007-03-15 21:06:48 +0000
commit9bb7d4296ba5713ffb3cebb43dd89e77d5f18443 (patch)
treedaa87d93f3e15b626aaabeec0754a62181751fe6 /crypto
parent86271f334e6caae184e30ba8d0813a47223709b0 (diff)
downloadFreeBSD-src-9bb7d4296ba5713ffb3cebb43dd89e77d5f18443.zip
FreeBSD-src-9bb7d4296ba5713ffb3cebb43dd89e77d5f18443.tar.gz
- Bring upgrade produce up-to-date for OpenSSL 0.9.8e.
- Add reminder to bump version numer in Makefile.inc.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssl/FREEBSD-upgrade5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssl/FREEBSD-upgrade b/crypto/openssl/FREEBSD-upgrade
index d558917..109df2b 100644
--- a/crypto/openssl/FREEBSD-upgrade
+++ b/crypto/openssl/FREEBSD-upgrade
@@ -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
with getting OpenSSL to compile...
-setenv OSSLVER 0.9.8b
-# OSSLTAG format: v0_9_8b
+setenv OSSLVER 0.9.8e
+# OSSLTAG format: v0_9_8e
setenv OSSLTAG v`echo ${OSSLVER} | tr . _`
fetch http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz \
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
# Do something so it actually compiles...
+# Update version number in lib/libcrypto/Makefile.inc
cd lib/libcrypto
make man-makefile-update && make man-update
cd ../libssl
OpenPOWER on IntegriCloud