diff options
author | roy <roy> | 2009-06-14 21:15:50 +0000 |
---|---|---|
committer | roy <roy> | 2009-06-14 21:15:50 +0000 |
commit | 075eaa31dac92632e04a1d3e56e1ff7e4a0b5015 (patch) | |
tree | c69e548325b6add240cfa4921c9f01baabbab18f /net/dnsmasq | |
parent | a51f5dcc568453657f104b8698c4b48f62f5eaee (diff) | |
download | pkgsrc-075eaa31dac92632e04a1d3e56e1ff7e4a0b5015.tar.gz |
Update to dnsmasq-2.49
Changes since 2.47 include
* Fix a possible infinite with fixed hostnames to ip and the client
sometimes sending one and sometimes not
* Improved DHCP logging
* addn-hosts now works with a directory instead of just a file
Diffstat (limited to 'net/dnsmasq')
-rw-r--r-- | net/dnsmasq/Makefile | 4 | ||||
-rw-r--r-- | net/dnsmasq/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile index ac259cd1ab5..e583a5250de 100644 --- a/net/dnsmasq/Makefile +++ b/net/dnsmasq/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/02/19 11:17:19 roy Exp $ +# $NetBSD: Makefile,v 1.11 2009/06/14 21:15:50 roy Exp $ # -DISTNAME= dnsmasq-2.47 +DISTNAME= dnsmasq-2.49 CATEGORIES= net MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ diff --git a/net/dnsmasq/distinfo b/net/dnsmasq/distinfo index c4dbe78f6cb..b20ce8a14d9 100644 --- a/net/dnsmasq/distinfo +++ b/net/dnsmasq/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/02/19 11:17:19 roy Exp $ +$NetBSD: distinfo,v 1.10 2009/06/14 21:15:50 roy Exp $ -SHA1 (dnsmasq-2.47.tar.gz) = a01ae622410636c5cdad9b789e69fb4bbc3a5d6a -RMD160 (dnsmasq-2.47.tar.gz) = 79c7c4f2fac483f237401294747dfda93921ab1d -Size (dnsmasq-2.47.tar.gz) = 396967 bytes +SHA1 (dnsmasq-2.49.tar.gz) = c9200de6c00736bd0385061d84d8802a07f21dd2 +RMD160 (dnsmasq-2.49.tar.gz) = 14ff652e247ca2f98a09384730e00b1a97e42d95 +Size (dnsmasq-2.49.tar.gz) = 407342 bytes |