git: 25a91afc9f10 - main - net/mDNSResponder: Update to 2600.120.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jun 2025 17:53:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=25a91afc9f109761d1c222d085e920f706ef0535
commit 25a91afc9f109761d1c222d085e920f706ef0535
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-17 16:33:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-17 17:47:44 +0000
net/mDNSResponder: Update to 2600.120.12
- Update MASTER_SITES
Changes: https://github.com/apple-oss-distributions/mDNSResponder/commits/rel/mDNSResponder-2600
---
net/mDNSResponder/Makefile | 5 +++--
net/mDNSResponder/distinfo | 6 +++---
net/mDNSResponder/files/patch-mDNSPosix-Makefile | 24 ++++++++----------------
3 files changed, 14 insertions(+), 21 deletions(-)
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile
index 6a863f66313c..b07612f0921a 100644
--- a/net/mDNSResponder/Makefile
+++ b/net/mDNSResponder/Makefile
@@ -1,7 +1,8 @@
PORTNAME= mDNSResponder
-PORTVERSION= 2559.80.8
+PORTVERSION= 2600.120.12
CATEGORIES?= net dns
-MASTER_SITES= https://opensource.apple.com/tarballs/mDNSResponder/
+MASTER_SITES= https://opensource.apple.com/tarballs/mDNSResponder/ \
+ https://github.com/apple-oss-distributions/mDNSResponder/archive/
MAINTAINER?= sunpoet@FreeBSD.org
COMMENT?= Bonjour (zero-configuration networking) by Apple
diff --git a/net/mDNSResponder/distinfo b/net/mDNSResponder/distinfo
index ba071ae052cc..33dbd492e4b9 100644
--- a/net/mDNSResponder/distinfo
+++ b/net/mDNSResponder/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744215563
-SHA256 (mDNSResponder-2559.80.8.tar.gz) = 96c3437867ede8d32ac83871b677329562fd16f7af60562a5d32afc12ef4beac
-SIZE (mDNSResponder-2559.80.8.tar.gz) = 3367429
+TIMESTAMP = 1749813020
+SHA256 (mDNSResponder-2600.120.12.tar.gz) = eab211f35da3db2de2271b94009eb303e4319abe5d12a67a9d3f3c244e6ab0c6
+SIZE (mDNSResponder-2600.120.12.tar.gz) = 3477278
diff --git a/net/mDNSResponder/files/patch-mDNSPosix-Makefile b/net/mDNSResponder/files/patch-mDNSPosix-Makefile
index 3da6d455e4dd..6915b40e7feb 100644
--- a/net/mDNSResponder/files/patch-mDNSPosix-Makefile
+++ b/net/mDNSResponder/files/patch-mDNSPosix-Makefile
@@ -1,6 +1,6 @@
---- mDNSPosix/Makefile.orig 2023-01-24 00:43:17 UTC
+--- mDNSPosix/Makefile.orig 2025-05-20 00:39:28 UTC
+++ mDNSPosix/Makefile
-@@ -53,8 +53,8 @@ else ifeq ($(SYSTEM), Linux)
+@@ -53,8 +53,8 @@ endif
os=linux
endif
@@ -11,7 +11,7 @@
FLEX = flex
ST = strip
LD = ld
-@@ -135,9 +135,9 @@ else
+@@ -135,9 +135,9 @@ ifeq ($(os),freebsd)
ifeq ($(os),freebsd)
# If not already defined, set LOCALBASE to /usr/local
@@ -42,7 +42,7 @@
# If directories /etc/init.d/rc*.d exist, then we install into that (Suse)
ifeq ($(wildcard /etc/init.d/rc2.d/), /etc/init.d/rc2.d/)
-@@ -235,7 +236,7 @@ MDNSCFLAGS = $(CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_OS) $
+@@ -235,7 +236,7 @@ all: setup Daemon libdns_sd Clients SAClient SARespond
all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder NetMonitor $(OPTIONALTARG)
@@ -51,7 +51,7 @@
# 'setup' sets up the build directory structure the way we want
setup:
-@@ -276,13 +277,13 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$(LDSUFFIX)
+@@ -276,7 +277,7 @@ $(BUILDDIR)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS)
CLIENTLIBOBJS = $(OBJDIR)/dnssd_clientlib.c.so.o $(OBJDIR)/dnssd_clientstub.c.so.o $(OBJDIR)/dnssd_ipc.c.so.o $(OBJDIR)/dnssd_errstring.c.so.o
$(BUILDDIR)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS)
@@ -59,16 +59,8 @@
+ $(CC) $(SOOPTS) $(LINKOPTS) -Wl,-soname=libdns_sd.$(LDSUFFIX).$(LIBVERS) -o $@ $+
$(STRIP) $@
--Clients: setup libdns_sd ../Clients/build/dns-sd
-+Clients: setup ../Clients/build/dns-sd
- @echo "Clients done"
-
--../Clients/build/dns-sd: ../Clients/dns-sd.c
-+../Clients/build/dns-sd: setup libdns_sd ../Clients/dns-sd.c
- $(MAKE) -C ../Clients DEBUG=$(DEBUG) SUPMAKE_CFLAGS="$(MDNSCFLAGS)"
-
- # nss_mdns target builds the Name Service Switch module
-@@ -290,7 +291,7 @@ nss_mdns: setup $(BUILDDIR)/$(NSSLIBFILE)
+ Clients: setup ../Clients/build/dns-sd
+@@ -290,7 +291,7 @@ $(BUILDDIR)/$(NSSLIBFILE): $(CLIENTLIBOBJS) $(OBJDIR)/
@echo "Name Service Switch module done"
$(BUILDDIR)/$(NSSLIBFILE): $(CLIENTLIBOBJS) $(OBJDIR)/nss_mdns.c.so.o
@@ -103,7 +95,7 @@
cp $< $@
chmod 444 $@
-@@ -500,6 +499,8 @@ $(OBJDIR)/NetMonitor.c.o: $(COREDIR)/mDNS.c
+@@ -500,6 +499,8 @@ $(BUILDDIR)/dnsextd: $(DNSEXTDOBJ) $(O
$(BUILDDIR)/dnsextd: $(DNSEXTDOBJ) $(OBJDIR)/dnsextd.c.threadsafe.o
$(CC) $+ -o $@ $(LINKOPTS) $(LINKOPTS_PTHREAD)