diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2015-04-23 06:25:44 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2015-04-23 06:25:44 +0800 |
commit | 0d057249e87b6ea50431e6edf0b402c81273a9cb (patch) | |
tree | f2f40c07ae4a8c9a1cf91bc1aa1a901969e3bd88 /dns | |
parent | 1c2a6f24508a7a8a46049f841ee18b8916ef1e55 (diff) | |
download | freebsd-ports-gnome-0d057249e87b6ea50431e6edf0b402c81273a9cb.tar.gz freebsd-ports-gnome-0d057249e87b6ea50431e6edf0b402c81273a9cb.tar.zst freebsd-ports-gnome-0d057249e87b6ea50431e6edf0b402c81273a9cb.zip |
Update to new release candidate #6.
Git shortlog since release candidate #4:
Moshe Levi (1):
Check IP address command line arg in dhcp_release.c
Simon Kelley (7):
Fix crash in auth code with odd configuration.
Auth: correct replies to NS and SOA in .arpa zones.
Note CVE-2015-3294
Log domain when reporting DNSSEC validation failure.
Revert 61b838dd574c51d96fef100285a0d225824534f9 and just quieten log inste
Handle domain names with '.' or /000 within labels.
Tweaks to previous, DNS label charset commit.
Stefan Tomanek (1):
Fix (srk induced) crash in new tftp_no_fail code.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 1edd4ab042bf..7e1e18d33c98 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.73rc4 +DISTVERSION= 2.73rc6 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel @@ -44,7 +44,7 @@ CFLAGS+= -DNO_IPV6 .endif .if ${PORT_OPTIONS:MNLS} -USES+= pkgconfig gettext iconv gmake +USES+= gettext gmake iconv pkgconfig LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn PLIST_SUB+= NLS="" ALL_TARGET= all-i18n diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 9c3cd8dd6e24..e8bfc5c95fdd 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.73rc4.tar.xz) = f0b56e7df38e581680b8406e2bc4c5217504ea14da2f6143a9827344b3303c01 -SIZE (dnsmasq-2.73rc4.tar.xz) = 480356 +SHA256 (dnsmasq-2.73rc6.tar.xz) = fc0d80123e8533d00a09df37869991b28e7bd1105d39efa54a832dd7fb29edcf +SIZE (dnsmasq-2.73rc6.tar.xz) = 481348 |