diff options
author | adrianp <adrianp> | 2008-10-25 12:03:35 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-10-25 12:03:35 +0000 |
commit | 0131d94ab49b05160607f43dc3833887f282f82b (patch) | |
tree | 05a4970d5276230138294eea24f4fdf053f4164f /security | |
parent | 7f64fdb8b7226f57177622e0c486cba0ac504369 (diff) | |
download | pkgsrc-0131d94ab49b05160607f43dc3833887f282f82b.tar.gz |
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 (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 5 | ||||
-rw-r--r-- | security/openssl/distinfo | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index a1bc8523dfe..8d73800c698 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl TEST_TARGET= tests +MAKE_JOBS_SAFE= no HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./config diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 1ac0524f115..2522b8bfa03 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -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-af) = 3c1a88329b1a1c54bdd4624ceaf723af3749ec32 SHA1 (patch-ag) = 5f12c72b85e4b6c6a79dfcf87055e9e029fbd8c8 SHA1 (patch-ak) = 049250b9bd42e6f155145703135dab39a7ec17e0 SHA1 (patch-al) = 076a606352bdeaeea1cc64f16be2ac1325882302 +SHA1 (patch-am) = a2ba07bf35d53b096b3524b2d10ae26eef755da0 |