pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/howl Update to Howl 0.9.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0451640e496f
branches:  trunk
changeset: 491309:0451640e496f
user:      nathanw <nathanw%pkgsrc.org@localhost>
date:      Tue Mar 22 19:55:37 2005 +0000

description:
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@localhost)
    * FIX: sw_autoip_network_interface_make_initial_ip_address() uses
           uninitialized m_mac_addr (contributed by Andrea Campi
           andrea+howl%webcom.it@localhost)
    * FIX: include stdint.h and use standard types in mDNSClientAPI.h
           (contributed by Jeff Waugh jdub%perkypants.com@localhost)
    * FIX: make posix_interface.c easier to port other OSes (contributed by
           Andrea Campi andrea+how%webcom.it@localhost)
    * FIX: check interface status before looking at link (contributed by
           Andrea Campi andrea+howl%webcom.it@localhost)
    * FIX: builddir != srcdir problem (contributed by Thomas Fitzsimmons
           fitzsim%redhat.com@localhost)
    * FIX: memory leaks on cleanup
    * FIX: mDNSResponder, nifd, autoipd shouldn't be linked statically

diffstat:

 net/howl/Makefile |  4 ++--
 net/howl/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 2f68bc7299bd -r 0451640e496f net/howl/Makefile
--- a/net/howl/Makefile Tue Mar 22 19:39:05 2005 +0000
+++ b/net/howl/Makefile Tue Mar 22 19:55:37 2005 +0000
@@ -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 -r 2f68bc7299bd -r 0451640e496f net/howl/distinfo
--- a/net/howl/distinfo Tue Mar 22 19:39:05 2005 +0000
+++ b/net/howl/distinfo Tue Mar 22 19:55:37 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index