Module Name: src
Committed By: christos
Date: Sun Feb 25 23:53:57 UTC 2018
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new mdns-responder.
To generate a diff of this commit:
cvs rdiff -u -r1.1503 -r1.1504 src/doc/3RDPARTY
cvs rdiff -u -r1.2359 -r1.2360 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1503 src/doc/3RDPARTY:1.1504
--- src/doc/3RDPARTY:1.1503 Fri Feb 9 12:14:26 2018
+++ src/doc/3RDPARTY Sun Feb 25 18:53:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1503 2018/02/09 17:14:26 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1504 2018/02/25 23:53:57 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -847,8 +847,8 @@ Notes:
Uses libc's ohash
Package: mDNSResponder
-Version: 878.1.1
-Current Vers: 878.1.1
+Version: 878.30.4
+Current Vers: 878.30.4
Maintainer: Apple
Archive Site: https://www.opensource.apple.com/tarballs/mDNSResponder/
Home Page: https://developer.apple.com/bonjour/
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2359 src/doc/CHANGES:1.2360
--- src/doc/CHANGES:1.2359 Thu Feb 22 22:33:36 2018
+++ src/doc/CHANGES Sun Feb 25 18:53:57 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2359 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2360 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -115,3 +115,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
enable by default. [sevan 20180217]
macppc: Enable support for "per-priority cyclical scan" buffer queue
strategy. [sevan 20180223]
+ mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 878.30.4
+ [christos 20180225]