Module Name: src Committed By: gutteridge Date: Sun Aug 13 18:57:07 UTC 2023
Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSCommon.c src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile Log Message: mdnsd(8): switch to use arc4random(3) for randomness To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c cvs rdiff -u -r1.17 -r1.18 \ src/external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c cvs rdiff -u -r1.17 -r1.18 \ 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.17 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.18 --- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.17 Sat Jun 3 21:26:27 2023 +++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile Sun Aug 13 18:57:07 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2023/06/03 21:26:27 lukem Exp $ +# $NetBSD: Makefile,v 1.18 2023/08/13 18:57:07 gutteridge 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 \