svn commit: r569327 - in head/dns/dnsmasq-devel: . files

Matthias Andree mandree at FreeBSD.org
Sat Mar 27 12:40:52 UTC 2021


Author: mandree
Date: Sat Mar 27 12:40:51 2021
New Revision: 569327
URL: https://svnweb.freebsd.org/changeset/ports/569327

Log:
  dns/dnsmasq-devel: update to v2.85rc2
  
  * ea28d0e 2021-03-26 | Scale the DNS random scket pool on the value of dns-forward-max. (HEAD -> master, tag: v2.85rc2, origin/master, origin/HEAD) [Simon Kelley]
  * 4a8c098 2021-03-26 | Change the method of allocation of random source ports for DNS. [Simon Kelley]
  * ffa4628 2021-03-22 | Fix thinko in 51f7bc924cbcdeb09cbb83249b70c121d1ffa31e [黎醒聪]
  * e10a923 2021-03-15 | Move repeated test pattern to server_test_type [Petr Menšík]
  * 51f7bc9 2021-03-18 | Create common function for forward dump, log and send [Petr Menšík]
  * 6c0bf79 2021-03-18 | Reduce few repetitions in forward code [Petr Menšík]
  * 4b03170 2021-03-20 | Update German translation for 2.85rc1. [Matthias Andree]
  * 1de6bbc 2021-03-19 | Fix FTBS on FreeBSD due to Linux-specific optimisation of if_nametoindex() [Simon Kelley]

Deleted:
  head/dns/dnsmasq-devel/files/patch-src_network.c
Modified:
  head/dns/dnsmasq-devel/Makefile
  head/dns/dnsmasq-devel/distinfo

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Sat Mar 27 12:12:56 2021	(r569326)
+++ head/dns/dnsmasq-devel/Makefile	Sat Mar 27 12:40:51 2021	(r569327)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.85rc1
+DISTVERSION=	2.85rc2
 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
-PORTREVISION=	1
+PORTREVISION=	0
 PORTEPOCH=	3 # attn - different between -devel and dnsmasq ports!
 CATEGORIES=	dns
 MASTER_SITES=	https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \
@@ -17,7 +17,7 @@ COMMENT=	Lightweight DNS forwarder, DHCP, and TFTP ser
 LICENSE=	GPLv2
 
 DEPRECATED=	short-lived development branch, to be removed once 2.85 is released
-EXPIRATION_DATE=2021-03-31 # this is to keep dnsmasq-devel outside the quarterly branches
+EXPIRATION_DATE=2021-04-10
 
 USES=		cpe shebangfix tar:xz
 CPE_VENDOR=	thekelleys

Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo	Sat Mar 27 12:12:56 2021	(r569326)
+++ head/dns/dnsmasq-devel/distinfo	Sat Mar 27 12:40:51 2021	(r569327)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616024487
-SHA256 (dnsmasq-2.85rc1.tar.xz) = 97bf5b606f0a5a9e439b464ac5d2296f64b0b19723985e5bc330beda6407a09a
-SIZE (dnsmasq-2.85rc1.tar.xz) = 537632
+TIMESTAMP = 1616842199
+SHA256 (dnsmasq-2.85rc2.tar.xz) = d5f359e993b6f3f690faa829178a556550e6d309289359a7bee2bf24f516af43
+SIZE (dnsmasq-2.85rc2.tar.xz) = 538376


More information about the svn-ports-head mailing list