head 1.2; access; symbols pkgsrc-2014Q4:1.1.0.2 pkgsrc-2014Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2015.03.15.00.47.59; author taca; state dead; branches; next 1.1; commitid fW7RQwb3LngiBDdy; 1.1 date 2014.10.14.13.53.01; author taca; state Exp; branches; next ; commitid 3ei8DCH6EFrNPaUx; desc @@ 1.2 log @Update ISC DHCP packages to 4.3.2. Changes since 4.3.2rc2 - None Changes since 4.3.2rc1 - Corrected a compilation error introduced by the fix for ISC-Bugs #37415. The error occurs on Linux variants that do not support VLAN tag information in packet auxiliary data. The configure script now only enables inclusion of the VLAN tag-based logic if it is supported by the underlying OS. [ISC-Bugs #38677] Changes since 4.3.2b1 - Specifying the option, --disable-debug, on the configure script command line now disables debug features. Prior to this, specifying --disable-debug incorrectly enabled debug features. Thanks to Gustavo Zacarias for reporting the issue. [ISC-Bugs #37780] - Unit test execution now uses a path augmented during configuration processing of the --with-atf option to locate ATF runtime tools, atf-run and atf-report. For most installations of ATF, this should alleviate the need to manually include them in the PATH, as was formerly required. If the configure script cannot locate the tools it will emit a warning, informing the user that the tools must be in the PATH when running unit tests. Secondly, please note that "make check" will now exit with a failure status code (non-zero) if one or more unit tests fail. This means that invoking "make check" from an upper level directory will cause the make process to STOP after the first test subdirectory with failed test(s). To force all tests in all subdirectories to run, regardless of individual test outcome, use the command "make -k check". [ISC-Bugs #38619] @ text @$NetBSD: patch-bind_bind-9.9.5-P1_configure,v 1.1 2014/10/14 13:53:01 taca Exp $ * Avoid using "==" for argument of test(1). --- bind/bind-9.9.5-P1/configure.orig 2014-05-23 13:42:39.000000000 +0000 +++ bind/bind-9.9.5-P1/configure @@@@ -11685,7 +11685,7 @@@@ done ;; esac - if test "X$PYTHON" == "X" + if test "X$PYTHON" = "X" then case "$use_python" in unspec) @ 1.1 log @Update isc-dhcp4 and related packages to 4.3.1. Changes since 4.3.1rc1 - None Changes since 4.3.1b1 - Modify the linux and openwrt dhclient scripts to process information from a stateless request. Thanks to Jiri Popelka at Red Hat for the bug report and patch. [ISC-Bugs 36102] - Remove more unused RCSID tags. These weren't noticed in 4.3 as the code isn't used anymore but we remove them here to keep the code consistent across versions. [ISC-Bugs #36451] @ text @d1 1 a1 1 $NetBSD: patch-bind_bind-9.9.5_configure,v 1.1 2014/02/09 04:34:31 taca Exp $ @