diff options
author | nathanw <nathanw@pkgsrc.org> | 2005-03-22 19:55:37 +0000 |
---|---|---|
committer | nathanw <nathanw@pkgsrc.org> | 2005-03-22 19:55:37 +0000 |
commit | 9d88a906637b76f6086cd84f3acfe6412974c6ca (patch) | |
tree | aea6f689376328ca098f505c37afb911f4330b38 /net | |
parent | f5dcaac1d56f392b0d1eb08019f1a62770d9da72 (diff) | |
download | pkgsrc-9d88a906637b76f6086cd84f3acfe6412974c6ca.tar.gz |
Update to Howl 0.9.10.
Version 0.9.10 (Jan 28 2005)
* FIX: use config.h in mDNSClientAPI.h to determine which headers to include
* FIX: don't clobber CFLAGS in Makefile.am files
Version 0.9.9 (Jan 27 2005)
* FIX: use memmove rather than memcpy
* FIX: use memcmp to compare oids, rather than strcmp (contributed by
John Wiseman jjwiseman@yahoo.com)
* FIX: sw_autoip_network_interface_make_initial_ip_address() uses
uninitialized m_mac_addr (contributed by Andrea Campi
andrea+howl@webcom.it)
* FIX: include stdint.h and use standard types in mDNSClientAPI.h
(contributed by Jeff Waugh jdub@perkypants.com)
* FIX: make posix_interface.c easier to port other OSes (contributed by
Andrea Campi andrea+how@webcom.it)
* FIX: check interface status before looking at link (contributed by
Andrea Campi andrea+howl@webcom.it)
* FIX: builddir != srcdir problem (contributed by Thomas Fitzsimmons
fitzsim@redhat.com)
* FIX: memory leaks on cleanup
* FIX: mDNSResponder, nifd, autoipd shouldn't be linked statically
Diffstat (limited to 'net')
-rw-r--r-- | net/howl/Makefile | 4 | ||||
-rw-r--r-- | net/howl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index d224693e258..2a8d56b22a9 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2005/01/08 06:24:41 schmonz Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/22 19:55:37 nathanw Exp $ -DISTNAME= howl-0.9.8 +DISTNAME= howl-0.9.10 CATEGORIES= net MASTER_SITES= http://www.porchdogsoft.com/download/ diff --git a/net/howl/distinfo b/net/howl/distinfo index 0012414570b..893ae198103 100644 --- a/net/howl/distinfo +++ b/net/howl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 12:13:49 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/03/22 19:55:37 nathanw Exp $ -SHA1 (howl-0.9.8.tar.gz) = dd343b8d87de28f5627aa26b24234da557a9f064 -RMD160 (howl-0.9.8.tar.gz) = c93361cf48da436f629bf720171ceee274b831af -Size (howl-0.9.8.tar.gz) = 540208 bytes +SHA1 (howl-0.9.10.tar.gz) = 40e9c0fbfa8239641be3afa47a31ae6c10af1127 +RMD160 (howl-0.9.10.tar.gz) = 41cbcf538216f86f0058733ebb202385d6190852 +Size (howl-0.9.10.tar.gz) = 541004 bytes SHA1 (patch-aa) = c7218a7c4a58498c465057dde43c5943bce2ea5b |