summaryrefslogtreecommitdiff
path: root/usr/src/contrib/mDNSResponder/README
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/contrib/mDNSResponder/README')
-rw-r--r--usr/src/contrib/mDNSResponder/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/contrib/mDNSResponder/README b/usr/src/contrib/mDNSResponder/README
index 73c8188fba..33d3d0b263 100644
--- a/usr/src/contrib/mDNSResponder/README
+++ b/usr/src/contrib/mDNSResponder/README
@@ -24,23 +24,24 @@
The mdns vendor source repository is at https://github.com/illumos/mdns/.
+Updated from upstream version mDNSResponder-1310.80.1
Updated from upstream version mDNSResponder-878.260.1
Updated from upstream version mDNSResponder-878.1.1
Updated from upstream version mDNSResponder-625.41.2
Updated from upstream version mDNSResponder-576.30.4
-Multicast DNS and Service Discovery support in Solaris using the
+Multicast DNS and Service Discovery support in illumos using the
Apple Bonjour source code (v107.6). Apple Bonjour source can be
downloaded from:
- http://developer.apple.com/networking/bonjour/download/
+ https://opensource.apple.com/tarballs/mDNSResponder/
The following components are integrated from the Apple Bonjour
-source in Solaris:
+source in illumos:
libdns_sd: usr/src/lib/libdns_sd <dns_sd.h>
mdnsd: usr/src/cmd/cmd-inet/usr.lib/mdnsd
dns-sd: usr/src/cmd/cmd-inet/usr.bin/dns-sd
Following fixes have been made to the Apple Bonjour source
-integrated in Solaris:
+integrated in illumos:
* 64-bit support by adding pad bytes in ipc_msg_hdr_struct
* 64-bit support in libjdns_sd, dnssd.jar (JNISupport.c, DNSSD.java)
* mdnsd switches to user 'noaccess' and not 'nobody' after init