diff options
author | wiz <wiz@pkgsrc.org> | 2000-05-19 23:13:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-05-19 23:13:52 +0000 |
commit | 2f39c2de1b2a09cd8c544f2d4ebcf0c59f98130b (patch) | |
tree | 20af6158203ae6e28a0199373d80b934cc1f631e /security | |
parent | 8abf30eb3a7ba1652d308c032ceb682fb058e07e (diff) | |
download | pkgsrc-2f39c2de1b2a09cd8c544f2d4ebcf0c59f98130b.tar.gz |
find /dev/random, and use it
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/files/patch-sum | 4 | ||||
-rw-r--r-- | security/gnupg/patches/patch-ab | 8 | ||||
-rw-r--r-- | security/gnupg/pkg/PLIST | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/security/gnupg/files/patch-sum b/security/gnupg/files/patch-sum index f34a2d3a9d8..89c49f63889 100644 --- a/security/gnupg/files/patch-sum +++ b/security/gnupg/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/03/02 08:21:32 wiz Exp $ +$NetBSD: patch-sum,v 1.4 2000/05/19 23:13:52 wiz Exp $ -MD5 (patch-ab) = 59008643b57b255f9ee7d7eb84923e70 +MD5 (patch-ab) = a4c510a0d116864b8d98459ffd3e030d MD5 (patch-ac) = d727203e6a48d22677b58a69af73bd78 diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab index f9b3f324bce..0cbd585ce79 100644 --- a/security/gnupg/patches/patch-ab +++ b/security/gnupg/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.5 2000/03/02 08:21:33 wiz Exp $ +$NetBSD: patch-ab,v 1.6 2000/05/19 23:13:53 wiz Exp $ Make this work on NetBSD. For Solaris, make the DATADIRNAME share. @@ -14,17 +14,19 @@ For Solaris, make the DATADIRNAME share. CFLAGS_RDYNAMIC="" ;; -@@ -2043,6 +2043,9 @@ +@@ -2043,6 +2043,11 @@ NAME_OF_DEV_URANDOM="/dev/urandom" DYNLINK_MOD_CFLAGS="-shared -rdynamic -fpic -Wl,-Bshareable -Wl,-x" ;; + *-netbsd*) + DYNLINK_MOD_CFLAGS="-shared -rdynamic -fpic -Wl,-Bshareable -Wl,-x" ++ NAME_OF_DEV_RANDOM="/dev/random" ++ NAME_OF_DEV_URANDOM="/dev/urandom" + ;; *) NAME_OF_DEV_RANDOM="/dev/random" NAME_OF_DEV_URANDOM="/dev/urandom" -@@ -3441,7 +3444,7 @@ +@@ -3441,7 +3446,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* CATOBJEXT=.mo diff --git a/security/gnupg/pkg/PLIST b/security/gnupg/pkg/PLIST index c4637d4936d..500cd97feed 100644 --- a/security/gnupg/pkg/PLIST +++ b/security/gnupg/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2000/02/27 04:16:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/05/19 23:13:53 wiz Exp $ bin/gpg lib/gnupg/rndegd -lib/gnupg/rndlinux +lib/gnupg/rndunix lib/gnupg/tiger man/man1/gpg.1 share/gnupg/options.skel |