summaryrefslogtreecommitdiff
path: root/dns/dnsmasq-devel
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-05-23 08:45:02 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-05-23 08:45:02 +0000
commit919a8134f0b8249c639e758a1d275a68077d46b1 (patch)
tree8021842d188681dae5ad675137a03bd5bf2f59fe /dns/dnsmasq-devel
parentDocument dnsmasq and -devel vulnerabilities (CVE-2015-3294 and one other in rc). (diff)
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
Notes
Notes: svn path=/head/; revision=387119
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r--dns/dnsmasq-devel/Makefile7
-rw-r--r--dns/dnsmasq-devel/distinfo4
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