diff options
author | adrianp <adrianp> | 2009-01-08 09:02:50 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2009-01-08 09:02:50 +0000 |
commit | 2d50025abb2b151469b5e50479d33af0338a68d9 (patch) | |
tree | 59e1b418283794d72e58d066488ea9646d99dbeb /net | |
parent | 928bf711200b3f9345963aaf6194b599a17e87c7 (diff) | |
download | pkgsrc-2d50025abb2b151469b5e50479d33af0338a68d9.tar.gz |
Changes since 9.5.1:
2522. [security] Handle -1 from DSA_do_verify().
Diffstat (limited to 'net')
-rw-r--r-- | net/bind95/Makefile | 8 | ||||
-rw-r--r-- | net/bind95/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net/bind95/Makefile b/net/bind95/Makefile index 5b3bba15c8e..b2f7614b7a5 100644 --- a/net/bind95/Makefile +++ b/net/bind95/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/01/04 00:11:55 adrianp Exp $ +# $NetBSD: Makefile,v 1.6 2009/01/08 09:02:50 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 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/sw/bind/ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS +CONFLICTS+= bind<9.5.0 +CONFLICTS+= bind>=9.6.0 + PKG_DESTDIR_SUPPORT= user-destdir -BIND_VERSION= 9.5.1 +BIND_VERSION= 9.5.1-P1 # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" diff --git a/net/bind95/distinfo b/net/bind95/distinfo index e4e8c8b62c5..d6de6676b90 100644 --- a/net/bind95/distinfo +++ b/net/bind95/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2009/01/04 00:11:55 adrianp Exp $ +$NetBSD: distinfo,v 1.5 2009/01/08 09:02:50 adrianp Exp $ -SHA1 (bind-9.5.1.tar.gz) = 1dc0cc2aee726949d1ab857d5e75d8805ca01838 -RMD160 (bind-9.5.1.tar.gz) = c71dc803b9ddc5c55831dc7652d5c1b9cac78b85 -Size (bind-9.5.1.tar.gz) = 6690642 bytes +SHA1 (bind-9.5.1-P1.tar.gz) = 9dad4b6860d807316fc926208767dc08c2ec7b87 +RMD160 (bind-9.5.1-P1.tar.gz) = c9830d0fde66fbca13ec4109c80d39ac88df6a5d +Size (bind-9.5.1-P1.tar.gz) = 6690710 bytes SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5 SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba SHA1 (patch-ad) = 9a46d8de9d84e708ac64df8e4da504176dba05d4 |