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:40:29 +0000 |
commit | fe9d683cf82809f877f307d2cfae790944eed325 (patch) | |
tree | 499e5d3e20b07dc378da3847762c220e02466821 | |
parent | a8d0e2f79711ee1d9bb1c3ccf040b3c6bd2e4874 (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
-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 |