diff options
author | taca <taca@pkgsrc.org> | 2011-07-05 14:28:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-07-05 14:28:06 +0000 |
commit | c84aad7177a28b340b4140598c53f03159a4aa5c (patch) | |
tree | 22b79d94d82a69e14e437dde3824008b5b971585 /net/bind96/Makefile | |
parent | 15854fe58292a2eb79c837dbbc40500426e3aea8 (diff) | |
download | pkgsrc-c84aad7177a28b340b4140598c53f03159a4aa5c.tar.gz |
Update bind96 package to 9.6.3.1.ESV.4pl3 (9.6-ESV-R4-P3), security release.
The package name was selected as:
- Make sure to greater version from bind-9.6.3.
- Include "ESV" (Extended Support Version) string.
Since changes from BIND 9.6.3 are too may, please refer changes in detail:
ftp://ftp.isc.org/isc/bind/9.6-ESV-R4/CHANGES
ftp://ftp.isc.org/isc/bind/9.6-ESV-R4-P1/RELEASE-NOTES-BIND-9.6-ESV-R4-P1.html
ftp://ftp.isc.org/isc/bind/9.6-ESV-R4-P3/RELEASE-NOTES-BIND-9.6-ESV-R4-P3.html
Diffstat (limited to 'net/bind96/Makefile')
-rw-r--r-- | net/bind96/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile index 249475d79f4..ea51c9795ca 100644 --- a/net/bind96/Makefile +++ b/net/bind96/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/02/09 16:24:14 taca Exp $ +# $NetBSD: Makefile,v 1.19 2011/07/05 14:28:06 taca Exp $ DISTNAME= bind-${BIND_VERSION} -PKGNAME= ${DISTNAME:S/-P/pl/} +PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./:S/-P/pl/} 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}/ @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.6.3 +BIND_VERSION= 9.6-ESV-R4-P3 .include "../../mk/bsd.prefs.mk" |