diff options
author | mandree <mandree@FreeBSD.org> | 2011-02-21 16:50:57 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-02-21 16:50:57 +0800 |
commit | 597bf09974f876cdf427fd557c6ddf67f4ef4b5a (patch) | |
tree | 06bac98ef360ec460b888939e25f6a7fa3bcc6c4 /dns/dnsmasq/distinfo | |
parent | 644300d2f6bcdf4489162a4b5513a704c272bab8 (diff) | |
download | freebsd-ports-gnome-597bf09974f876cdf427fd557c6ddf67f4ef4b5a.tar.gz freebsd-ports-gnome-597bf09974f876cdf427fd557c6ddf67f4ef4b5a.tar.zst freebsd-ports-gnome-597bf09974f876cdf427fd557c6ddf67f4ef4b5a.zip |
Upgrade to new upstream release 2.57.
Remove support for FreeBSD releases 6.X.
Allow build with IDN but without NLS (this requires that dns/libidn
is also built WITHOUT_NLS) to expose an upstream change. Useful for embedded
devices.
Warn user if this is requested but libidn needs NLS libraries
because in that case dnsmasq inherits the NLS dependencies from libidn.
Remove files/patch-aa, it was a preview patch from a 2.57 test release,
fixing a regression in 2.56 that caused hex constants to be rejected in
the configuratino if they contained the '*' wildcard.
Further upstream changes:
- use own header for DNS protocol, rather than using arpa/nameser.h
- correct ctype.h function argument casts (isdigit(), isxdigit(), etc.)
- Accept extra empty arguments on command line to avoid libvirt breakage.
Diffstat (limited to 'dns/dnsmasq/distinfo')
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index b44ae69b5bb2..00ef27f7ef48 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.56.tar.lzma) = 36341d2534801cae3463489b79d912f9db8b5dbf5527efd69821a7984def2c33 -SIZE (dnsmasq-2.56.tar.lzma) = 331543 +SHA256 (dnsmasq-2.57.tar.lzma) = b35c5a31afce2b7c4bd62566d5dc87e1ce62d0d2ebd9c2baf15b5ea16bcc279d +SIZE (dnsmasq-2.57.tar.lzma) = 333348 |