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 | 85ad1b5c2d3a8735dbe33f3c807ac748e17f37d8 (patch) | |
tree | aea6f689376328ca098f505c37afb911f4330b38 /net/howl/Makefile | |
parent | bed207251d03ed0eaf94da2d4d710ed4e554b0ad (diff) | |
download | pkgsrc-85ad1b5c2d3a8735dbe33f3c807ac748e17f37d8.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/howl/Makefile')
-rw-r--r-- | net/howl/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |