summaryrefslogtreecommitdiff
path: root/net/bind96/Makefile
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 /net/bind96/Makefile
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]
Diffstat (limited to 'net/bind96/Makefile')
-rw-r--r--net/bind96/Makefile8
1 files changed, 4 insertions, 4 deletions
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"