Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 19:19:44 +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: r562980 - in head/dns/dnsmasq: . files
Message-ID:  <202101261919.10QJJi5Z006040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Jan 26 19:19:44 2021
New Revision: 562980
URL: https://svnweb.freebsd.org/changeset/ports/562980

Log:
  dns/dnsmasq: upgrade to v2.84 (regression fixes)
  
  Upstream blessed v2.84 rc2 (which 2.83_1 effectively already was)
  into v2.84 release, so take it (and patch the upstream bug of
  leaving "rc2" in the version out).
  
  MFH:		2021Q1 (regression fixes for security fix release)

Deleted:
  head/dns/dnsmasq/files/patch-zgit-1
  head/dns/dnsmasq/files/patch-zgit-2
  head/dns/dnsmasq/files/patch-zgit-3
  head/dns/dnsmasq/files/patch-zgit-4
Modified:
  head/dns/dnsmasq/Makefile
  head/dns/dnsmasq/distinfo

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Tue Jan 26 19:09:58 2021	(r562979)
+++ head/dns/dnsmasq/Makefile	Tue Jan 26 19:19:44 2021	(r562980)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.83
+DISTVERSION=	2.84
 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
-PORTREVISION=	1
+PORTREVISION=	0
 PORTEPOCH=	1
 CATEGORIES=	dns
 MASTER_SITES=	https://www.thekelleys.org.uk/dnsmasq/ \
@@ -104,6 +104,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${_intllibs} ${ICONV_LIB}
 
 post-patch:
 	${REINPLACE_CMD} -e '/^lua_/s/lua5\.2/lua-${LUA_VER}/' ${WRKSRC}/Makefile
+	${REINPLACE_CMD} -e 's/2\.84rc2/2.84/' ${WRKSRC}/VERSION
 
 pre-configure: pretty-print-config
 .if ${PORT_OPTIONS:MIDN}

Modified: head/dns/dnsmasq/distinfo
==============================================================================
--- head/dns/dnsmasq/distinfo	Tue Jan 26 19:09:58 2021	(r562979)
+++ head/dns/dnsmasq/distinfo	Tue Jan 26 19:19:44 2021	(r562980)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611169927
-SHA256 (dnsmasq-2.83.tar.xz) = ffc1f7e8b05e22d910b9a71d09f1128197292766dc7c54cb7018a1b2c3af4aea
-SIZE (dnsmasq-2.83.tar.xz) = 513880
+TIMESTAMP = 1611563398
+SHA256 (dnsmasq-2.84.tar.xz) = 603195c64b73137609b07e1024ae0b37f652b2f5fe467dce66985b3d1850050c
+SIZE (dnsmasq-2.84.tar.xz) = 514216



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261919.10QJJi5Z006040>