pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl OpenSSL is not JOBS_SAFE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7433d53ee1b8
branches:  trunk
changeset: 548953:7433d53ee1b8
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Oct 25 12:03:35 2008 +0000

description:
OpenSSL is not JOBS_SAFE
Pull in a fix from the OpenSSL CVS:
http://cvs.openssl.org/filediff?f=openssl/crypto/x509/x509_att.c&v1=1.14&v2=1.15
This should fix PR #39767 opened by Wolfgang Solfrank

diffstat:

 security/openssl/Makefile |  5 +++--
 security/openssl/distinfo |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 5388f6a12109 -r 7433d53ee1b8 security/openssl/Makefile
--- a/security/openssl/Makefile Sat Oct 25 11:25:35 2008 +0000
+++ b/security/openssl/Makefile Sat Oct 25 12:03:35 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.135 2008/09/17 00:46:58 reed Exp $
+# $NetBSD: Makefile,v 1.136 2008/10/25 12:03:35 adrianp Exp $
 
 OPENSSL_SNAPSHOT?=     # empty
 OPENSSL_STABLE?=       # empty
 OPENSSL_VERS?=         0.9.8h
-PKGREVISION=           1
+PKGREVISION=           2
 
 .if empty(OPENSSL_SNAPSHOT)
 DISTNAME=      openssl-${OPENSSL_VERS}
@@ -43,6 +43,7 @@
 
 USE_TOOLS+=            gmake perl
 TEST_TARGET=           tests
+MAKE_JOBS_SAFE=                no
 
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ./config
diff -r 5388f6a12109 -r 7433d53ee1b8 security/openssl/distinfo
--- a/security/openssl/distinfo Sat Oct 25 11:25:35 2008 +0000
+++ b/security/openssl/distinfo Sat Oct 25 12:03:35 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.63 2008/07/14 22:19:11 dsainty Exp $
+$NetBSD: distinfo,v 1.64 2008/10/25 12:03:35 adrianp Exp $
 
 SHA1 (openssl-0.9.8h.tar.gz) = ced4f2da24a202e01ea22bef30ebc8aee274de86
 RMD160 (openssl-0.9.8h.tar.gz) = 676337da20c3fc3fc4001a79c6d28589cba719cd
@@ -11,3 +11,4 @@
 SHA1 (patch-ag) = 5f12c72b85e4b6c6a79dfcf87055e9e029fbd8c8
 SHA1 (patch-ak) = 049250b9bd42e6f155145703135dab39a7ec17e0
 SHA1 (patch-al) = 076a606352bdeaeea1cc64f16be2ac1325882302
+SHA1 (patch-am) = a2ba07bf35d53b096b3524b2d10ae26eef755da0



Home | Main Index | Thread Index | Old Index