diff options
author | mjl <mjl@pkgsrc.org> | 2004-11-20 14:43:32 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-11-20 14:43:32 +0000 |
commit | b7adfd544b9fdf9f942a35812b1df244e5b2d040 (patch) | |
tree | 9445eb34be5f098d1071663a17586da375352fe0 /net/howl/PLIST | |
parent | 10d44c56a9c80c1c3734073dac57fc08c32862e5 (diff) | |
download | pkgsrc-b7adfd544b9fdf9f942a35812b1df244e5b2d040.tar.gz |
Update howl to 0.9.7
- FIX: network interface index was not being initialized correctly on non-Linux platforms
- FIX: sw_mdns_stub_init() was not initializing m_pending_ops
- FIX: autoipd was not handling return code from fcntl correctly
- FIX: portability patches from GNOME team
- integration of patches necessary to build and run on Solaris
- Separate Apple code into separate mDNSResponder library.
- Add sw_discovery_query_record() to discovery API to query individual resource records
- Support for discovery operations on specific network interfaces
- Support for 64 bit Linux
- FIX: client side memory leak when cancelling discovery operations
- FIX: FreeBSD mDNSResponder didn't work with -a switch
- FIX: mDNSResponder would occasionally crash when waking from sleep on Windows
- FIX: mDNSResponder code for parsing config files had buffer overflow
Diffstat (limited to 'net/howl/PLIST')
-rw-r--r-- | net/howl/PLIST | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/howl/PLIST b/net/howl/PLIST index 7b5de55fd4a..be64a98ae5b 100644 --- a/net/howl/PLIST +++ b/net/howl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:47 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/11/20 14:43:32 mjl Exp $ bin/mDNSBrowse bin/mDNSPublish bin/mDNSResponder @@ -11,21 +11,17 @@ include/howl/corby/orb.h include/howl/discovery/discovery.h include/howl/discovery/text_record.h include/howl/howl.h -include/howl/howl_dll.h +include/howl/howl_config.h include/howl/rendezvous/rendezvous.h include/howl/rendezvous/text_record.h include/howl/salt/address.h -include/howl/salt/assert.h +include/howl/salt/debug.h include/howl/salt/interface.h -include/howl/salt/log.h +include/howl/salt/platform.h include/howl/salt/salt.h include/howl/salt/signal.h include/howl/salt/socket.h include/howl/salt/time.h -include/howl/salt/verrno.h -include/howl/salt/vstdlib.h -include/howl/salt/vstring.h -include/howl/salt/vtypes.h lib/libhowl.la lib/pkgconfig/howl.pc man/man8/mDNSResponder.8 |