CVS commit: [netbsd-9] src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2023-08-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug 15 10:07:27 UTC 2023

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd [netbsd-9]: Makefile

Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1715):

external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile: revision 1.18

mdnsd(8): switch to use arc4random(3) for randomness


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.2.1 \
src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile
diff -u src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.12 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.12.2.1
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.12	Sun Nov 18 18:58:44 2018
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile	Tue Aug 15 10:07:26 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2018/11/18 18:58:44 christos Exp $
+#	$NetBSD: Makefile,v 1.12.2.1 2023/08/15 10:07:26 martin Exp $
 
 PROG=	mdnsd
 
@@ -7,7 +7,7 @@ PROG=	mdnsd
 .PATH:	${DIST}/mDNSPosix ${DIST}/mDNSCore ${DIST}/mDNSShared
 
 CPPFLAGS+=-I${DIST}/mDNSCore -I${DIST}/mDNSShared \
-	-DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO
+	-DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO -D_PLATFORM_HAS_STRONG_PRNG_
 #CPPFLAGS+=-DMDNS_DEBUGMSGS=99
 SRCS=	PosixDaemon.c mDNSPosix.c mDNSBSD.c mDNS.c DNSDigest.c uDNS.c \
 	DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \



CVS commit: [netbsd-9] src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2023-08-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug 15 10:07:27 UTC 2023

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd [netbsd-9]: Makefile

Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1715):

external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile: revision 1.18

mdnsd(8): switch to use arc4random(3) for randomness


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.2.1 \
src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.