pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind9 Update to 9.4.1-P1
details: https://anonhg.NetBSD.org/pkgsrc/rev/5baed0941195
branches: trunk
changeset: 531335:5baed0941195
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sat Jul 28 11:41:56 2007 +0000
description:
Update to 9.4.1-P1
2206. [security]
"allow-query-cache" and "allow-recursion" now
cross inherit from each other.
If allow-query-cache is not set in named.conf then
allow-recursion is used if set, otherwise allow-query
is used if set, otherwise the default (localnets;
localhost;) is used.
If allow-recursion is not set in named.conf then
allow-query-cache is used if set, otherwise allow-query
is used if set, otherwise the default (localnets;
localhost;) is used.
2203. [security]
Query id generation was cryptographically weak.
2202. [security]
The default acls for allow-query-cache and
allow-recursion were not being applied.
2193. [port]
win32: BINDInstall.exe is now linked statically.
2192. [port]
win32: use vcredist_x86.exe to install Visual
Studio's redistributable dlls if building with
Visual Stdio 2005 or later.
diffstat:
net/bind9/Makefile | 5 ++---
net/bind9/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 5f2891f72a95 -r 5baed0941195 net/bind9/Makefile
--- a/net/bind9/Makefile Sat Jul 28 11:40:25 2007 +0000
+++ b/net/bind9/Makefile Sat Jul 28 11:41:56 2007 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.90 2007/07/04 20:54:48 jlam Exp $
+# $NetBSD: Makefile,v 1.91 2007/07/28 11:41:56 adrianp Exp $
DISTNAME= bind-${BIND_VERSION}
CATEGORIES= net
-PKGREVISION= 1
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.isc.org/sw/bind/
COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
-BIND_VERSION= 9.4.1
+BIND_VERSION= 9.4.1-P1
# IPv6 ready, automatically detected
.include "../../mk/bsd.prefs.mk"
diff -r 5f2891f72a95 -r 5baed0941195 net/bind9/distinfo
--- a/net/bind9/distinfo Sat Jul 28 11:40:25 2007 +0000
+++ b/net/bind9/distinfo Sat Jul 28 11:41:56 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2007/05/02 08:12:37 cjs Exp $
+$NetBSD: distinfo,v 1.33 2007/07/28 11:41:57 adrianp Exp $
-SHA1 (bind-9.4.1.tar.gz) = d00899008cac044c34084cfc0b0d3b402b0d24c8
-RMD160 (bind-9.4.1.tar.gz) = 53dcfa9a0e2422aeb9f3e4d12f09b1595784cb45
-Size (bind-9.4.1.tar.gz) = 6334215 bytes
+SHA1 (bind-9.4.1-P1.tar.gz) = c65bfd3d6ff1dd78b678fe350e323bfb6d47fe1b
+RMD160 (bind-9.4.1-P1.tar.gz) = ced75a96098d78a7fdd8cc1d1e3daf2ad142ee9f
+Size (bind-9.4.1-P1.tar.gz) = 6341409 bytes
SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5
SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba
SHA1 (patch-ad) = 0e28ae0bb42e633f1ff1111478c97ced5c222186
Home |
Main Index |
Thread Index |
Old Index