diff options
author | taca <taca@pkgsrc.org> | 2014-06-14 16:15:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-06-14 16:15:04 +0000 |
commit | bd51170ea62216c77961027a9f5d988e038f899f (patch) | |
tree | 9c9d09aa2970dd9fd77db637a302fcf06ee60579 | |
parent | 191c3c63ca3d160ce7baccfde98bd705abf2757f (diff) | |
download | pkgsrc-bd51170ea62216c77961027a9f5d988e038f899f.tar.gz |
Update bind99 to 9.9.5pl1 (BIND 9.9.5-P1).
3859. [bug] Don't call qsort with a null pointer. [RT #35968]
3858. [bug] Disable GCC 4.9 "delete null pointer check".
[RT #35968]
3742. [port] linux: libcap support: declare curval at start of
block. [RT #35387]
--- 9.9.5-W1 released ---
3724. [bug] win32: Fixed a bug that prevented dig and
host from exiting properly after completing
a UDP query. [RT #35288]
-rw-r--r-- | net/bind99/Makefile | 5 | ||||
-rw-r--r-- | net/bind99/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index a9e4561940f..01329e8cada 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2014/06/14 10:14:43 wiedi Exp $ +# $NetBSD: Makefile,v 1.37 2014/06/14 16:15:04 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 2 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}/ @@ -15,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.9.5 +BIND_VERSION= 9.9.5-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index 68f7d63f4d0..224636900a6 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2014/02/02 07:58:20 taca Exp $ +$NetBSD: distinfo,v 1.24 2014/06/14 16:15:04 taca Exp $ -SHA1 (bind-9.9.5.tar.gz) = f3fe8000628ec57f332aec1ad9587b767208a38f -RMD160 (bind-9.9.5.tar.gz) = cc2351d9af779ed1a1dd5909a10cce28ddb41747 -Size (bind-9.9.5.tar.gz) = 7729695 bytes +SHA1 (bind-9.9.5-P1.tar.gz) = ca3d89e88ea5f882a48f16319b2a0ee7d433932e +RMD160 (bind-9.9.5-P1.tar.gz) = fea9241081de419df1886b62456c79cc6aa4bc93 +Size (bind-9.9.5-P1.tar.gz) = 7730150 bytes SHA1 (patch-bin_dig_dighost.c) = 72cb7676cdf9cd4b44bc62c72bcf29127d9fbffe SHA1 (patch-bin_tests_system_Makefile.in) = 5701c49d7177fccae6c08a2176988e30a3cf58a0 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |