Subject: CVS commit: pkgsrc/net/howl
To: None <pkgsrc-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: pkgsrc-changes
Date: 03/22/2005 19:55:37
Module Name:	pkgsrc
Committed By:	nathanw
Date:		Tue Mar 22 19:55:37 UTC 2005

Modified Files:
	pkgsrc/net/howl: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/net/howl/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/howl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.