diff options
author | mandree <mandree@FreeBSD.org> | 2015-07-31 02:47:33 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2015-07-31 02:47:33 +0800 |
commit | f40b75409fe150130de950164e4d41e96f61a00a (patch) | |
tree | dbf4734fe49a747e449683df6e2dffb94bc2f737 | |
parent | 464c2defeee63fe371056895d750315bcd3462bc (diff) | |
download | freebsd-ports-gnome-f40b75409fe150130de950164e4d41e96f61a00a.tar.gz freebsd-ports-gnome-f40b75409fe150130de950164e4d41e96f61a00a.tar.zst freebsd-ports-gnome-f40b75409fe150130de950164e4d41e96f61a00a.zip |
New dnsmasq upstream release 2.74 (bugfixes)
version 2.74
Fix reversion in 2.73 where --conf-file would attempt to
read the default file, rather than no file.
Fix inotify code to handle dangling symlinks better and
not SEGV in some circumstances.
DNSSEC fix. In the case of a signed CNAME generated by a
wildcard which pointed to an unsigned domain, the wrong
status would be logged, and some necessary checks omitted.
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 6b790cef1886..abde7bec7cad 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.73 +DISTVERSION= 2.74 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 6bc6407905d6..83ceb05c7f6e 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.73.tar.xz) = 0bff81103e53fcab3a3c4d0fd6df1882f9446dca4fa74ff8270e1d2ab872d8f6 -SIZE (dnsmasq-2.73.tar.xz) = 470420 +SHA256 (dnsmasq-2.74.tar.xz) = 9ed484b9879d63f7a0bc1010562f17d8aaadf4261e9a126299796cb9696d93ba +SIZE (dnsmasq-2.74.tar.xz) = 472480 |