pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl Update to 0.9.6mnb2: Don't install (d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dae33d12ff5
branches:  trunk
changeset: 485633:5dae33d12ff5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 17 23:08:36 2004 +0000

description:
Update to 0.9.6mnb2: Don't install (deprecated) der_chop example
script, since it has insecure temp file handling.

diffstat:

 security/openssl/Makefile         |   4 ++--
 security/openssl/PLIST.common     |   3 +--
 security/openssl/distinfo         |   4 ++--
 security/openssl/patches/patch-ad |  13 +++++++++++--
 4 files changed, 16 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r 692a7d96aa94 -r 5dae33d12ff5 security/openssl/Makefile
--- a/security/openssl/Makefile Fri Dec 17 22:41:45 2004 +0000
+++ b/security/openssl/Makefile Fri Dec 17 23:08:36 2004 +0000
@@ -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 -r 692a7d96aa94 -r 5dae33d12ff5 security/openssl/PLIST.common
--- a/security/openssl/PLIST.common     Fri Dec 17 22:41:45 2004 +0000
+++ b/security/openssl/PLIST.common     Fri Dec 17 23:08:36 2004 +0000
@@ -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/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 -r 692a7d96aa94 -r 5dae33d12ff5 security/openssl/distinfo
--- a/security/openssl/distinfo Fri Dec 17 22:41:45 2004 +0000
+++ b/security/openssl/distinfo Fri Dec 17 23:08:36 2004 +0000
@@ -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 -r 692a7d96aa94 -r 5dae33d12ff5 security/openssl/patches/patch-ad
--- a/security/openssl/patches/patch-ad Fri Dec 17 22:41:45 2004 +0000
+++ b/security/openssl/patches/patch-ad Fri Dec 17 23:08:36 2004 +0000
@@ -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  \



Home | Main Index | Thread Index | Old Index