pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind911
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct 29 06:02:26 UTC 2021
Modified Files:
pkgsrc/net/bind911: Makefile distinfo
pkgsrc/net/bind911/patches: patch-configure
Log Message:
net/bind911: update to 9.11.36
--- 9.11.36 released ---
5736. [security] The "lame-ttl" option is now forcibly set to 0. This
effectively disables the lame server cache, as it could
previously be abused by an attacker to significantly
degrade resolver performance. (CVE-2021-25219)
[GL #2899]
5716. [bug] Multiple library names were mistakenly passed to the
krb5-config utility when ./configure was invoked with
the --with-gssapi=[/path/to/]krb5-config option. This
has been fixed by invoking krb5-config separately for
each required library. [GL #2866]
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/bind911/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/bind911/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/bind911/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind911/Makefile
diff -u pkgsrc/net/bind911/Makefile:1.50 pkgsrc/net/bind911/Makefile:1.51
--- pkgsrc/net/bind911/Makefile:1.50 Thu Aug 26 17:00:56 2021
+++ pkgsrc/net/bind911/Makefile Fri Oct 29 06:02:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2021/08/26 17:00:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2021/10/29 06:02:26 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.11.35
+BIND_VERSION= 9.11.36
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/net/bind911/distinfo
diff -u pkgsrc/net/bind911/distinfo:1.36 pkgsrc/net/bind911/distinfo:1.37
--- pkgsrc/net/bind911/distinfo:1.36 Tue Oct 26 11:05:24 2021
+++ pkgsrc/net/bind911/distinfo Fri Oct 29 06:02:26 2021
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.36 2021/10/26 11:05:24 nia Exp $
+$NetBSD: distinfo,v 1.37 2021/10/29 06:02:26 taca Exp $
-BLAKE2s (bind-9.11.35.tar.gz) = 8fd064189a819c6d1163baf031d55a1a630e199429c3e1f12574a44701be4bd4
-SHA512 (bind-9.11.35.tar.gz) = 78cccabded12cbe3a53421ef4731ccc6ea150b9c36ca4d159b6eaaa9c0b199c907876e00e4f0fe11862b0cfc01049d48ffb126b8acd6230aa71d588b6fab169d
-Size (bind-9.11.35.tar.gz) = 8308926 bytes
+BLAKE2S (bind-9.11.36.tar.gz) = 4d78bb88fe7112c74b3bb20df32b63de21f3a6079845cf355469ab7fb59fbaad
+SHA512 (bind-9.11.36.tar.gz) = eafaf86095f5d4446b004ad7690a5c0b16a597c135a306881b7038d247b8975032fd43d087d7c3d296ba77969f3ac83081a9ed4cbc1d4c66b6a04f2b74a54cb2
+Size (bind-9.11.36.tar.gz) = 8313276 bytes
SHA1 (patch-bin_named_Makefile.in) = 3e5b98e3e0bdb701be679d3580d6d2d7609d655b
SHA1 (patch-bin_named_server.c) = 0294d74eb3039049c4672a3de6eb371407bb382d
SHA1 (patch-bin_pkcs11_pkcs11-keygen.c) = ca2671a5e3216a08a212cf893e070b01705ef9ee
SHA1 (patch-config.threads.in) = 8341bdb11888d3efdde5f115de91b1f46aa40bd0
-SHA1 (patch-configure) = 25883b81834df9c0377578f89e1e1cbd8f25b1cb
+SHA1 (patch-configure) = c6d337d8afdb6c1eed756f67365b68ce88f1edd2
SHA1 (patch-contrib_dlz_config.dlz.in) = 6c53d61aaaf1a952a867e4c4da0194db94f511d7
SHA1 (patch-lib_dns_rbt.c) = 8af91b6d40b591d28d15f7f98c9b7a82df234381
SHA1 (patch-lib_dns_view.c) = 39e71fe6a407e4f9bee49b1ee25adfa0ba74b338
Index: pkgsrc/net/bind911/patches/patch-configure
diff -u pkgsrc/net/bind911/patches/patch-configure:1.5 pkgsrc/net/bind911/patches/patch-configure:1.6
--- pkgsrc/net/bind911/patches/patch-configure:1.5 Thu Jul 22 22:50:40 2021
+++ pkgsrc/net/bind911/patches/patch-configure Fri Oct 29 06:02:26 2021
@@ -1,13 +1,12 @@
-$NetBSD: patch-configure,v 1.5 2021/07/22 22:50:40 taca Exp $
+$NetBSD: patch-configure,v 1.6 2021/10/29 06:02:26 taca Exp $
* Add DragonFly support.
* Use proper link options for NetBSD.
* Link proper postgresql library.
-* Do not use "==" for test(1).
---- configure.orig 2021-07-09 08:55:20.000000000 +0000
+--- configure.orig 2021-10-11 19:35:49.000000000 +0000
+++ configure
-@@ -16057,6 +16057,8 @@ case $host in
+@@ -16004,6 +16004,8 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=true ;;
@@ -16,7 +15,7 @@ $NetBSD: patch-configure,v 1.5 2021/07/2
*-bsdi[234]*)
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;
-@@ -18720,27 +18722,10 @@ case "$use_libjson" in
+@@ -18667,27 +18669,10 @@ case "$use_libjson" in
libjson_libs=""
;;
auto|yes)
@@ -48,7 +47,7 @@ $NetBSD: patch-configure,v 1.5 2021/07/2
;;
*)
if test -f "${use_libjson}/include/json/json.h"
-@@ -24492,7 +24477,7 @@ else
+@@ -24439,7 +24424,7 @@ else
fi
;; #(
@@ -57,7 +56,7 @@ $NetBSD: patch-configure,v 1.5 2021/07/2
LDFLAGS="${LDFLAGS} -Wl,-E"
SO_CFLAGS="-fpic"
-@@ -24524,9 +24509,9 @@ fi
+@@ -24471,9 +24456,9 @@ fi
;; #(
*-solaris*) :
@@ -70,7 +69,7 @@ $NetBSD: patch-configure,v 1.5 2021/07/2
;; #(
ia64-hp-hpux*) :
-@@ -24786,8 +24771,8 @@ $as_echo "no" >&6; }
+@@ -24733,8 +24718,8 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"
then
@@ -81,12 +80,3 @@ $NetBSD: patch-configure,v 1.5 2021/07/2
fi
-@@ -28111,7 +28096,7 @@ report() {
- echo " localstatedir: $localstatedir"
- echo "-------------------------------------------------------------------------------"
- echo "Compiler: $CC"
-- if test "yes" == "$GCC"; then
-+ if test "yes" = "$GCC"; then
- $CC --version 2>&1 | sed 's/^/ /'
- else
- case "$host_os" in
Home |
Main Index |
Thread Index |
Old Index