pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bind99



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 22 16:07:43 UTC 2017

Modified Files:
        pkgsrc/net/bind99: Makefile PLIST distinfo
        pkgsrc/net/bind99/patches: patch-bin_tests_system_Makefile.in

Log Message:
Update bind99 to 9.9.10 (BIND 9.9.10).

This is maintenance release and please refer release announce in detail:
https://kb.isc.org/article/AA-01489.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/bind99/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/bind99/PLIST
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/bind99/distinfo
cvs rdiff -u -r1.6 -r1.7 \
    pkgsrc/net/bind99/patches/patch-bin_tests_system_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind99/Makefile
diff -u pkgsrc/net/bind99/Makefile:1.66 pkgsrc/net/bind99/Makefile:1.67
--- pkgsrc/net/bind99/Makefile:1.66     Thu Apr 13 01:53:35 2017
+++ pkgsrc/net/bind99/Makefile  Sat Apr 22 16:07:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2017/04/13 01:53:35 taca Exp $
+# $NetBSD: Makefile,v 1.67 2017/04/22 16:07:43 taca Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -13,7 +13,7 @@ CONFLICTS+=   host-[0-9]*
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.9.9-P8
+BIND_VERSION=  9.9.10
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/net/bind99/PLIST
diff -u pkgsrc/net/bind99/PLIST:1.12 pkgsrc/net/bind99/PLIST:1.13
--- pkgsrc/net/bind99/PLIST:1.12        Fri Feb 24 15:46:14 2017
+++ pkgsrc/net/bind99/PLIST     Sat Apr 22 16:07:43 2017
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.12 2017/02/24 15:46:14 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/04/22 16:07:43 taca Exp $
+bin/arpaname
 bin/bind9-config
 bin/dig
 bin/host
@@ -117,6 +118,7 @@ include/isc/condition.h
 include/isc/counter.h
 include/isc/dir.h
 include/isc/entropy.h
+include/isc/errno.h
 include/isc/error.h
 include/isc/event.h
 include/isc/eventclass.h
@@ -352,7 +354,6 @@ man/man8/named.8
 man/man8/nsec3hash.8
 man/man8/rndc-confgen.8
 man/man8/rndc.8
-sbin/arpaname
 sbin/ddns-confgen
 sbin/dnssec-dsfromkey
 sbin/dnssec-importkey

Index: pkgsrc/net/bind99/distinfo
diff -u pkgsrc/net/bind99/distinfo:1.44 pkgsrc/net/bind99/distinfo:1.45
--- pkgsrc/net/bind99/distinfo:1.44     Thu Apr 13 01:53:35 2017
+++ pkgsrc/net/bind99/distinfo  Sat Apr 22 16:07:43 2017
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.44 2017/04/13 01:53:35 taca Exp $
+$NetBSD: distinfo,v 1.45 2017/04/22 16:07:43 taca Exp $
 
-SHA1 (bind-9.9.9-P8.tar.gz) = da2e566ddc16d4a4cfcc6ae4580bec62de645ae6
-RMD160 (bind-9.9.9-P8.tar.gz) = f8f4e121a116ee89a4f14a3d58bdad8312c19e04
-SHA512 (bind-9.9.9-P8.tar.gz) = 3dc93ed01d23fb308227e98f8437ce4e7a4b1b7b0a1b3d8c037bc6f1394511300594a90f8f26cd2ddf1cb24f585a53c5dfaa262dbb0e008c135ed16649e65b62
-Size (bind-9.9.9-P8.tar.gz) = 8790853 bytes
+SHA1 (bind-9.9.10.tar.gz) = 70c4edf7a17ae566519d0d5e42ce60a8ada5c3d4
+RMD160 (bind-9.9.10.tar.gz) = 06064742bad04fd4afa7b1655f2146fb4e0216ff
+SHA512 (bind-9.9.10.tar.gz) = eaae98f39cc2727596fa26868865b086922a80bc45549707aea9f2f8a930222050200b99b8bd2f89b13d5c065ab3555b962a224a8abbfb882b4bb8354313524d
+Size (bind-9.9.10.tar.gz) = 8857543 bytes
 SHA1 (patch-bin_dig_dighost.c) = a4bc9558c5dbedcc6bb0f87ea309358ca098d42a
-SHA1 (patch-bin_tests_system_Makefile.in) = 19d90050acfbe3da838dbd4c1436b5581039b71f
+SHA1 (patch-bin_tests_system_Makefile.in) = 96dac694cba8dd60bce9df23bab295c0be2f9e9a
 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2
 SHA1 (patch-configure) = 1e86fab1a82f237dfc7f1a3c09e4ef6095bf973e
 SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f

Index: pkgsrc/net/bind99/patches/patch-bin_tests_system_Makefile.in
diff -u pkgsrc/net/bind99/patches/patch-bin_tests_system_Makefile.in:1.6 pkgsrc/net/bind99/patches/patch-bin_tests_system_Makefile.in:1.7
--- pkgsrc/net/bind99/patches/patch-bin_tests_system_Makefile.in:1.6    Sun Dec 13 17:37:00 2015
+++ pkgsrc/net/bind99/patches/patch-bin_tests_system_Makefile.in        Sat Apr 22 16:07:43 2017
@@ -1,15 +1,15 @@
-$NetBSD: patch-bin_tests_system_Makefile.in,v 1.6 2015/12/13 17:37:00 taca Exp $
+$NetBSD: patch-bin_tests_system_Makefile.in,v 1.7 2017/04/22 16:07:43 taca Exp $
 
 Build fix for DragonFly while linking of driver.so.
 
---- bin/tests/system/Makefile.in.orig  2015-09-09 02:23:50.000000000 +0000
+--- bin/tests/system/Makefile.in.orig  2017-04-14 03:50:56.000000000 +0000
 +++ bin/tests/system/Makefile.in
-@@ -19,7 +19,7 @@ top_srcdir = @top_srcdir@
+@@ -21,7 +21,7 @@ VERSION=@BIND9_VERSION@
  
  @BIND9_MAKE_INCLUDES@
  
--SUBDIRS =     builtin dlzexternal fetchlimit filter-aaaa lwresd \
-+SUBDIRS =     builtin fetchlimit filter-aaaa lwresd \
-               statistics rpz rrl rsabigexponent tkey tsiggss
- TARGETS =
+-SUBDIRS =     dlzexternal lwresd rsabigexponent tkey
++SUBDIRS =     lwresd rsabigexponent tkey
+ CINCLUDES =   ${ISC_INCLUDES} ${DNS_INCLUDES}
  
+ CDEFINES =    @USE_GSSAPI@



Home | Main Index | Thread Index | Old Index