diff options
author | itojun <itojun@pkgsrc.org> | 2001-04-12 03:35:25 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-04-12 03:35:25 +0000 |
commit | 04f5fea24eb42f6e77b496b8ba15766b742e43d6 (patch) | |
tree | 77dbd3029055bfd2ad8b51203d25383df84a3916 /net | |
parent | 33ee9d4a8b572215de44d47c4fdeb46ec7a7b87a (diff) | |
download | pkgsrc-04f5fea24eb42f6e77b496b8ba15766b742e43d6.tar.gz |
on bind9 mailing list isc/niminum people recommended against the use of
/dev/urandom.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9-current/Makefile | 6 | ||||
-rw-r--r-- | net/bind9/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 679606b9533..574009f6286 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/28 09:04:12 itojun Exp $ +# $NetBSD: Makefile,v 1.18 2001/04/12 03:35:25 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -18,11 +18,9 @@ BIND_VERSION= 9.2.0s20010214 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads -# dnssec-keygen needs "good enough" random number, use /dev/urandom CONFIGURE_ARGS+=--with-libtool=yes \ --sysconfdir=/etc \ - --localstatedir=/var \ - --with-randomdev=/dev/urandom + --localstatedir=/var LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib # use external OpenSSL. comment the following two lines out to use # OpenSSL shipped with BIND9. diff --git a/net/bind9/Makefile b/net/bind9/Makefile index d176c74c634..76fc434abe6 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/03/29 03:40:42 itojun Exp $ +# $NetBSD: Makefile,v 1.34 2001/04/12 03:35:25 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -19,11 +19,9 @@ BIND_VERSION= 9.1.1 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads -# dnssec-keygen needs "good enough" random number, use /dev/urandom CONFIGURE_ARGS+=--with-libtool=yes \ --sysconfdir=/etc \ - --localstatedir=/var \ - --with-randomdev=/dev/urandom + --localstatedir=/var LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib # use external OpenSSL. comment the following two lines out to use # OpenSSL shipped with BIND9. |