summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormarkd <markd>2006-09-06 11:41:41 +0000
committermarkd <markd>2006-09-06 11:41:41 +0000
commit9f5310c912909ebe1f11a25a8ae89afc51dce365 (patch)
tree48097eb2b37cee6f74ac0e48371af0084c98de6e /security
parentbe5e4caa0519b6a3a8df1c0da461eb6f6f2dbe80 (diff)
downloadpkgsrc-9f5310c912909ebe1f11a25a8ae89afc51dce365.tar.gz
libgcrypt 1.2.3 may have fixed the name of the random device on NetBSD but
it broke the name of the urandom device. Bump PKGREVISION
Diffstat (limited to 'security')
-rw-r--r--security/libgcrypt/Makefile3
-rw-r--r--security/libgcrypt/distinfo3
-rw-r--r--security/libgcrypt/patches/patch-ag13
3 files changed, 17 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 99da73658fe..05c61029249 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2006/09/03 09:03:01 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2006/09/06 11:41:41 markd Exp $
DISTNAME= libgcrypt-1.2.3
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo
index e793cffcf8b..03cf008b30d 100644
--- a/security/libgcrypt/distinfo
+++ b/security/libgcrypt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2006/09/03 09:03:01 wiz Exp $
+$NetBSD: distinfo,v 1.18 2006/09/06 11:41:41 markd Exp $
SHA1 (libgcrypt-1.2.3.tar.gz) = 9680c8b3ffa20a82c32aa0d8947202c74c82f6eb
RMD160 (libgcrypt-1.2.3.tar.gz) = 6e6290ec4bb89e19ac312e76d0f0a12856bfe3bc
@@ -9,3 +9,4 @@ SHA1 (patch-ac) = bc846d21e3842103ec50679d69169a8472c12a66
SHA1 (patch-ad) = f32281612b51c5bb3788cf03c6f5615bdfc0d3e8
SHA1 (patch-ae) = 7285281151403af32837e24b795959899d6a3bcb
SHA1 (patch-af) = f62f9f5b8ebc9e5f3a2570ec609de66e2d77e587
+SHA1 (patch-ag) = 02b4ae62ef71f7127861473a2072709b5effecd7
diff --git a/security/libgcrypt/patches/patch-ag b/security/libgcrypt/patches/patch-ag
new file mode 100644
index 00000000000..63c298ff9aa
--- /dev/null
+++ b/security/libgcrypt/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/09/06 11:41:41 markd Exp $
+
+--- configure.orig 2006-09-06 15:55:58.000000000 +1200
++++ configure
+@@ -19575,7 +19575,7 @@ case "${target}" in
+ # DYNLINK_MOD_CFLAGS="-shared -rdynamic $CFLAGS_PIC -Wl,-Bshareable -Wl,-x"
+ ;;
+
+- *-solaris* | *-irix* | *-dec-osf* | *-netbsd* )
++ *-solaris* | *-irix* | *-dec-osf* )
+ NAME_OF_DEV_RANDOM="/dev/random"
+ NAME_OF_DEV_URANDOM="/dev/random"
+ # DYNLINK_MOD_CFLAGS="-shared $CFLAGS_PIC"