diff options
author | markm <markm@FreeBSD.org> | 1998-08-28 00:38:03 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-08-28 00:38:03 +0800 |
commit | 8a4cdd3cc173b8084cf286326b23fa56a1a712ee (patch) | |
tree | 47fa281d6b629854784e8646aa8373c7ed18d8ab /security/openssl/files | |
parent | 5f77aac3ed3f83cbd451fc7db4389d1f63f7b5ce (diff) | |
download | freebsd-ports-gnome-8a4cdd3cc173b8084cf286326b23fa56a1a712ee.tar.gz freebsd-ports-gnome-8a4cdd3cc173b8084cf286326b23fa56a1a712ee.tar.zst freebsd-ports-gnome-8a4cdd3cc173b8084cf286326b23fa56a1a712ee.zip |
Upgrade to version 0.9.0b
Diffstat (limited to 'security/openssl/files')
-rw-r--r-- | security/openssl/files/patch-ab | 46 |
1 files changed, 18 insertions, 28 deletions
diff --git a/security/openssl/files/patch-ab b/security/openssl/files/patch-ab index 184f8010307e..0d390ca466d0 100644 --- a/security/openssl/files/patch-ab +++ b/security/openssl/files/patch-ab @@ -1,28 +1,18 @@ -*** Makefile.ssl.ORIG Tue Feb 17 21:43:38 1998 ---- Makefile.ssl Tue Feb 17 21:46:22 1998 -*************** -*** 122,128 **** - VERSION PROBLEMS MINFO makefile.one e_os.h \ - MICROSOFT makevms.com - WDIRS= windows -! LIBS= libcrypto.a libssl.a - - GENERAL= Makefile - BASENAME= SSLeay ---- 122,128 ---- - VERSION PROBLEMS MINFO makefile.one e_os.h \ - MICROSOFT makevms.com - WDIRS= windows -! LIBS= libcrypto.a libssl.a libRSAglue.a - - GENERAL= Makefile - BASENAME= SSLeay -*************** -*** 272,276 **** ---- 272,277 ---- - sh util/ranlib.sh $(INSTALLTOP)/lib/$$i; \ - chmod 644 $(INSTALLTOP)/lib/$$i ); \ - done -+ cp apps/ssleay.cnf $(INSTALLTOP)/etc/ssleay.cnf.sample - - # DO NOT DELETE THIS LINE -- make depend depends on it. +--- Makefile.ssl.orig Fri Jun 26 10:25:25 1998 ++++ Makefile.ssl Sat Aug 22 13:14:34 1998 +@@ -175,7 +175,7 @@ + VERSION PROBLEMS MINFO makefile.one e_os.h \ + MICROSOFT makevms.com config PATENTS + WDIRS= windows +-LIBS= libcrypto.a libssl.a ++LIBS= libcrypto.a libssl.a libRSAglue.a + + GENERAL= Makefile + BASENAME= SSLeay +@@ -327,5 +327,6 @@ + sh util/ranlib.sh $(INSTALLTOP)/lib/$$i; \ + chmod 644 $(INSTALLTOP)/lib/$$i ); \ + done ++ cp apps/ssleay.cnf $(INSTALLTOP)/etc/ssleay.cnf.sample + + # DO NOT DELETE THIS LINE -- make depend depends on it. |