pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind9 Changes since 9.4.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/de76a8303862
branches: trunk
changeset: 552721:de76a8303862
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Thu Jan 08 09:02:19 2009 +0000
description:
Changes since 9.4.3:
2522. [security] Handle -1 from DSA_do_verify().
2498. [bug] Removed a bogus function argument used with
ISC_SOCKET_USE_POLLWATCH: it could cause compiler
warning or crash named with the debug 1 level
of logging. [RT #18917]
diffstat:
net/bind9/Makefile | 8 ++++++--
net/bind9/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r 8b50af41ec74 -r de76a8303862 net/bind9/Makefile
--- a/net/bind9/Makefile Thu Jan 08 08:42:41 2009 +0000
+++ b/net/bind9/Makefile Thu Jan 08 09:02:19 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.103 2009/01/04 00:16:03 adrianp Exp $
+# $NetBSD: Makefile,v 1.104 2009/01/08 09:02:19 adrianp Exp $
DISTNAME= bind-${BIND_VERSION}
+PKGNAME= ${DISTNAME:S/-P1/pl1/}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -8,9 +9,12 @@
HOMEPAGE= http://www.isc.org/sw/bind/
COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
+CONFLICTS+= bind<9.4.0
+CONFLICTS+= bind>=9.5.0
+
PKG_DESTDIR_SUPPORT= user-destdir
-BIND_VERSION= 9.4.3
+BIND_VERSION= 9.4.3-P1
# IPv6 ready, automatically detected
.include "../../mk/bsd.prefs.mk"
diff -r 8b50af41ec74 -r de76a8303862 net/bind9/distinfo
--- a/net/bind9/distinfo Thu Jan 08 08:42:41 2009 +0000
+++ b/net/bind9/distinfo Thu Jan 08 09:02:19 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2009/01/04 00:16:03 adrianp Exp $
+$NetBSD: distinfo,v 1.40 2009/01/08 09:02:19 adrianp Exp $
-SHA1 (bind-9.4.3.tar.gz) = 8b34602d2877e2855c380c2adea09c0b319aeb71
-RMD160 (bind-9.4.3.tar.gz) = 05bf5650761f56e9b3b7f27f97fb7dbd0b70ca88
-Size (bind-9.4.3.tar.gz) = 6543773 bytes
+SHA1 (bind-9.4.3-P1.tar.gz) = 3aff02f8c7c0c79dc589b9ce9af28bae386d44cf
+RMD160 (bind-9.4.3-P1.tar.gz) = f7bc80a50c03f241d37c3bc4cfe52d936675f8c3
+Size (bind-9.4.3-P1.tar.gz) = 6544583 bytes
SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5
SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba
SHA1 (patch-ad) = 0851864c896c2f0eb63cb58da39e12cfa89f1b7c
Home |
Main Index |
Thread Index |
Old Index