summaryrefslogtreecommitdiff
path: root/net/bind96/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2009-01-08 09:03:15 +0000
committeradrianp <adrianp@pkgsrc.org>2009-01-08 09:03:15 +0000
commite3c751d735c4c62c6e5b0110ec4b7680daa65e55 (patch)
tree2541d0fa5fb05677ce2090c7b8aa90d7ef0b1714 /net/bind96/Makefile
parent8e45b2fefb8a7dd765a1bd2f2573d12a863e2dc7 (diff)
downloadpkgsrc-e3c751d735c4c62c6e5b0110ec4b7680daa65e55.tar.gz
Changes since 9.6.0:
2522. [security] Handle -1 from DSA_do_verify() and EVP_verify().
Diffstat (limited to 'net/bind96/Makefile')
-rw-r--r--net/bind96/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index 006973de569..8c61bec4f2a 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 00:21:36 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/08 09:03:15 adrianp Exp $
DISTNAME= bind-${BIND_VERSION}
+PKGNAME= ${DISTNAME:S/-P1/pl1/}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -12,7 +13,7 @@ CONFLICTS+= bind<9.6.0
PKG_DESTDIR_SUPPORT= user-destdir
-BIND_VERSION= 9.6.0
+BIND_VERSION= 9.6.0-P1
.include "../../mk/bsd.prefs.mk"