Update bind99 to 9.9.4 (BIND 9.9.4).
(CVE-2013-4854 and CVE-2013-3919 were already fixed in pkgsrc). Security Fixes Previously an error in bounds checking on the private type 'keydata' could be used to deny service through a deliberately triggerable REQUIRE failure (CVE-2013-4854). [RT #34238] Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] New Features Added Response Rate Limiting (RRL) functionality to reduce the effectiveness of DNS as an amplifier for reflected denial-of-service attacks by rate-limiting substantially-identical responses. [RT #28130] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Added support for OpenSSL versions 0.9.8y, 1.0.0k, and 1.0.1e with PKCS#11. [RT #33463] Added logging messages on slave servers when they forward DDNS updates to a master. [RT #33240] Changed the logging category for RRL events from 'queries' to 'query-errors'. [RT #33540] Bug Fixes Fixed the "allow-query-on" option to correctly check the destination address. [RT #34590] Fix forwarding for forward only "zones" beneath automatic empty zones. [RT #34583] Fix DNSSEC auto maintenance so signatures can be removed from a zone with only KSK keys for an algorithm. [RT #34439] Fix DNSSEC auto maintenance so signatures from newly inactive keys are removed (when publishing a new key while deactivating another key at the same time). [RT #32178] Remove bogus warning log message about missing signatures when receiving a query for a SIG record. [RT #34600] Fix Response Policy Zones on slave servers so new RPZ changes take effect. [RT #34450] Fix the "zone-statistics" option to work with the default traditional statistics (not new "--enable-newstats" feature). [RT #34466] named could crash when deleting inline-signing zones with "rndc delzone". [RT #34066] Improved resistance to a theoretical authentication attack based on differential timing. [RT #33939] named was failing to answer queries during "rndc reload" [RT #34098] win32: Some executables had been omitted from the installer. [RT #34116] fixed a broken 'Invalid keyfile' error message in dnssec-keygen. [RT #34045] The build of BIND now installs isc/stat.h so that it's available to /isc/file.h when building other applications that reference these header files - for example dnsperf (see Debian bug ticket #692467). [RT #33056] Better handle failures building XML for stats channel responses. [RT #33706] Fixed a memory leak in GSS-API processing. [RT #33574] Fixed an acache-related race condition that could cause a crash. [RT #33602] rndc now properly fails when given an invalid '-c' argument. [RT #33571] Fixed an issue with the handling of zero TTL records that could cause improper SERVFAILs. [RT #33411] Fixed a crash-on-shutdown race condition with DNSSEC validation. [RT #33573] Corrected the way that "rndc addzone" and "rndc delzone" handle non-standard characters in zone names. [RT #33419] Adjusted RRL behavior for recursive queries to defer rate-limiting until after recursion is complete. Also uses correct rcode for slipped NXDOMAIN responses. [RT #33604] Previously, BIND could erroneously report a missing file specification when using inline slave zones. [RT #33662]
This commit is contained in:
parent
bcb19d0721
commit
0204905384
12 changed files with 61 additions and 61 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2013/07/27 03:20:07 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2013/09/21 16:00:34 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.9.3-P2
|
||||
BIND_VERSION= 9.9.4
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2013/06/06 02:55:03 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2013/09/21 16:00:34 taca Exp $
|
||||
bin/dig
|
||||
bin/host
|
||||
bin/isc-config.sh
|
||||
|
@ -145,11 +145,13 @@ include/isc/resource.h
|
|||
include/isc/result.h
|
||||
include/isc/resultclass.h
|
||||
include/isc/rwlock.h
|
||||
include/isc/safe.h
|
||||
include/isc/serial.h
|
||||
include/isc/sha1.h
|
||||
include/isc/sha2.h
|
||||
include/isc/sockaddr.h
|
||||
include/isc/socket.h
|
||||
include/isc/stat.h
|
||||
include/isc/stdio.h
|
||||
include/isc/stdlib.h
|
||||
include/isc/stdtime.h
|
||||
|
@ -352,6 +354,8 @@ share/doc/bind9/arm/Bv9ARM.html
|
|||
share/doc/bind9/arm/man.arpaname.html
|
||||
share/doc/bind9/arm/man.ddns-confgen.html
|
||||
share/doc/bind9/arm/man.dig.html
|
||||
share/doc/bind9/arm/man.dnssec-checkds.html
|
||||
share/doc/bind9/arm/man.dnssec-coverage.html
|
||||
share/doc/bind9/arm/man.dnssec-dsfromkey.html
|
||||
share/doc/bind9/arm/man.dnssec-keyfromlabel.html
|
||||
share/doc/bind9/arm/man.dnssec-keygen.html
|
||||
|
|
|
@ -1,23 +1,20 @@
|
|||
$NetBSD: distinfo,v 1.19 2013/08/07 18:34:35 jklos Exp $
|
||||
$NetBSD: distinfo,v 1.20 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
SHA1 (bind-9.9.3-P2.tar.gz) = a0235692c488b3fadf54a15858b1f13ae2ab6979
|
||||
RMD160 (bind-9.9.3-P2.tar.gz) = 4d760937864bb7edb3d9862cbe446235a8a5ddee
|
||||
Size (bind-9.9.3-P2.tar.gz) = 7459422 bytes
|
||||
SHA1 (rl-9.9.3-P2.patch) = a5e257692d0889c3cf45ea404882023e1b5cd689
|
||||
RMD160 (rl-9.9.3-P2.patch) = afe20ce99c176746432e74f50f527e76d2cf93eb
|
||||
Size (rl-9.9.3-P2.patch) = 104064 bytes
|
||||
SHA1 (patch-bin_dig_dighost.c) = 186cdc70605242afb0211dc8802ec75677a65614
|
||||
SHA1 (patch-bin_tests_system_Makefile.in) = 1f268808c55223ac11d1794039503424a51ee71b
|
||||
SHA1 (bind-9.9.4.tar.gz) = d7be390e6c2546f37a7280e1975e1cd134565f62
|
||||
RMD160 (bind-9.9.4.tar.gz) = 1704873aac007c084ee8eda804de1d213ae8cb2b
|
||||
Size (bind-9.9.4.tar.gz) = 7513017 bytes
|
||||
SHA1 (patch-bin_dig_dighost.c) = d53f6ebbc878b21ba1415d974341340f56b69cb0
|
||||
SHA1 (patch-bin_tests_system_Makefile.in) = 5701c49d7177fccae6c08a2176988e30a3cf58a0
|
||||
SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2
|
||||
SHA1 (patch-configure) = cd7f1b06f3849016c971b5947578128594a04b9a
|
||||
SHA1 (patch-configure.in) = cc6fcdd0ad9fdc9546dc15d51c267bd4ac1453a6
|
||||
SHA1 (patch-configure) = aab1289f008a4fdcaf21c2f0fa29c3eb1f1c6da3
|
||||
SHA1 (patch-configure.in) = 6f8b620f71e494f91a35102140113a5621fd4a61
|
||||
SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f
|
||||
SHA1 (patch-lib_bind9_Makefile.in) = 89e21d21fa512f11a2fdb8d7455abd5d95f20ba5
|
||||
SHA1 (patch-lib_dns_Makefile.in) = 1770a8bd86901c618b11d255f3af54748d04b759
|
||||
SHA1 (patch-lib_bind9_Makefile.in) = 4d6c592646015c37a8c47dda8056fa01c9636dcd
|
||||
SHA1 (patch-lib_dns_Makefile.in) = eab413fb2708b275ea944c6309bd3448e9ddec26
|
||||
SHA1 (patch-lib_dns_rbt.c) = df4b029369d9fa3b250d8505b5f7590e2cd86654
|
||||
SHA1 (patch-lib_isc_Makefile.in) = 5e0739d19957b1f26bcc24a6c76bcab6248cbff5
|
||||
SHA1 (patch-lib_isc_Makefile.in) = 08fde16141c55ccfbfaf855b39599bde0a99eaaa
|
||||
SHA1 (patch-lib_isccc_Makefile.in) = a31831872b7724cb84f663ed70a82335d812f95f
|
||||
SHA1 (patch-lib_isccfg_Makefile.in) = 5ce4a85c1a13eca255804850b18b421418a2a01b
|
||||
SHA1 (patch-lib_isccfg_Makefile.in) = 0de690dd4f46c42e4152f1d64d8edaecb69c6844
|
||||
SHA1 (patch-lib_lwres_Makefile.in) = 40fd0ed1d699cb2f6258f33888a9495899373767
|
||||
SHA1 (patch-lib_lwres_getaddrinfo.c) = ccc00e446867785e401eb92e63e05505dfd01087
|
||||
SHA1 (patch-lib_lwres_getnameinfo.c) = 418ad349cf52925c9e8051b5c71d9d51ea8d2fb1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.9 2013/08/01 06:02:07 obache Exp $
|
||||
# $NetBSD: options.mk,v 1.10 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.bind99
|
||||
PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
|
||||
|
@ -55,8 +55,7 @@ CONFIGURE_ARGS+= --with-dlz-filesystem
|
|||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mrrl)
|
||||
PATCHFILES=rl-${BIND_VERSION}.patch
|
||||
PATCH_SITES=http://ss.vix.su/~vjs/
|
||||
CONFIGURE_ARGS+= --enable-rrl
|
||||
.endif
|
||||
|
||||
###
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
||||
$NetBSD: patch-bin_dig_dighost.c,v 1.2 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
* Avoid to use true as variable name.
|
||||
|
||||
--- bin/dig/dighost.c.orig 2011-12-07 17:23:28.000000000 +0000
|
||||
--- bin/dig/dighost.c.orig 2013-09-05 05:09:08.000000000 +0000
|
||||
+++ bin/dig/dighost.c
|
||||
@@ -4369,7 +4369,7 @@ prepare_lookup(dns_name_t *name)
|
||||
@@ -4309,7 +4309,7 @@ prepare_lookup(dns_name_t *name)
|
||||
isc_result_t result;
|
||||
isc_region_t r;
|
||||
dns_rdataset_t *rdataset = NULL;
|
||||
|
@ -13,7 +13,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
#endif
|
||||
|
||||
memset(namestr, 0, DNS_NAME_FORMATSIZE);
|
||||
@@ -4383,7 +4383,7 @@ prepare_lookup(dns_name_t *name)
|
||||
@@ -4323,7 +4323,7 @@ prepare_lookup(dns_name_t *name)
|
||||
|
||||
result = advanced_rrsearch(&rdataset, &ns.name,
|
||||
dns_rdatatype_aaaa,
|
||||
|
@ -22,7 +22,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
if (result == ISC_R_SUCCESS) {
|
||||
for (result = dns_rdataset_first(rdataset);
|
||||
result == ISC_R_SUCCESS;
|
||||
@@ -4412,7 +4412,7 @@ prepare_lookup(dns_name_t *name)
|
||||
@@ -4352,7 +4352,7 @@ prepare_lookup(dns_name_t *name)
|
||||
|
||||
rdataset = NULL;
|
||||
result = advanced_rrsearch(&rdataset, &ns.name, dns_rdatatype_a,
|
||||
|
@ -31,7 +31,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
if (result == ISC_R_SUCCESS) {
|
||||
for (result = dns_rdataset_first(rdataset);
|
||||
result == ISC_R_SUCCESS;
|
||||
@@ -4531,11 +4531,11 @@ isc_result_t
|
||||
@@ -4471,11 +4471,11 @@ isc_result_t
|
||||
initialization(dns_name_t *name)
|
||||
{
|
||||
isc_result_t result;
|
||||
|
@ -45,7 +45,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
if (result != ISC_R_SUCCESS) {
|
||||
printf("\n;; NS RRset is missing to continue validation:"
|
||||
" FAILED\n\n");
|
||||
@@ -4888,7 +4888,7 @@ sigchase_td(dns_message_t *msg)
|
||||
@@ -4823,7 +4823,7 @@ sigchase_td(dns_message_t *msg)
|
||||
isc_result_t result;
|
||||
dns_name_t *name = NULL;
|
||||
isc_boolean_t have_answer = ISC_FALSE;
|
||||
|
@ -54,7 +54,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
|
||||
if ((result = dns_message_firstname(msg, DNS_SECTION_ANSWER))
|
||||
== ISC_R_SUCCESS) {
|
||||
@@ -4897,7 +4897,7 @@ sigchase_td(dns_message_t *msg)
|
||||
@@ -4832,7 +4832,7 @@ sigchase_td(dns_message_t *msg)
|
||||
initialization(name);
|
||||
return;
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
} else {
|
||||
if (!current_lookup->trace_root_sigchase) {
|
||||
result = dns_message_firstname(msg,
|
||||
@@ -5015,7 +5015,7 @@ sigchase_td(dns_message_t *msg)
|
||||
@@ -4950,7 +4950,7 @@ sigchase_td(dns_message_t *msg)
|
||||
dns_rdatatype_rrsig,
|
||||
current_lookup
|
||||
->rdtype_sigchase,
|
||||
|
@ -72,7 +72,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
if (result == ISC_R_FAILURE) {
|
||||
printf("\n;; RRset is missing to continue"
|
||||
" validation SHOULD NOT APPEND:"
|
||||
@@ -5028,7 +5028,7 @@ sigchase_td(dns_message_t *msg)
|
||||
@@ -4963,7 +4963,7 @@ sigchase_td(dns_message_t *msg)
|
||||
&chase_authority_name,
|
||||
dns_rdatatype_rrsig,
|
||||
dns_rdatatype_any,
|
||||
|
@ -81,7 +81,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
if (result == ISC_R_FAILURE) {
|
||||
printf("\n;; RRSIG is missing to continue"
|
||||
" validation SHOULD NOT APPEND:"
|
||||
@@ -5104,7 +5104,7 @@ sigchase_td(dns_message_t *msg)
|
||||
@@ -5039,7 +5039,7 @@ sigchase_td(dns_message_t *msg)
|
||||
&chase_authority_name,
|
||||
dns_rdatatype_rrsig,
|
||||
dns_rdatatype_ds,
|
||||
|
@ -90,7 +90,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
if (result != ISC_R_SUCCESS) {
|
||||
printf("\n;; DSset is missing to continue validation:"
|
||||
" FAILED\n\n");
|
||||
@@ -5192,7 +5192,7 @@ sigchase_td(dns_message_t *msg)
|
||||
@@ -5127,7 +5127,7 @@ sigchase_td(dns_message_t *msg)
|
||||
result = advanced_rrsearch(&chase_rdataset, &chase_name,
|
||||
current_lookup->rdtype_sigchase,
|
||||
dns_rdatatype_any ,
|
||||
|
@ -99,7 +99,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
if (result == ISC_R_FAILURE) {
|
||||
printf("\n;; RRsig of RRset is missing to continue validation"
|
||||
" SHOULD NOT APPEND: FAILED\n\n");
|
||||
@@ -5235,7 +5235,7 @@ getneededrr(dns_message_t *msg)
|
||||
@@ -5170,7 +5170,7 @@ getneededrr(dns_message_t *msg)
|
||||
dns_name_t *name = NULL;
|
||||
dns_rdata_t sigrdata = DNS_RDATA_INIT;
|
||||
dns_rdata_sig_t siginfo;
|
||||
|
@ -108,7 +108,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
|
||||
if ((result = dns_message_firstname(msg, DNS_SECTION_ANSWER))
|
||||
!= ISC_R_SUCCESS) {
|
||||
@@ -5251,7 +5251,7 @@ getneededrr(dns_message_t *msg)
|
||||
@@ -5186,7 +5186,7 @@ getneededrr(dns_message_t *msg)
|
||||
if (chase_rdataset == NULL) {
|
||||
result = advanced_rrsearch(&chase_rdataset, name,
|
||||
dns_rdatatype_any,
|
||||
|
@ -117,7 +117,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
|||
if (result != ISC_R_SUCCESS) {
|
||||
printf("\n;; No Answers: Validation FAILED\n\n");
|
||||
return (ISC_R_NOTFOUND);
|
||||
@@ -5371,7 +5371,7 @@ getneededrr(dns_message_t *msg)
|
||||
@@ -5306,7 +5306,7 @@ getneededrr(dns_message_t *msg)
|
||||
result = advanced_rrsearch(&chase_sigdsrdataset,
|
||||
&chase_signame,
|
||||
dns_rdatatype_rrsig,
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
$NetBSD: patch-bin_tests_system_Makefile.in,v 1.3 2012/10/10 03:07:12 taca Exp $
|
||||
$NetBSD: patch-bin_tests_system_Makefile.in,v 1.4 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
Build fix for DragonFly while linking of driver.so.
|
||||
|
||||
--- bin/tests/system/Makefile.in.orig 2012-09-27 00:35:19.000000000 +0000
|
||||
--- bin/tests/system/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
|
||||
+++ bin/tests/system/Makefile.in
|
||||
@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@
|
||||
|
||||
@BIND9_MAKE_INCLUDES@
|
||||
|
||||
-SUBDIRS = dlzexternal filter-aaaa lwresd rpz rsabigexponent tkey tsiggss
|
||||
+SUBDIRS = filter-aaaa lwresd rpz rsabigexponent tkey tsiggss
|
||||
-SUBDIRS = dlzexternal filter-aaaa lwresd rpz rrl \
|
||||
+SUBDIRS = filter-aaaa lwresd rpz rrl \
|
||||
rsabigexponent tkey tsiggss
|
||||
TARGETS =
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
$NetBSD: patch-configure,v 1.5 2013/06/06 02:55:03 taca Exp $
|
||||
$NetBSD: patch-configure,v 1.6 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
* Add DragonFly support.
|
||||
* Link proper postgresql library.
|
||||
* Avoid using "==" for argument of test(1).
|
||||
|
||||
--- configure.orig 2013-06-04 18:30:02.000000000 +0000
|
||||
--- configure.orig 2013-09-05 05:09:08.000000000 +0000
|
||||
+++ configure
|
||||
@@ -12177,7 +12177,7 @@ done
|
||||
@@ -12187,7 +12187,7 @@ done
|
||||
|
||||
;;
|
||||
esac
|
||||
|
@ -15,7 +15,7 @@ $NetBSD: patch-configure,v 1.5 2013/06/06 02:55:03 taca Exp $
|
|||
then
|
||||
case "$use_python" in
|
||||
unspec)
|
||||
@@ -14870,6 +14870,8 @@ case $host in
|
||||
@@ -14911,6 +14911,8 @@ case $host in
|
||||
use_threads=false ;;
|
||||
*-freebsd*)
|
||||
use_threads=true ;;
|
||||
|
@ -24,7 +24,7 @@ $NetBSD: patch-configure,v 1.5 2013/06/06 02:55:03 taca Exp $
|
|||
*-bsdi[234]*)
|
||||
# Thread signals do not work reliably on some versions of BSD/OS.
|
||||
use_threads=false ;;
|
||||
@@ -19876,7 +19878,7 @@ $as_echo "no" >&6; }
|
||||
@@ -19944,7 +19946,7 @@ $as_echo "no" >&6; }
|
||||
fi
|
||||
if test -n "-L$use_dlz_postgres_lib -lpq"
|
||||
then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: patch-configure.in,v 1.3 2013/06/06 02:55:03 taca Exp $
|
||||
$NetBSD: patch-configure.in,v 1.4 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
* Avoid using "==" for argument of test(1).
|
||||
|
||||
--- configure.in.orig 2013-06-04 18:30:02.000000000 +0000
|
||||
--- configure.in.orig 2013-09-05 05:09:08.000000000 +0000
|
||||
+++ configure.in
|
||||
@@ -157,7 +157,7 @@ case "$use_python" in
|
||||
@@ -160,7 +160,7 @@ case "$use_python" in
|
||||
AC_PATH_PROGS(PYTHON, $use_python)
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: patch-lib_bind9_Makefile.in,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
||||
$NetBSD: patch-lib_bind9_Makefile.in,v 1.2 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
* XXX: Install with proper permission.
|
||||
|
||||
--- lib/bind9/Makefile.in.orig 2009-12-05 23:31:40.000000000 +0000
|
||||
--- lib/bind9/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
|
||||
+++ lib/bind9/Makefile.in
|
||||
@@ -78,7 +78,7 @@ installdirs:
|
||||
@@ -79,7 +79,7 @@ installdirs:
|
||||
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
|
||||
|
||||
install:: timestamp installdirs
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: patch-lib_dns_Makefile.in,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
||||
$NetBSD: patch-lib_dns_Makefile.in,v 1.2 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
* XXX: Install with proper permission.
|
||||
|
||||
--- lib/dns/Makefile.in.orig 2011-10-11 00:09:03.000000000 +0000
|
||||
--- lib/dns/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
|
||||
+++ lib/dns/Makefile.in
|
||||
@@ -135,7 +135,7 @@ installdirs:
|
||||
@@ -142,7 +142,7 @@ installdirs:
|
||||
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
|
||||
|
||||
install:: timestamp installdirs
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: patch-lib_isc_Makefile.in,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
||||
$NetBSD: patch-lib_isc_Makefile.in,v 1.2 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
* XXX: Install with proper permission.
|
||||
|
||||
--- lib/isc/Makefile.in.orig 2011-07-07 23:47:49.000000000 +0000
|
||||
--- lib/isc/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
|
||||
+++ lib/isc/Makefile.in
|
||||
@@ -127,7 +127,7 @@ installdirs:
|
||||
@@ -133,7 +133,7 @@ installdirs:
|
||||
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
|
||||
|
||||
install:: timestamp installdirs
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: patch-lib_isccfg_Makefile.in,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
|
||||
$NetBSD: patch-lib_isccfg_Makefile.in,v 1.2 2013/09/21 16:00:34 taca Exp $
|
||||
|
||||
* XXX: Install with proper permission.
|
||||
|
||||
--- lib/isccfg/Makefile.in.orig 2011-03-10 04:36:16.000000000 +0000
|
||||
--- lib/isccfg/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
|
||||
+++ lib/isccfg/Makefile.in
|
||||
@@ -77,7 +77,7 @@ installdirs:
|
||||
@@ -78,7 +78,7 @@ installdirs:
|
||||
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
|
||||
|
||||
install:: timestamp installdirs
|
||||
|
|
Loading…
Reference in a new issue