svn commit: r387119 - head/dns/dnsmasq-devel
Matthias Andree
mandree at FreeBSD.org
Sat May 23 08:45:04 UTC 2015
Author: mandree
Date: Sat May 23 08:45:02 2015
New Revision: 387119
URL: https://svnweb.freebsd.org/changeset/ports/387119
Log:
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
Modified:
head/dns/dnsmasq-devel/Makefile
head/dns/dnsmasq-devel/distinfo
Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile Sat May 23 08:38:18 2015 (r387118)
+++ head/dns/dnsmasq-devel/Makefile Sat May 23 08:45:02 2015 (r387119)
@@ -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 &
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>
Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo Sat May 23 08:38:18 2015 (r387118)
+++ head/dns/dnsmasq-devel/distinfo Sat May 23 08:45:02 2015 (r387119)
@@ -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
More information about the svn-ports-all
mailing list