Date: Sun, 5 Apr 2020 09:38:24 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530759 - head/dns/dnsmasq-devel Message-ID: <202004050938.0359cOQ0024677@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sun Apr 5 09:38:24 2020 New Revision: 530759 URL: https://svnweb.freebsd.org/changeset/ports/530759 Log: dns/dnsmasq-devel update to 2.81 release candidate #5 Git changes since rc4: * 532246f 2020-04-04 | Tweak to DNSSEC logging. (tag: v2.81rc5, origin/master, origin/HEAD) [Simon Kelley] * 8caf3d7 2020-04-04 | Fix rare problem allocating frec for DNSSEC. [Simon Kelley] * d162bee 2020-03-20 | Allow overriding of ubus service name. [Oldřich Jedlička] * b43585c 2020-03-28 | Fix nameserver list in auth mode. [Simon Kelley] * 3f60ecd 2020-03-18 | Fixed resource leak on ubus_init failure. [Oldřich Jedlička] * 0506a5e 2020-03-19 | Handle old kernels that don't do NETLINK_NO_ENOBUFS. [Simon Kelley] * e7ee1aa 2020-03-17 | Extend stop-dns-rebind to reject IPv6 LL and ULA addresses. We also reject the loopback address if rebind-localhost-ok is NOT set. [Dominik DL6ER] Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Sun Apr 5 09:32:19 2020 (r530758) +++ head/dns/dnsmasq-devel/Makefile Sun Apr 5 09:38:24 2020 (r530759) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.81rc4 +DISTVERSION= 2.81rc5 PORTEPOCH= 3 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Sun Apr 5 09:32:19 2020 (r530758) +++ head/dns/dnsmasq-devel/distinfo Sun Apr 5 09:38:24 2020 (r530759) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584744506 -SHA256 (dnsmasq-2.81rc4.tar.xz) = 0c4770eb05a0dfe5900d54b115f0f085f08b403fef6e96a8000fbcecc7c6edfa -SIZE (dnsmasq-2.81rc4.tar.xz) = 528608 +TIMESTAMP = 1586075683 +SHA256 (dnsmasq-2.81rc5.tar.xz) = d95439b0f0b3d540fd4a10fc150efa7478e0d70db8168d76550562dadf9fc433 +SIZE (dnsmasq-2.81rc5.tar.xz) = 528996
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004050938.0359cOQ0024677>