diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-05-23 02:47:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-05-23 02:47:02 +0000 |
commit | 44e687d0d7ea07eeb9179eced47aea7d5ab9d7fe (patch) | |
tree | fc76a8f24b4476b6a1da30685d944db1d1476fac /security/openssl-beta/files/patch-ab | |
parent | Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2 (diff) |
Upgrade openssl to 0.9.6a and bump the shlib version in the process
due to non-backwards compatible changes. The shlib bump necessitates
a corresponding bump in bsd.port.mk for the automagic openssl
dependency. Mistakes in the port are my responsibility. Approval for
the bsd.port.mk commit comes through asami -> kkenn -> me. Kris is
a little busy at the moment, so he asked me to lob it in.
Approved by: kris
Notes
Notes:
svn path=/head/; revision=42951
Diffstat (limited to 'security/openssl-beta/files/patch-ab')
-rw-r--r-- | security/openssl-beta/files/patch-ab | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/security/openssl-beta/files/patch-ab b/security/openssl-beta/files/patch-ab index 8fbe55b661f0..571ebd87ca56 100644 --- a/security/openssl-beta/files/patch-ab +++ b/security/openssl-beta/files/patch-ab @@ -1,22 +1,18 @@ - -$FreeBSD$ - ---- Makefile.org.orig Thu Mar 16 21:46:20 2000 -+++ Makefile.org Sun Apr 22 19:50:06 2001 -@@ -165,7 +165,7 @@ +--- Makefile.org.orig Thu Apr 5 13:08:02 2001 ++++ Makefile.org Mon Apr 23 01:08:26 2001 +@@ -178,7 +178,7 @@ ONEDIRS=out tmp EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS WDIRS= windows --LIBS= libcrypto.a libssl.a +-LIBS= libcrypto.a libssl.a +LIBS= libcrypto.a libssl.a libRSAglue.a + SHARED_CRYPTO=libcrypto$(SHLIB_EXT) + SHARED_SSL=libssl$(SHLIB_EXT) + SHARED_LIBS= +@@ -250,6 +250,21 @@ + done - GENERAL= Makefile - BASENAME= openssl -@@ -189,6 +189,21 @@ - do \ - (cd $$i && echo "making all in $$i..." && \ - $(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' SDIRS='$(SDIRS)' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' PROCESSOR='${PROCESSOR}' PERL='${PERL}' RANLIB='${RANLIB}' all ) || exit 1; \ -+ done; + build-shared: clean-shared do_$(SHLIB_TARGET) link-shared + +freebsd-shared: + for i in ${SHLIBDIRS}; do \ @@ -31,6 +27,7 @@ $FreeBSD$ + @set -x; \ + for i in ${SHLIBDIRS}; do \ + ln -s lib$$i.so.${SHLIBVER} lib$$i.so; \ - done; ++ done; - linux-shared: + do_bsd-gcc-shared: do_gnu-shared + do_linux-shared: do_gnu-shared |