Module Name: src Committed By: martin Date: Tue Aug 15 10:03:51 UTC 2023
Modified Files: src/external/apache2/mDNSResponder/usr.sbin/mdnsd [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by gutteridge in ticket #328): 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.14 -r1.14.6.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.14 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.14.6.1 --- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.14 Tue Apr 13 06:25:48 2021 +++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile Tue Aug 15 10:03:51 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2021/04/13 06:25:48 mrg Exp $ +# $NetBSD: Makefile,v 1.14.6.1 2023/08/15 10:03:51 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 \