diff options
author | roy <roy@pkgsrc.org> | 2010-11-27 13:24:47 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2010-11-27 13:24:47 +0000 |
commit | 624f76ee76fe149107114a2db68b0abc6800cc52 (patch) | |
tree | 1acb30ff80b09d1d4a2cf5db923a7a4dc14ecfff | |
parent | 10d4e68c2e3b39cc38a1a986e0b12d2a2d6d6b3d (diff) | |
download | pkgsrc-624f76ee76fe149107114a2db68b0abc6800cc52.tar.gz |
Update to dnsmasq-2.55 with the following changes:
* Allow the empty domain "." in dhcp domain-search (119) options.
* Fix corruption of the domain when a name from /etc/hosts
overrides one supplied by a DHCP client.
* Fix regression which caused configuration like
--address=/.domain.com/1.2.3.4 to be rejected.
* Many new options added and improved.
-rw-r--r-- | net/dnsmasq/Makefile | 6 | ||||
-rw-r--r-- | net/dnsmasq/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile index 9450e9dfd55..db3e78fc016 100644 --- a/net/dnsmasq/Makefile +++ b/net/dnsmasq/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2010/01/29 12:33:06 roy Exp $ +# $NetBSD: Makefile,v 1.15 2010/11/27 13:24:47 roy Exp $ # -DISTNAME= dnsmasq-2.52 +DISTNAME= dnsmasq-2.55 CATEGORIES= net MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ @@ -18,6 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "options.mk" # Override the defaults +AUTO_MKDIRS=yes CFLAGS+= -DCONFFILE=\\\"${PKG_SYSCONFDIR}/dnsmasq.conf\\\" BUILD_MAKE_FLAGS+= COPTS="${CFLAGS}" INSTALL_MAKE_FLAGS+= PREFIX="${PREFIX}" @@ -29,7 +30,6 @@ BUILD_MAKE_FLAGS+= AWK="${AWK}" INSTALL_MAKE_FLAGS+= AWK="${AWK}" post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/dnsmasq ${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example \ ${DESTDIR}${PREFIX}/share/examples/dnsmasq/ diff --git a/net/dnsmasq/distinfo b/net/dnsmasq/distinfo index e928622fd57..126a5de1521 100644 --- a/net/dnsmasq/distinfo +++ b/net/dnsmasq/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2010/01/29 12:33:06 roy Exp $ +$NetBSD: distinfo,v 1.14 2010/11/27 13:24:47 roy Exp $ -SHA1 (dnsmasq-2.52.tar.gz) = 3c498251a6ce3bb457605d97b290958e63630bce -RMD160 (dnsmasq-2.52.tar.gz) = 2f68981ff8cb0abbb6d7a1f4e7d2f4254af3d273 -Size (dnsmasq-2.52.tar.gz) = 416466 bytes +SHA1 (dnsmasq-2.55.tar.gz) = 6a9fb6b43847e47d07cbe304e99a04b960942068 +RMD160 (dnsmasq-2.55.tar.gz) = 0618521572a819c8ee20348cebb56b5841a6d911 +Size (dnsmasq-2.55.tar.gz) = 438852 bytes |