diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-26 02:22:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-26 02:22:38 +0000 |
commit | 1a3a4d209fee5e0656f2efb5f563feaebe417ba5 (patch) | |
tree | 85b9c8de343274b6d69a81e4bd71110f7e516789 /security/openssl/patches/patch-af | |
parent | ccd247625843701ef4343539126f831b64bf2e14 (diff) | |
download | pkgsrc-1a3a4d209fee5e0656f2efb5f563feaebe417ba5.tar.gz |
Update to 0.9.6m:
Changes between 0.9.6l and 0.9.6m [17 Mar 2004]
*) Fix null-pointer assignment in do_change_cipher_spec() revealed
by using the Codenomicon TLS Test Tool (CAN-2004-0079)
[Joe Orton, Steve Henson]
Diffstat (limited to 'security/openssl/patches/patch-af')
-rw-r--r-- | security/openssl/patches/patch-af | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/openssl/patches/patch-af b/security/openssl/patches/patch-af index 42c0fc3e81f..341daaf3f27 100644 --- a/security/openssl/patches/patch-af +++ b/security/openssl/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.8 2003/09/10 01:57:07 jlam Exp $ +$NetBSD: patch-af,v 1.9 2004/03/26 02:22:38 wiz Exp $ ---- Makefile.org.orig Fri Aug 9 07:43:56 2002 -+++ Makefile.org Tue Sep 9 21:37:22 2003 -@@ -169,7 +169,7 @@ +--- Makefile.org.orig Thu Jul 3 23:43:50 2003 ++++ Makefile.org +@@ -169,7 +169,7 @@ SDIRS= \ MAKEFILE= Makefile.ssl MAKE= make -f Makefile.ssl @@ -11,7 +11,7 @@ $NetBSD: patch-af,v 1.8 2003/09/10 01:57:07 jlam Exp $ MAN1=1 MAN3=3 SHELL=/bin/sh -@@ -262,8 +262,7 @@ +@@ -262,8 +262,7 @@ do_gnu-shared: libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \ ( set -x; ${CC} ${SHARED_LDFLAGS} \ -shared -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ @@ -21,7 +21,7 @@ $NetBSD: patch-af,v 1.8 2003/09/10 01:57:07 jlam Exp $ -Wl,--whole-archive lib$$i.a \ -Wl,--no-whole-archive $$libs ${EX_LIBS} -lc ) || exit 1; \ libs="$$libs -l$$i"; \ -@@ -632,10 +631,10 @@ +@@ -640,10 +639,10 @@ install: all install_docs @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ $(INSTALL_PREFIX)$(INSTALLTOP)/lib \ $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \ |