diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2022-09-08 20:24:36 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-09-08 20:24:36 +0200 |
commit | fc85d8413735ae7512f9c8526b6fd7946dc908f1 (patch) | |
tree | 1f2c378bd781046dba2fb1a9b464f66434447452 /dns | |
parent | Change remaining "WWW:" into "See also:" (diff) |
dns/dnsmasq-devel: 2.87rc1 release candidate
Changes since test9:
+ Tweak DHCPv6 relay code so that packets relayed towards a server
have source address on the server-facing network, not the
client facing network. Thanks to Luis Thomas for spotting this
and initial patch.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 8 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 8603579bd9fe..a138a2269a47 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,13 +1,13 @@ PORTNAME= dnsmasq -DISTVERSION= 2.87test9 +DISTVERSION= 2.87rc1 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 4 # attn - different between -devel and dnsmasq ports! CATEGORIES= dns -#MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \ -# LOCAL/mandree/ -MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/test-releases/ \ +MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \ LOCAL/mandree/ +#MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/test-releases/ \ +# LOCAL/mandree/ PKGNAMESUFFIX= -devel MAINTAINER= mandree@FreeBSD.org diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 5b531933cfc6..534ed87e7d2b 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660330300 -SHA256 (dnsmasq-2.87test9.tar.xz) = 325d2b953e06273cd7e0ed921b464203a4a26fae7a1afedd9b26528d25951fdf -SIZE (dnsmasq-2.87test9.tar.xz) = 560708 +TIMESTAMP = 1662661228 +SHA256 (dnsmasq-2.87rc1.tar.xz) = a13df87ac500bdda920197f33a07251559ff60f4fbe26f46317241bd2bade9a9 +SIZE (dnsmasq-2.87rc1.tar.xz) = 561248 |