Update to new upstream 2.69test3 release, with these noteworthy changes:
- Implement dynamic interface discovery on *BSD - Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch. - Ignore ",," in dhcp-host, rather than treating it as ",0," Invent an additional .0 so we can later have 2.69rc... releases without touching PORTEPOCH.
This commit is contained in:
parent
21e8eab9f0
commit
9c8d34d613
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338400
2 changed files with 6 additions and 5 deletions
|
@ -2,9 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
DISTVERSION= 2.68rc5
|
||||
PORTVERSION= 2.69.0test3
|
||||
DISTVERSION= 2.69test3
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
|
@ -13,7 +14,7 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server
|
|||
LICENSE= GPLv2
|
||||
|
||||
CONFLICTS_INSTALL=dnsmasq-2*
|
||||
IGNORE= - build stable version instead, it is newer than this release candidate
|
||||
#IGNORE= - build stable version instead, it is newer than this release candidate
|
||||
|
||||
PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dnsmasq-2.68rc5.tar.xz) = 35382ac76aa12151cf7ddb58cd56a66a38be18bdd84a5d6fea2157de86d93779
|
||||
SIZE (dnsmasq-2.68rc5.tar.xz) = 435788
|
||||
SHA256 (dnsmasq-2.69test3.tar.xz) = 9d5cd1242c26b42664ec392b0a84506b2f3a3e0b8604861d5727f116080b41d8
|
||||
SIZE (dnsmasq-2.69test3.tar.xz) = 436760
|
||||
|
|
Loading…
Reference in a new issue