Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2021 00:27:18 +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: r568706 - head/dns/dnsmasq-devel
Message-ID:  <202103180027.12I0RIOp062581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Mar 18 00:27:18 2021
New Revision: 568706
URL: https://svnweb.freebsd.org/changeset/ports/568706

Log:
  fixup PORTEPOCH for dnsmasq-devel
  
  which used to be at 3 already earlier. Adjust vuxml entry accordingly.
  
  Security:	CVE-2021-3448
  Security:	5b72b1ff-877c-11eb-bd4f-2f1d57dafe46

Modified:
  head/dns/dnsmasq-devel/Makefile

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Thu Mar 18 00:27:12 2021	(r568705)
+++ head/dns/dnsmasq-devel/Makefile	Thu Mar 18 00:27:18 2021	(r568706)
@@ -5,7 +5,7 @@ PORTNAME=	dnsmasq
 DISTVERSION=	2.85rc1
 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
 PORTREVISION=	0
-PORTEPOCH=	1
+PORTEPOCH=	3 # attn - different between -devel and dnsmasq ports!
 CATEGORIES=	dns
 MASTER_SITES=	https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \
 		LOCAL/mandree/



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