CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2018-11-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 18 18:58:44 UTC 2018

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile

Log Message:
Use our getifaddrs version


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
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.11 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.12
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.11	Sun Apr  8 09:43:29 2018
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile	Sun Nov 18 13:58:44 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2018/04/08 13:43:29 christos Exp $
+#	$NetBSD: Makefile,v 1.12 2018/11/18 18:58:44 christos Exp $
 
 PROG=	mdnsd
 
@@ -9,7 +9,7 @@ PROG=	mdnsd
 CPPFLAGS+=-I${DIST}/mDNSCore -I${DIST}/mDNSShared \
 	-DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO
 #CPPFLAGS+=-DMDNS_DEBUGMSGS=99
-SRCS=	PosixDaemon.c mDNSPosix.c mDNSUNP.c mDNS.c DNSDigest.c uDNS.c \
+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 \
 	PlatformCommon.c CryptoAlg.c anonymous.c
 



CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2018-04-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  8 13:43:29 UTC 2018

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile

Log Message:
remove format checker; cannot work because of %#a (ip address printing).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
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.10 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.11
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.10	Sat Apr  7 15:18:44 2018
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile	Sun Apr  8 09:43:29 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2018/04/07 19:18:44 christos Exp $
+#	$NetBSD: Makefile,v 1.11 2018/04/08 13:43:29 christos Exp $
 
 PROG=	mdnsd
 
@@ -7,8 +7,7 @@ PROG=	mdnsd
 .PATH:	${DIST}/mDNSPosix ${DIST}/mDNSCore ${DIST}/mDNSShared
 
 CPPFLAGS+=-I${DIST}/mDNSCore -I${DIST}/mDNSShared \
-	-DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO \
-	-DMDNS_CHECK_PRINTF_STYLE_FUNCTIONS=1
+	-DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO
 #CPPFLAGS+=-DMDNS_DEBUGMSGS=99
 SRCS=	PosixDaemon.c mDNSPosix.c mDNSUNP.c mDNS.c DNSDigest.c uDNS.c \
 	DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \



CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2018-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  7 19:18:44 UTC 2018

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile

Log Message:
show how to turn on debugging.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
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.9 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.10
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.9	Sun Jan 14 14:37:36 2018
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile	Sat Apr  7 15:18:44 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2018/01/14 19:37:36 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2018/04/07 19:18:44 christos Exp $
 
 PROG=	mdnsd
 
@@ -7,7 +7,9 @@ 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 \
+	-DMDNS_CHECK_PRINTF_STYLE_FUNCTIONS=1
+#CPPFLAGS+=-DMDNS_DEBUGMSGS=99
 SRCS=	PosixDaemon.c mDNSPosix.c mDNSUNP.c mDNS.c DNSDigest.c uDNS.c \
 	DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \
 	PlatformCommon.c CryptoAlg.c anonymous.c



CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2011-02-27 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Sun Feb 27 13:01:06 UTC 2011

Added Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: mdnsd.8

Log Message:
the original mDNSResponder.8 manpage, for reference


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8

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

Added files:

Index: src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8
diff -u /dev/null src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8:1.1
--- /dev/null	Sun Feb 27 13:01:06 2011
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8	Sun Feb 27 13:01:05 2011
@@ -0,0 +1,149 @@
+.\ -*- tab-width: 4 -*-
+.\ 
+.\ Copyright (c) 2003-2004 Apple Computer, Inc. All Rights Reserved.
+.\ 
+.\ Licensed under the Apache License, Version 2.0 (the License);
+.\ you may not use this file except in compliance with the License.
+.\ You may obtain a copy of the License at
+.\ 
+.\ http://www.apache.org/licenses/LICENSE-2.0
+.\ 
+.\ Unless required by applicable law or agreed to in writing, software
+.\ distributed under the License is distributed on an AS IS BASIS,
+.\ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+.\ See the License for the specific language governing permissions and
+.\ limitations under the License.
+.\
+.\ Log: mDNSResponder.8,v $
+.\ Revision 1.10  2009/04/20 16:12:13  mcguire
+.\ rdar://problem/6807798 manpage: roff errors
+.\
+.\ Revision 1.9  2009/04/11 00:20:27  jessic2
+.\ rdar://problem/4426780 Daemon: Should be able to turn on LogOperation dynamically
+.\
+.\ Revision 1.8  2006/10/06 17:31:33  mkrochma
+.\ rdar://problem/4769407 Typo in man page for mDNSResponder(8)
+.\
+.\ Revision 1.7  2006/08/14 23:24:56  cheshire
+.\ Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
+.\
+.\ Revision 1.6  2005/02/10 22:35:28  cheshire
+.\ rdar://problem/3727944 Update name
+.\
+.\ Revision 1.5  2004/06/29 02:41:38  cheshire
+.\ Add note that mDNSResponder is called mdnsd on some systems
+.\
+.\ Revision 1.4  2004/05/18 18:14:36  cheshire
+.\ Minor wording update
+.\
+.\ Revision 1.3  2004/04/22 02:56:08  cheshire
+.\ rdar://problem/3619494: mDNSResponder man page format error
+.\
+.\ Revision 1.2  2004/04/12 18:03:24  ksekar
+.\ rdar://problem/3619494: mDNSResponder man page format error
+.\
+.\ Revision 1.1  2003/11/13 03:21:38  cheshire
+.\ rdar://problem/3086886: No man page for mDNSResponder
+.\
+.\
+.\
+.Dd April 2004  \ Date
+.Dt mDNSResponder 8 \ Document Title
+.Os Darwin  \ Operating System
+.\
+.Sh NAME
+.Nm mDNSResponder
+.Nd Multicast and Unicast DNS daemon\ Name Description for whatis database
+.\ 
+.Sh SYNOPSIS
+.Nm
+.\
+.Sh DESCRIPTION
+.Nm
+(also known as
+.Nm mdnsd
+on some systems)
+is a daemon invoked at boot time to implement Multicast DNS and DNS Service Discovery. On
+Mac OS X 10.6 (Snow Leopard), 
+.Nm 
+is also the system-wide Unicast DNS Resolver.
+.Pp
+.Nm
+listens on UDP port 5353 for Multicast DNS Query packets.
+When it receives a query for which it knows an answer,
+.Nm
+issues the appropriate Multicast DNS Reply packet.
+.Pp
+.Nm
+also performs Unicast and Multicast DNS Queries on behalf of client processes, and 
+maintains a cache of the replies.
+.Pp
+.Nm
+has no user-specifiable command-line argument, and users should not run
+.Nm
+manually.
+.Pp
+.Ss LOGGING
+There are several methods with which to examine 
+.Nm Ns 's internal state for debugging and diagnostic purposes. The syslog(1)
+logging levels map as follows:
+.Pp
+.Dl Error - Error messages
+.Dl Warning - Client-initiated operations
+.Dl Notice - Sleep proxy operations
+.Dl Info - Informational messages
+.Pp
+By default, only log level Error is logged.
+.Pp
+A SIGUSR1 signal toggles additional logging, with Warning and Notice
+enabled by default:
+.Pp
+.Dl % sudo killall -USR1 mDNSResponder
+.Pp
+Once this logging is enabled, users can additionally use syslog(1)
+to change the log filter for the process. For example, to enable log levels Emergency - Debug:
+.Pp
+.Dl % sudo syslog -c mDNSResponder -d
+.Pp
+A SIGUSR2 signal toggles packet logging:
+.Pp
+.Dl % sudo killall -USR2 mDNSResponder
+.Pp
+A SIGINFO signal will dump a snapshot summary of the internal state to 
+.Pa /var/log/system.log Ns :
+.Pp
+.Dl % sudo killall -INFO mDNSResponder
+.Sh FILES
+.Pa /usr/sbin/mDNSResponder \ Pathname
+.\
+.Sh SEE ALSO
+.Xr mDNS 1
+.Pp
+For information on Multicast DNS, see
+.Pa http://www.multicastdns.org/
+.Pp
+For information on DNS Service Discovery, see
+.Pa http://www.dns-sd.org/
+.Pp
+For information on how to use the Multicast DNS and the
+DNS Service Discovery APIs on Mac OS X and other platforms, see
+.Pa http://developer.apple.com/bonjour/
+.Pp
+For the source code to
+.Nm , see
+.Pa 

CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2011-02-27 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Sun Feb 27 13:05:38 UTC 2011

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile mdnsd.8

Log Message:
since the mDNSResponder daemon is installed as mdnsd, there is some
confusion in the manpage. Not to mention the examples including
commands that don't exist on NetBSD (killall, sudo), so do a bit of
cleanup (and don't copy from dist, just keep it here)

mDNSResponder - mdnsd
mdnsd - mDNSResponder
mDNS - dns-sd
killall - pkill
% sudo - #
syslog(8) - syslogd(8)
example for syslog - /dev/null
Xr for pkill, syslogd, dns-sd


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8

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.5 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.6
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.5	Sun Oct 18 17:43:11 2009
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile	Sun Feb 27 13:05:38 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2009/10/18 17:43:11 tron Exp $
+#	$NetBSD: Makefile,v 1.6 2011/02/27 13:05:38 plunky Exp $
 
 PROG=	mdnsd
 
@@ -16,9 +16,4 @@
 
 MAN=	mdnsd.8
 
-mdnsd.8: mDNSResponder.8
-	${TOOL_CAT}  $?  $@
-
-CLEANFILES+=	mdnsd.8
-   
 .include bsd.prog.mk

Index: src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8
diff -u src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8:1.1 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8:1.2
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8:1.1	Sun Feb 27 13:01:05 2011
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8	Sun Feb 27 13:05:38 2011
@@ -1,3 +1,5 @@
+.\	$NetBSD: mdnsd.8,v 1.2 2011/02/27 13:05:38 plunky Exp $
+.\ 
 .\ -*- tab-width: 4 -*-
 .\ 
 .\ Copyright (c) 2003-2004 Apple Computer, Inc. All Rights Reserved.
@@ -47,12 +49,12 @@
 .\
 .\
 .\
-.Dd April 2004  \ Date
-.Dt mDNSResponder 8 \ Document Title
+.Dd February 27, 2011   \ Date
+.Dt mdnsd 8 \ Document Title
 .Os Darwin  \ Operating System
 .\
 .Sh NAME
-.Nm mDNSResponder
+.Nm mdnsd
 .Nd Multicast and Unicast DNS daemon\ Name Description for whatis database
 .\ 
 .Sh SYNOPSIS
@@ -61,7 +63,7 @@
 .Sh DESCRIPTION
 .Nm
 (also known as
-.Nm mdnsd
+.Nm mDNSResponder
 on some systems)
 is a daemon invoked at boot time to implement Multicast DNS and DNS Service Discovery. On
 Mac OS X 10.6 (Snow Leopard), 
@@ -85,7 +87,8 @@
 .Pp
 .Ss LOGGING
 There are several methods with which to examine 
-.Nm Ns 's internal state for debugging and diagnostic purposes. The syslog(1)
+.Nm Ns 's internal state for debugging and diagnostic purposes. The
+.Xr syslogd 8
 logging levels map as follows:
 .Pp
 .Dl Error - Error messages
@@ -98,26 +101,23 @@
 A SIGUSR1 signal toggles additional logging, with Warning and Notice
 enabled by default:
 .Pp
-.Dl % sudo killall -USR1 mDNSResponder
-.Pp
-Once this logging is enabled, users can additionally use syslog(1)
-to change the log filter for the process. For example, to enable log levels Emergency - Debug:
-.Pp
-.Dl % sudo syslog -c mDNSResponder -d
+.Dl # pkill -USR1 mdnsd
 .Pp
 A SIGUSR2 signal toggles packet logging:
 .Pp
-.Dl % sudo killall -USR2 mDNSResponder
+.Dl # pkill -USR2 mdnsd
 .Pp
 A SIGINFO signal will dump a snapshot summary of the internal state to 
 .Pa /var/log/system.log Ns :
 .Pp
-.Dl % sudo killall -INFO mDNSResponder
+.Dl # pkill -INFO mdnsd
 .Sh FILES
-.Pa /usr/sbin/mDNSResponder \ Pathname
+.Pa /usr/sbin/mdnsd \ Pathname
 .\
 .Sh SEE ALSO
-.Xr mDNS 1
+.Xr dns-sd 1 ,
+.Xr pkill 1 ,
+.Xr syslogd 8
 .Pp
 For information on Multicast DNS, see
 .Pa http://www.multicastdns.org/



CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2011-02-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 27 14:01:42 UTC 2011

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: mdnsd.8

Log Message:
Lots of small fixes, so mdoclint is happy.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8

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/mdnsd.8
diff -u src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8:1.2 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8:1.3
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8:1.2	Sun Feb 27 13:05:38 2011
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8	Sun Feb 27 14:01:42 2011
@@ -1,15 +1,15 @@
-.\	$NetBSD: mdnsd.8,v 1.2 2011/02/27 13:05:38 plunky Exp $
-.\ 
+.\	$NetBSD: mdnsd.8,v 1.3 2011/02/27 14:01:42 wiz Exp $
+.\
 .\ -*- tab-width: 4 -*-
-.\ 
+.\
 .\ Copyright (c) 2003-2004 Apple Computer, Inc. All Rights Reserved.
-.\ 
+.\
 .\ Licensed under the Apache License, Version 2.0 (the License);
 .\ you may not use this file except in compliance with the License.
 .\ You may obtain a copy of the License at
-.\ 
+.\
 .\ http://www.apache.org/licenses/LICENSE-2.0
-.\ 
+.\
 .\ Unless required by applicable law or agreed to in writing, software
 .\ distributed under the License is distributed on an AS IS BASIS,
 .\ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -49,14 +49,14 @@
 .\
 .\
 .\
-.Dd February 27, 2011   \ Date
-.Dt mdnsd 8 \ Document Title
-.Os Darwin  \ Operating System
+.Dd February 27, 2011
+.Dt MDNSD 8
+.Os
 .\
 .Sh NAME
 .Nm mdnsd
 .Nd Multicast and Unicast DNS daemon\ Name Description for whatis database
-.\ 
+.\
 .Sh SYNOPSIS
 .Nm
 .\
@@ -65,9 +65,10 @@
 (also known as
 .Nm mDNSResponder
 on some systems)
-is a daemon invoked at boot time to implement Multicast DNS and DNS Service Discovery. On
-Mac OS X 10.6 (Snow Leopard), 
-.Nm 
+is a daemon invoked at boot time to implement Multicast DNS and DNS Service Discovery.
+On
+Mac OS X 10.6 (Snow Leopard),
+.Nm
 is also the system-wide Unicast DNS Resolver.
 .Pp
 .Nm
@@ -77,17 +78,18 @@
 issues the appropriate Multicast DNS Reply packet.
 .Pp
 .Nm
-also performs Unicast and Multicast DNS Queries on behalf of client processes, and 
+also performs Unicast and Multicast DNS Queries on behalf of client processes, and
 maintains a cache of the replies.
 .Pp
 .Nm
 has no user-specifiable command-line argument, and users should not run
 .Nm
 manually.
-.Pp
 .Ss LOGGING
-There are several methods with which to examine 
-.Nm Ns 's internal state for debugging and diagnostic purposes. The
+There are several methods with which to examine
+.Nm Ap s
+internal state for debugging and diagnostic purposes.
+The
 .Xr syslogd 8
 logging levels map as follows:
 .Pp
@@ -107,8 +109,8 @@
 .Pp
 .Dl # pkill -USR2 mdnsd
 .Pp
-A SIGINFO signal will dump a snapshot summary of the internal state to 
-.Pa /var/log/system.log Ns :
+A SIGINFO signal will dump a snapshot summary of the internal state to
+.Pa /var/log/system.log :
 .Pp
 .Dl # pkill -INFO mdnsd
 .Sh FILES
@@ -133,17 +135,20 @@
 .Nm , see
 .Pa http://developer.apple.com/darwin/projects/bonjour/
 .\
-.Sh BUGS
-.Nm
-bugs are tracked in Apple Radar component mDNSResponder.
-.\
 .Sh HISTORY
 The
 .Nm
 daemon first appeared in Mac OS X 10.2 (Jaguar).
 .Pp
 Also available from the Darwin open source repository
-(though not officially supported by Apple) are 
+(though not officially supported by Apple) are
 .Nm
 daemons for other platforms, including Mac OS 9, Microsoft Windows,
-Linux, FreeBSD, NetBSD, Solaris, and other POSIX systems.
+Linux,
+.Fx ,
+.Nx ,
+Solaris, and other POSIX systems.
+.\
+.Sh BUGS
+.Nm
+bugs are tracked in Apple Radar component mDNSResponder.



CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2009-10-18 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Oct 18 17:43:11 UTC 2009

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile

Log Message:
Remove generated file mdnsd.8 in cleandir target.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
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.4 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.5
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.4	Sat Oct  3 00:03:05 2009
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile	Sun Oct 18 17:43:11 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2009/10/03 00:03:05 tsarna Exp $
+#	$NetBSD: Makefile,v 1.5 2009/10/18 17:43:11 tron Exp $
 
 PROG=	mdnsd
 
@@ -18,5 +18,7 @@
 
 mdnsd.8: mDNSResponder.8
 	${TOOL_CAT}  $?  $@
-
+
+CLEANFILES+=	mdnsd.8
+   
 .include bsd.prog.mk



CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2009-10-01 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Thu Oct  1 10:01:14 UTC 2009

Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile

Log Message:
Disable stack protection warnings for uds_daemon.c which allocates
variable sized buffers on the stack.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
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.2 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.3
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.2	Thu Oct  1 00:22:03 2009
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile	Thu Oct  1 10:01:14 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2009/10/01 00:22:03 tsarna Exp $
+#	$NetBSD: Makefile,v 1.3 2009/10/01 10:01:14 tron Exp $
 
 PROG=	mdnsd
 
@@ -11,6 +11,8 @@
 	DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \
 	PlatformCommon.c
 
+COPTS.uds_daemon.c += -Wno-stack-protector
+
 MAN=	mdnsd.8
 
 mdnsd.8: mDNSResponder.8