pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2007Q2]: pkgsrc/net/bind9 Pullup ticket 2160 - requested by ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/918abb9a0626
branches:  pkgsrc-2007Q2
changeset: 530485:918abb9a0626
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Aug 06 20:51:26 2007 +0000

description:
Pullup ticket 2160 - requested by adrianp
security update for bind9

- pkgsrc/net/bind9/Makefile                             1.91, 1.92
- pkgsrc/net/bind9/distinfo                             1.33

   Module Name: pkgsrc
   Committed By:        adrianp
   Date:                Sat Jul 28 11:41:57 UTC 2007

   Modified Files:
           pkgsrc/net/bind9: Makefile distinfo

   Log Message:
   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.
---
   Module Name: pkgsrc
   Committed By:        adrianp
   Date:                Wed Aug  1 21:09:57 UTC 2007

   Modified Files:
           pkgsrc/net/bind9: Makefile

   Log Message:
   Fix for bind package name pointed out by John Klos on tech-pkg@

diffstat:

 net/bind9/Makefile |  6 +++---
 net/bind9/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r f34629fde501 -r 918abb9a0626 net/bind9/Makefile
--- a/net/bind9/Makefile        Thu Aug 02 22:44:16 2007 +0000
+++ b/net/bind9/Makefile        Mon Aug 06 20:51:26 2007 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.89 2007/06/12 14:08:37 joerg Exp $
+# $NetBSD: Makefile,v 1.89.2.1 2007/08/06 20:51:26 ghen Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
+PKGNAME=       ${DISTNAME:S/-P1/pl1/}
 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 f34629fde501 -r 918abb9a0626 net/bind9/distinfo
--- a/net/bind9/distinfo        Thu Aug 02 22:44:16 2007 +0000
+++ b/net/bind9/distinfo        Mon Aug 06 20:51:26 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2007/05/02 08:12:37 cjs Exp $
+$NetBSD: distinfo,v 1.32.2.1 2007/08/06 20:51:27 ghen 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