diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2015-05-23 16:45:02 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2015-05-23 16:45:02 +0800 |
commit | 919a8134f0b8249c639e758a1d275a68077d46b1 (patch) | |
tree | 8021842d188681dae5ad675137a03bd5bf2f59fe /dns | |
parent | 3f0045878a93af7ee949eb4eaad3d895ddfc73ff (diff) | |
download | freebsd-ports-gnome-919a8134f0b8249c639e758a1d275a68077d46b1.tar.gz freebsd-ports-gnome-919a8134f0b8249c639e758a1d275a68077d46b1.tar.zst freebsd-ports-gnome-919a8134f0b8249c639e758a1d275a68077d46b1.zip |
Upgrade to new release candidate #8, fixing buffer overflow since rc6. [1]
Add CPE information [2].
Extract from shortlog, omitting irrelevant entries:
Nicolas Cavallari (1):
Constify some DHCP lease management functions.
Simon Kelley (10):
Don't remove RRSIG RR from answers to ANY queries when the do bit is not set.
Handle UDP packet loss when fragmentation of large packets is broken.
Check IPv4-mapped IPv6 addresses with --stop-rebind.
Tweak EDNS timeout code.
Pointer to mail-archive mailing list mirror in doc.html.
Allow T1 and T2 DHCPv4 options to be set.
Use correct DHCP context for PXE-proxy server-id.
Fix buffer overflow introduced in 2.73rc6.
PR: 199955 [2]
Submitted by: shun, amdmi3 [2]
Reviewed by: amdmi3 [2]
Security: 7927165a-0126-11e5-9d98-080027ef73ec
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 7 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index b8ce8c1aaf2c..2caa664cba74 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.73rc7 +DISTVERSION= 2.73rc8 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel @@ -33,9 +33,12 @@ NLS_DESC= IDN+NLS: Int'l Domain Names & National Language support IDN_DESC= IDN: Int'l Domain Names WITHOUT full NLS LUA_DESC= Support lease-change scripts written in Lua DNSSEC_DESC= Enable DNSSEC caching and validation -USES= shebangfix tar:xz +USES= cpe shebangfix tar:xz SHEBANG_FILES= contrib/dynamic-dnsmasq/dynamic-dnsmasq.pl \ contrib/dnslist/dnslist.pl +CPE_VENDOR= thekelleys +CPE_VERSION= ${DISTVERSION:C/r.*//} +CPE_UPDATE= ${DISTVERSION:C/.*rc/rc/} .include <bsd.port.options.mk> diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index e6c0fe13f989..164fa681c149 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.73rc7.tar.xz) = 65b7ca27b2a3bb4c9772cd15f436c813a20cae6f490c2f7104c9610a75e3dbf2 -SIZE (dnsmasq-2.73rc7.tar.xz) = 481360 +SHA256 (dnsmasq-2.73rc8.tar.xz) = b7fd0e5e0cfa446ab4452cfbb7963784e5db070e5f34342e6d58baf6c80eeb19 +SIZE (dnsmasq-2.73rc8.tar.xz) = 482192 |