diff options
author | roy <roy> | 2010-01-29 12:33:06 +0000 |
---|---|---|
committer | roy <roy> | 2010-01-29 12:33:06 +0000 |
commit | a671dd4e78fbef0453adb6dc5c59689c34052161 (patch) | |
tree | 4e9f7a23e643d52cddcd870323626e81156ccc71 /net/dnsmasq | |
parent | 02979d0e870882584a4980642c8d0b235310819f (diff) | |
download | pkgsrc-a671dd4e78fbef0453adb6dc5c59689c34052161.tar.gz |
Update to dnsmsasq-2.52
Changes from dnsmasq-2.51 include
* More conservative in detecing "A for A" queries
* Increased default number of leases to 1000
* Added support for RFC3925 "Vendor-Identifying Vendor Options"
* Default DNS packet size now 4096 as recommended by RFC5625
Diffstat (limited to 'net/dnsmasq')
-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 8e897ef7ed5..9450e9dfd55 100644 --- a/net/dnsmasq/Makefile +++ b/net/dnsmasq/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/11/14 12:14:07 roy Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/29 12:33:06 roy Exp $ # -DISTNAME= dnsmasq-2.51 +DISTNAME= dnsmasq-2.52 CATEGORIES= net MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ @@ -30,7 +30,7 @@ INSTALL_MAKE_FLAGS+= AWK="${AWK}" post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/dnsmasq - ${INSTALL} ${WRKSRC}/dnsmasq.conf.example \ + ${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example \ ${DESTDIR}${PREFIX}/share/examples/dnsmasq/ .include "../../mk/bsd.pkg.mk" diff --git a/net/dnsmasq/distinfo b/net/dnsmasq/distinfo index ab27d4f4dad..e928622fd57 100644 --- a/net/dnsmasq/distinfo +++ b/net/dnsmasq/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2009/11/14 12:14:07 roy Exp $ +$NetBSD: distinfo,v 1.13 2010/01/29 12:33:06 roy Exp $ -SHA1 (dnsmasq-2.51.tar.gz) = 2f161b9bce87de6cfc18e2c84017753bdb0ef209 -RMD160 (dnsmasq-2.51.tar.gz) = ea15249d6f8a8e1bb62dc061899885c2791d6a28 -Size (dnsmasq-2.51.tar.gz) = 407550 bytes +SHA1 (dnsmasq-2.52.tar.gz) = 3c498251a6ce3bb457605d97b290958e63630bce +RMD160 (dnsmasq-2.52.tar.gz) = 2f68981ff8cb0abbb6d7a1f4e7d2f4254af3d273 +Size (dnsmasq-2.52.tar.gz) = 416466 bytes |