summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-17 23:08:36 +0000
committerwiz <wiz@pkgsrc.org>2004-12-17 23:08:36 +0000
commit51aa86a45362fce5f03893b7f9fbf251def95a02 (patch)
treec7f99a111379e85e94e4fb783242ca514e0efb0c /security/openssl
parentdd3b1f17743b4629b9683b49bd8c5f9114a88dde (diff)
downloadpkgsrc-51aa86a45362fce5f03893b7f9fbf251def95a02.tar.gz
Update to 0.9.6mnb2: Don't install (deprecated) der_chop example
script, since it has insecure temp file handling.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile4
-rw-r--r--security/openssl/PLIST.common3
-rw-r--r--security/openssl/distinfo4
-rw-r--r--security/openssl/patches/patch-ad13
4 files changed, 16 insertions, 8 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index c347497f001..a78650b413f 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.96 2004/10/03 00:18:11 tv Exp $
+# $NetBSD: Makefile,v 1.97 2004/12/17 23:08:36 wiz Exp $
DISTNAME= openssl-0.9.6m
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= ossl
CATEGORIES= security
MASTER_SITES= http://mirrors.isc.org/pub/openssl/source/ \
diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common
index c338af5d7ae..f80db3d522e 100644
--- a/security/openssl/PLIST.common
+++ b/security/openssl/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.7 2004/03/09 08:06:45 reed Exp $
+@comment $NetBSD: PLIST.common,v 1.8 2004/12/17 23:08:36 wiz Exp $
bin/openssl
bin/c_hash
bin/c_info
@@ -286,7 +286,6 @@ man/man5/config.5
man/man7/des_modes.7
share/examples/openssl/CA.pl
share/examples/openssl/CA.sh
-share/examples/openssl/der_chop
share/examples/openssl/openssl.cnf
@dirrm share/examples/openssl
@dirrm include/openssl
diff --git a/security/openssl/distinfo b/security/openssl/distinfo
index 4bedb5d9298..b52d2abd61a 100644
--- a/security/openssl/distinfo
+++ b/security/openssl/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.30 2004/04/25 20:36:11 tv Exp $
+$NetBSD: distinfo,v 1.31 2004/12/17 23:08:36 wiz Exp $
SHA1 (openssl-0.9.6m.tar.gz) = 52414b8867944e2c35940142d38052544dab1358
Size (openssl-0.9.6m.tar.gz) = 2184918 bytes
SHA1 (patch-aa) = 52276d38e21e625832be89064a5325b1ed4ceba4
SHA1 (patch-ab) = cfbcaa52bec88987b8a63725b84adfd58b324032
SHA1 (patch-ac) = 51079a3a9a1e489f337d66d08f10cfc956a689b1
-SHA1 (patch-ad) = 44acd3ba563095511267b09a7b56774bb3b90b1d
+SHA1 (patch-ad) = ca83a28aedf78706ec4d085cd36d7f3e2ea35cd0
SHA1 (patch-ae) = f4bf6ae5aa41b55d9978376e4e50ee10c10dd288
SHA1 (patch-af) = 44fc5a1eee74128a66d98e195a490b88d69958de
SHA1 (patch-aj) = e300ae91c19214faf3419e7499214a1b536aac18
diff --git a/security/openssl/patches/patch-ad b/security/openssl/patches/patch-ad
index 7f552227fb4..6f3f30f2935 100644
--- a/security/openssl/patches/patch-ad
+++ b/security/openssl/patches/patch-ad
@@ -1,7 +1,16 @@
-$NetBSD: patch-ad,v 1.11 2004/03/26 06:54:30 jlam Exp $
+$NetBSD: patch-ad,v 1.12 2004/12/17 23:08:36 wiz Exp $
---- apps/Makefile.ssl.orig Thu Aug 14 02:30:31 2003
+--- apps/Makefile.ssl.orig 2003-08-14 08:30:31.000000000 +0200
+++ apps/Makefile.ssl
+@@ -31,7 +31,7 @@ LIBSSL=-L.. -lssl
+
+ PROGRAM= openssl
+
+-SCRIPTS=CA.sh CA.pl der_chop
++SCRIPTS=CA.sh CA.pl
+
+ EXE= $(PROGRAM)$(EXE_EXT)
+
@@ -100,11 +100,11 @@ install:
@for i in $(SCRIPTS); \
do \