summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbd <sbd>2012-09-13 07:48:01 +0000
committersbd <sbd>2012-09-13 07:48:01 +0000
commit03716a17b1febbb70cd6f93d9055b01bdf35bfc6 (patch)
tree96828a868fbc7da00a2df19152d04b37eeb528af
parentb4f41d30862237ecb894737d01feb043f2358f0e (diff)
downloadpkgsrc-03716a17b1febbb70cd6f93d9055b01bdf35bfc6.tar.gz
Pullup ticket #3919 - requested by taca
net/bind?? CVE-2012-4244 security fix Revisions pulled up: - net/bind96/DESCR 1.2 - net/bind96/Makefile 1.29-1.30 - net/bind96/distinfo 1.20 - net/bind97/DESCR 1.2 - net/bind97/Makefile 1.18-1.19 - net/bind97/distinfo 1.16 - net/bind98/DESCR 1.2 - net/bind98/Makefile 1.15-1.16 - net/bind98/distinfo 1.14 - net/bind99/DESCR 1.2 - net/bind99/Makefile 1.10-1.11 - net/bind99/distinfo 1.8 --- Module Name: pkgsrc Committed By: wiz Date: Sun Aug 26 14:23:49 UTC 2012 Modified Files: pkgsrc/net/bind96: DESCR Makefile pkgsrc/net/bind97: DESCR Makefile pkgsrc/net/bind98: DESCR Makefile pkgsrc/net/bind99: DESCR Makefile Log Message: Make it clearer which package contains exactly which bind version. Patch from Bug Hunting. --- Module Name: pkgsrc Committed By: taca Date: Thu Sep 13 01:32:55 UTC 2012 Modified Files: pkgsrc/net/bind96: Makefile distinfo Log Message: Update bind96 to bind-9.6.3.1.ESV.7pl3 (BIND 9.6-ESV-R7-P3). --- 9.6-ESV-R7-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416] 3358 [bug] Fix declaration of fatal in bin/named/server.c and bin/nsupdate/main.c. [RT #30522] --- Module Name: pkgsrc Committed By: taca Date: Thu Sep 13 01:33:40 UTC 2012 Modified Files: pkgsrc/net/bind97: Makefile distinfo Log Message: Update bind97 to bind-9.7.6pl3. --- 9.7.6-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416] --- Module Name: pkgsrc Committed By: taca Date: Thu Sep 13 01:35:18 UTC 2012 Modified Files: pkgsrc/net/bind98: Makefile distinfo Log Message: Update bind98 to 9.8.3pl3 (BIND 9.8.3-P3). --- 9.8.3-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416] --- Module Name: pkgsrc Committed By: taca Date: Thu Sep 13 01:35:56 UTC 2012 Modified Files: pkgsrc/net/bind99: Makefile distinfo Log Message: Update bind99 to 9.9.1pl3 (BIND 9.9.1-P3). --- 9.9.1-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416]
-rw-r--r--net/bind96/DESCR2
-rw-r--r--net/bind96/Makefile8
-rw-r--r--net/bind96/distinfo8
-rw-r--r--net/bind97/DESCR2
-rw-r--r--net/bind97/Makefile8
-rw-r--r--net/bind97/distinfo8
-rw-r--r--net/bind98/DESCR2
-rw-r--r--net/bind98/Makefile9
-rw-r--r--net/bind98/distinfo8
-rw-r--r--net/bind99/DESCR2
-rw-r--r--net/bind99/Makefile6
-rw-r--r--net/bind99/distinfo8
12 files changed, 39 insertions, 32 deletions
diff --git a/net/bind96/DESCR b/net/bind96/DESCR
index 33cb13d89a2..87fda6116ca 100644
--- a/net/bind96/DESCR
+++ b/net/bind96/DESCR
@@ -11,3 +11,5 @@ of the important features of BIND-9 are:
- Full NSEC3 support
- Automatic zone re-signing
- New update-policy methods tcp-self and 6to4-self
+
+This package contains the BIND 9.6 release.
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index 8f987775cd4..d91622d063c 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27.2.1 2012/07/25 10:30:38 sbd Exp $
+# $NetBSD: Makefile,v 1.27.2.2 2012/09/13 07:48:01 sbd Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./:S/-P/pl/}
@@ -7,8 +7,8 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.isc.org/software/bind
-COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
+HOMEPAGE= http://www.isc.org/software/bind/
+COMMENT= Version 9.6 of the Berkeley Internet Name Daemon, implementation of DNS
CONFLICTS+= bind<9.6.0
@@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.6-ESV-R7-P2
+BIND_VERSION= 9.6-ESV-R7-P3
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind96/distinfo b/net/bind96/distinfo
index fc88de2f2f6..4de5e7ee598 100644
--- a/net/bind96/distinfo
+++ b/net/bind96/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18.2.1 2012/07/25 10:30:38 sbd Exp $
+$NetBSD: distinfo,v 1.18.2.2 2012/09/13 07:48:01 sbd Exp $
-SHA1 (bind-9.6-ESV-R7-P2.tar.gz) = 0809e9db0797a868b3a403879dcb1ee7ac0daa05
-RMD160 (bind-9.6-ESV-R7-P2.tar.gz) = 9b22d58c9669e948a88ad584a3b4b02152753af9
-Size (bind-9.6-ESV-R7-P2.tar.gz) = 6415767 bytes
+SHA1 (bind-9.6-ESV-R7-P3.tar.gz) = 86043835feb1dcdb9043e1e62ed6541cc238b418
+RMD160 (bind-9.6-ESV-R7-P3.tar.gz) = a1ce1a5026456de1500c56eea63023111a2f7489
+Size (bind-9.6-ESV-R7-P3.tar.gz) = 6411767 bytes
SHA1 (patch-ab) = 6cec876c8caa7082f97365863f3f88c4f168da48
SHA1 (patch-ac) = 074649e1514870a3154c623a5f6d1507b72b5b05
SHA1 (patch-ad) = 3fcfac007f7823d48573459e57810f442c5b7d2f
diff --git a/net/bind97/DESCR b/net/bind97/DESCR
index 33cb13d89a2..040ace8cf60 100644
--- a/net/bind97/DESCR
+++ b/net/bind97/DESCR
@@ -11,3 +11,5 @@ of the important features of BIND-9 are:
- Full NSEC3 support
- Automatic zone re-signing
- New update-policy methods tcp-self and 6to4-self
+
+This package contains the BIND 9.7 release.
diff --git a/net/bind97/Makefile b/net/bind97/Makefile
index bfedc63d717..b12bde300d7 100644
--- a/net/bind97/Makefile
+++ b/net/bind97/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16.2.1 2012/07/25 10:30:31 sbd Exp $
+# $NetBSD: Makefile,v 1.16.2.2 2012/09/13 07:48:01 sbd Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -7,8 +7,8 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.isc.org/software/bind
-COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
+HOMEPAGE= http://www.isc.org/software/bind/
+COMMENT= Version 9.7 of the Berkeley Internet Name Daemon, implementation of DNS
CONFLICTS+= bind<9.7.0
@@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.7.6-P2
+BIND_VERSION= 9.7.6-P3
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind97/distinfo b/net/bind97/distinfo
index 36c5284ead2..fa600bcc6fb 100644
--- a/net/bind97/distinfo
+++ b/net/bind97/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14.2.1 2012/07/25 10:30:31 sbd Exp $
+$NetBSD: distinfo,v 1.14.2.2 2012/09/13 07:48:01 sbd Exp $
-SHA1 (bind-9.7.6-P2.tar.gz) = c30d5fb255e6f31ec1e7eaea4baf5571d8ecb157
-RMD160 (bind-9.7.6-P2.tar.gz) = 02d8332148da57a5b715fbd7f68abed1a901ef42
-Size (bind-9.7.6-P2.tar.gz) = 6979194 bytes
+SHA1 (bind-9.7.6-P3.tar.gz) = dd9a469eda9862572c5216031c5578d9cf50ab8c
+RMD160 (bind-9.7.6-P3.tar.gz) = fa023b67ec453d4e7e043b1df757230b8d4c9531
+Size (bind-9.7.6-P3.tar.gz) = 6971503 bytes
SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48
SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d
SHA1 (patch-ac) = ee4ca3d200b3d3f93b8ccfa2c6e51ab005b35a01
diff --git a/net/bind98/DESCR b/net/bind98/DESCR
index 33cb13d89a2..6fa2dfedb96 100644
--- a/net/bind98/DESCR
+++ b/net/bind98/DESCR
@@ -11,3 +11,5 @@ of the important features of BIND-9 are:
- Full NSEC3 support
- Automatic zone re-signing
- New update-policy methods tcp-self and 6to4-self
+
+This package contains the BIND 9.8 release.
diff --git a/net/bind98/Makefile b/net/bind98/Makefile
index d6264a234f3..f05adbf900f 100644
--- a/net/bind98/Makefile
+++ b/net/bind98/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.13.2.1 2012/07/25 10:29:34 sbd Exp $
+# $NetBSD: Makefile,v 1.13.2.2 2012/09/13 07:48:01 sbd Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.isc.org/software/bind
-COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
+HOMEPAGE= http://www.isc.org/software/bind/
+COMMENT= Version 9.8 of the Berkeley Internet Name Daemon, implementation of DNS
CONFLICTS+= bind<9.8.0
@@ -17,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.8.3-P2
+BIND_VERSION= 9.8.3-P3
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind98/distinfo b/net/bind98/distinfo
index 4adf3490764..12be9b23312 100644
--- a/net/bind98/distinfo
+++ b/net/bind98/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12.2.1 2012/07/25 10:29:34 sbd Exp $
+$NetBSD: distinfo,v 1.12.2.2 2012/09/13 07:48:01 sbd Exp $
-SHA1 (bind-9.8.3-P2.tar.gz) = fdd192e245cabbe674d098c6092cd2bedbc3a3fd
-RMD160 (bind-9.8.3-P2.tar.gz) = 43f2d28a18ae68b408088be16051de462613f10d
-Size (bind-9.8.3-P2.tar.gz) = 7113192 bytes
+SHA1 (bind-9.8.3-P3.tar.gz) = 49ec161887601465c486de4c817271a9dbf5575f
+RMD160 (bind-9.8.3-P3.tar.gz) = 0576fd67e0c003c8d40e551035ed5ba91033edfd
+Size (bind-9.8.3-P3.tar.gz) = 7109848 bytes
SHA1 (patch-bin_dig_dighost.c) = 3f37033cc64e1153268ab437fab533d2920bb18c
SHA1 (patch-bin_tests_system_Makefile.in) = 650ac962464e23f6c4278e7025f55f282789f9c9
SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b
diff --git a/net/bind99/DESCR b/net/bind99/DESCR
index 33cb13d89a2..464ade30907 100644
--- a/net/bind99/DESCR
+++ b/net/bind99/DESCR
@@ -11,3 +11,5 @@ of the important features of BIND-9 are:
- Full NSEC3 support
- Automatic zone re-signing
- New update-policy methods tcp-self and 6to4-self
+
+This package contains the BIND 9.9 release.
diff --git a/net/bind99/Makefile b/net/bind99/Makefile
index 1b53281e94e..30f35f789d9 100644
--- a/net/bind99/Makefile
+++ b/net/bind99/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6.2.1 2012/07/25 10:30:24 sbd Exp $
+# $NetBSD: Makefile,v 1.6.2.2 2012/09/13 07:48:01 sbd Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.isc.org/software/bind
+HOMEPAGE= http://www.isc.org/software/bind/
COMMENT= Version 9.9 of the Berkeley Internet Name Daemon, implementation of DNS
CONFLICTS+= bind<9.9.0
@@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.9.1-P2
+BIND_VERSION= 9.9.1-P3
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind99/distinfo b/net/bind99/distinfo
index b47da29361f..9744ecf9714 100644
--- a/net/bind99/distinfo
+++ b/net/bind99/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5.2.1 2012/07/25 10:30:24 sbd Exp $
+$NetBSD: distinfo,v 1.5.2.2 2012/09/13 07:48:01 sbd Exp $
-SHA1 (bind-9.9.1-P2.tar.gz) = 449b12c32682b5bef64c7b53cd0fc0c6b731c8a7
-RMD160 (bind-9.9.1-P2.tar.gz) = 76b8f61a1930922223544ed3671dd017a4f593d1
-Size (bind-9.9.1-P2.tar.gz) = 7223896 bytes
+SHA1 (bind-9.9.1-P3.tar.gz) = 1c890f69f627ffbc76460c766bafefde408ed799
+RMD160 (bind-9.9.1-P3.tar.gz) = 23c2081af02eea7a0b7f5e903edf0727f5df2237
+Size (bind-9.9.1-P3.tar.gz) = 7217415 bytes
SHA1 (patch-bin_dig_Makefile.in) = d2c2a0b137be7e31fdc15438d107116fc38a38b9
SHA1 (patch-bin_dig_dighost.c) = 186cdc70605242afb0211dc8802ec75677a65614
SHA1 (patch-bin_tests_system_Makefile.in) = 3224a66b7d29f6f17d02de1663c61b5e57b91d20