svn commit: r403826 - in head/dns: bind9-devel bind9-devel/files bind910 bind910/files bind99 bind99/files
Mathieu Arnold
mat at FreeBSD.org
Wed Dec 16 00:45:04 UTC 2015
Author: mat
Date: Wed Dec 16 00:45:02 2015
New Revision: 403826
URL: https://svnweb.freebsd.org/changeset/ports/403826
Log:
Update BIND9 to the latest patch releases, 9.9.8-P2, 9.10.3-P2, and snapshot.
MFH: 2015Q4
Changes: https://kb.isc.org/article/AA-01326/81/BIND-9.9.8-P2-Release-Notes.html
Changes: https://kb.isc.org/article/AA-01328/81/BIND-9.10.3-P2-Release-Notes.html
Security: CVE-2015-3193
Security: CVE-2015-8000
Security: CVE-2015-8461
Sponsored by: Absolight
Modified:
head/dns/bind9-devel/Makefile
head/dns/bind9-devel/distinfo
head/dns/bind9-devel/files/patch-configure
head/dns/bind910/Makefile
head/dns/bind910/distinfo
head/dns/bind910/files/patch-configure
head/dns/bind99/Makefile
head/dns/bind99/distinfo
head/dns/bind99/files/patch-configure
Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind9-devel/Makefile Wed Dec 16 00:45:02 2015 (r403826)
@@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNS
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.11.0.a20151116
-HASH= 2df6324
+ISCVERSION= 9.11.0.a20151215
+HASH= 50cfe40
MAKE_JOBS_UNSAFE= yes
Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind9-devel/distinfo Wed Dec 16 00:45:02 2015 (r403826)
@@ -1,2 +1,2 @@
-SHA256 (bind9-2df6324.tar.gz) = e6ea70f7939067f8942e6d95f0c3e8c31f7a427ad0ba6ce54f9125dff06ecda0
-SIZE (bind9-2df6324.tar.gz) = 10996063
+SHA256 (bind9-50cfe40.tar.gz) = 3b137de0cf07b6d891449720e1c4628ed77674bfcfaa8f1d02a73af3fc46dcde
+SIZE (bind9-50cfe40.tar.gz) = 11004464
Modified: head/dns/bind9-devel/files/patch-configure
==============================================================================
--- head/dns/bind9-devel/files/patch-configure Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind9-devel/files/patch-configure Wed Dec 16 00:45:02 2015 (r403826)
@@ -1,4 +1,4 @@
---- configure.orig 2015-11-05 13:15:23 UTC
+--- configure.orig 2015-12-15 23:30:08 UTC
+++ configure
@@ -14113,27 +14113,9 @@ done
# problems start to show up.
@@ -79,7 +79,7 @@
DNS_GSSAPI_LIBS="$LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
-@@ -21865,7 +21807,7 @@ $as_echo "" >&6; }
+@@ -21870,7 +21812,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).
Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind910/Makefile Wed Dec 16 00:45:02 2015 (r403826)
@@ -5,10 +5,10 @@ PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/}
.if defined(BIND_TOOLS_SLAVE)
# dns/bind-tools here
-PORTREVISION= 1
+PORTREVISION= 0
.else
# dns/bind910 here
-PORTREVISION= 1
+PORTREVISION= 0
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
@@ -29,7 +29,7 @@ COMMENT= BIND DNS suite with updated DNS
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.10.3
+ISCVERSION= 9.10.3-P2
MAKE_JOBS_UNSAFE= yes
Modified: head/dns/bind910/distinfo
==============================================================================
--- head/dns/bind910/distinfo Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind910/distinfo Wed Dec 16 00:45:02 2015 (r403826)
@@ -1,2 +1,2 @@
-SHA256 (bind-9.10.3.tar.gz) = 9ac33bd8754ab4b6ee449b1b2aa88e09f51cda088486f4ab1585acd920b98ff0
-SIZE (bind-9.10.3.tar.gz) = 8552545
+SHA256 (bind-9.10.3-P2.tar.gz) = 4a6c1911ac0d4b6be635b63de3429b6c168ea244043f12bbc8a4eb3368fd6ecd
+SIZE (bind-9.10.3-P2.tar.gz) = 8523719
Modified: head/dns/bind910/files/patch-configure
==============================================================================
--- head/dns/bind910/files/patch-configure Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind910/files/patch-configure Wed Dec 16 00:45:02 2015 (r403826)
@@ -1,4 +1,4 @@
---- configure.orig 2015-09-09 02:23:40 UTC
+--- configure.orig 2015-12-06 12:37:44 UTC
+++ configure
@@ -14100,27 +14100,9 @@ done
# problems start to show up.
@@ -79,7 +79,7 @@
DNS_GSSAPI_LIBS="$LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
-@@ -21451,7 +21393,7 @@ $as_echo "" >&6; }
+@@ -21456,7 +21398,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).
Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind99/Makefile Wed Dec 16 00:45:02 2015 (r403826)
@@ -3,7 +3,7 @@
PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/}
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
PKGNAMESUFFIX= 99
@@ -15,7 +15,7 @@ COMMENT= BIND DNS suite with updated DNS
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.9.8
+ISCVERSION= 9.9.8-P2
MAKE_JOBS_UNSAFE= yes
Modified: head/dns/bind99/distinfo
==============================================================================
--- head/dns/bind99/distinfo Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind99/distinfo Wed Dec 16 00:45:02 2015 (r403826)
@@ -1,4 +1,4 @@
-SHA256 (bind-9.9.8.tar.gz) = 643997cdb0dd232a4c9f7c0f1436841fbf325c6b7269e6490bf5f380eda344e3
-SIZE (bind-9.9.8.tar.gz) = 8015834
-SHA256 (9.9.8-rpz2+rl.14038.05.patch.xz) = 1b22dec59f2c6ee798db1b9dfee252117a9a05b0646635eb8b25124298b12a26
-SIZE (9.9.8-rpz2+rl.14038.05.patch.xz) = 39212
+SHA256 (bind-9.9.8-P2.tar.gz) = f5841926e19637b93ec0b44b5abfbab2410e692736cf11143d461f656fbdf329
+SIZE (bind-9.9.8-P2.tar.gz) = 7996912
+SHA256 (9.9.8-P2-rpz2+rl.14038.05.patch.xz) = d729e23fcb2baa657b36cdb9da3b224d29c155aa911a4880b3d500bc7453d178
+SIZE (9.9.8-P2-rpz2+rl.14038.05.patch.xz) = 39232
Modified: head/dns/bind99/files/patch-configure
==============================================================================
--- head/dns/bind99/files/patch-configure Wed Dec 16 00:29:43 2015 (r403825)
+++ head/dns/bind99/files/patch-configure Wed Dec 16 00:45:02 2015 (r403826)
@@ -1,6 +1,6 @@
---- configure.orig 2015-09-09 02:23:50 UTC
+--- configure.orig 2015-12-06 12:12:21 UTC
+++ configure
-@@ -14284,27 +14284,9 @@ done
+@@ -14289,27 +14289,9 @@ done
# problems start to show up.
saved_libs="$LIBS"
for TRY_LIBS in \
@@ -30,7 +30,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5
$as_echo_n "checking linking as $TRY_LIBS... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-@@ -14347,47 +14329,7 @@ $as_echo "no" >&6; } ;;
+@@ -14352,47 +14334,7 @@ $as_echo "no" >&6; } ;;
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
esac
@@ -79,7 +79,7 @@
DNS_GSSAPI_LIBS="$LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
-@@ -20337,7 +20279,7 @@ $as_echo "" >&6; }
+@@ -20342,7 +20284,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).
More information about the svn-ports-head
mailing list