diff options
author | roy <roy@pkgsrc.org> | 2010-01-29 12:33:06 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2010-01-29 12:33:06 +0000 |
commit | 00142559ac511a29e5b10b9c3daa99c4eefa147a (patch) | |
tree | 4e9f7a23e643d52cddcd870323626e81156ccc71 /net/dnsmasq/Makefile | |
parent | a399fa7d2f6efed42f95177316f4ea565bf4b2d7 (diff) | |
download | pkgsrc-00142559ac511a29e5b10b9c3daa99c4eefa147a.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/Makefile')
-rw-r--r-- | net/dnsmasq/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |