diff options
author | mat <mat@FreeBSD.org> | 2015-12-16 08:45:02 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-16 08:45:02 +0800 |
commit | 4c005c3fabf711a3bd4dce3e9e82ea0c0e79ed9b (patch) | |
tree | 27ea275318439d1107109a7ab14e3a5a849d32ef | |
parent | 5c5dd3e11ea5d9c07d61111c618880c8f42e3cd4 (diff) | |
download | freebsd-ports-gnome-4c005c3fabf711a3bd4dce3e9e82ea0c0e79ed9b.tar.gz freebsd-ports-gnome-4c005c3fabf711a3bd4dce3e9e82ea0c0e79ed9b.tar.zst freebsd-ports-gnome-4c005c3fabf711a3bd4dce3e9e82ea0c0e79ed9b.zip |
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
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 4 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 4 | ||||
-rw-r--r-- | dns/bind910/Makefile | 6 | ||||
-rw-r--r-- | dns/bind910/distinfo | 4 | ||||
-rw-r--r-- | dns/bind910/files/patch-configure | 4 | ||||
-rw-r--r-- | dns/bind99/Makefile | 4 | ||||
-rw-r--r-- | dns/bind99/distinfo | 8 | ||||
-rw-r--r-- | dns/bind99/files/patch-configure | 8 |
9 files changed, 23 insertions, 23 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index e9e4b5d7270b..745050a91fdc 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 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 diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 0b47852efe3f..ba9d92302400 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -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 diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index 712be47f80c3..24c3f3016d2b 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -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). diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 4f927da49649..ce51157968f9 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -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 DNSSEC and DNS64 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 diff --git a/dns/bind910/distinfo b/dns/bind910/distinfo index 68952c1e1291..906bd9981d36 100644 --- a/dns/bind910/distinfo +++ b/dns/bind910/distinfo @@ -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 diff --git a/dns/bind910/files/patch-configure b/dns/bind910/files/patch-configure index 80d104101a73..8b68876f1e24 100644 --- a/dns/bind910/files/patch-configure +++ b/dns/bind910/files/patch-configure @@ -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). diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 2aa594528d62..5b5b27df6aff 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -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 DNSSEC and DNS64 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 diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo index fc48f8cffdf3..dc7684ed7870 100644 --- a/dns/bind99/distinfo +++ b/dns/bind99/distinfo @@ -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 diff --git a/dns/bind99/files/patch-configure b/dns/bind99/files/patch-configure index e1630cbbac23..5cca844933f5 100644 --- a/dns/bind99/files/patch-configure +++ b/dns/bind99/files/patch-configure @@ -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). |