git: 8cc7612c70c4 - 2025Q1 - dns/dnsmasq-devel: update to v2.91rc3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Feb 2025 22:45:13 UTC
The branch 2025Q1 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=8cc7612c70c4d4c4c9a876269c440c2e1111e753 commit 8cc7612c70c4d4c4c9a876269c440c2e1111e753 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2025-02-08 22:39:02 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2025-02-08 22:45:10 +0000 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) --- dns/dnsmasq-devel/Makefile | 2 +- dns/dnsmasq-devel/distinfo | 6 +++--- 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