diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-02-08 22:39:02 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-02-08 22:45:10 +0000 |
commit | 8cc7612c70c4d4c4c9a876269c440c2e1111e753 (patch) | |
tree | a3b167b0db676813d62c64fdf0929454815004c6 | |
parent | 7d6568bc271b75567b98f94b80e2b010a83279c5 (diff) |
dns/dnsmasq-devel: update to v2.91rc3
* bceab45 2025-02-07 | Fix 0x20 problem.
Also fix ordering of chrony vs. dnsmasq (from dns/dnsmasq main port)
MFH: 2025Q1
(cherry picked from commit fe9d683cf82809f877f307d2cfae790944eed325)
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/dnsmasq-devel/files/dnsmasq.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 7baaa0763843..c4389acf37ad 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsmasq -DISTVERSION= 2.91rc2 # remember to bump PORTEPOCH when going from test to rc! +DISTVERSION= 2.91rc3 # remember to bump PORTEPOCH when going from test to rc! # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 6 diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 207a57af156f..ff1bf451ca64 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738889820 -SHA256 (dnsmasq-2.91rc2.tar.xz) = e91ab7be9696d9069f70171735ce0365c4244bda297cd987649cf69f97cbe8c5 -SIZE (dnsmasq-2.91rc2.tar.xz) = 575212 +TIMESTAMP = 1738986067 +SHA256 (dnsmasq-2.91rc3.tar.xz) = a4bd24a1c200c91bf4f18b28ae3b75ff214c3d5106d3425173603d51e0dd441e +SIZE (dnsmasq-2.91rc3.tar.xz) = 575436 diff --git a/dns/dnsmasq-devel/files/dnsmasq.in b/dns/dnsmasq-devel/files/dnsmasq.in index 1311df694b69..f2178bc8db1a 100644 --- a/dns/dnsmasq-devel/files/dnsmasq.in +++ b/dns/dnsmasq-devel/files/dnsmasq.in @@ -1,8 +1,8 @@ #!/bin/sh # PROVIDE: dnsmasq -# REQUIRE: SERVERS ldconfig -# BEFORE: DAEMON named +# REQUIRE: NETWORKING ldconfig ntpdate +# BEFORE: DAEMON chrony named # KEYWORD: shutdown # # Start before named so as not to break named_wait if named is |