Subject: pkg/29259: Please update package net/howl
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <ianzag@megasignal.com>
List: pkgsrc-bugs
Date: 02/07/2005 07:15:01
>Number:         29259
>Category:       pkg
>Synopsis:       Please update package net/howl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 07 07:15:00 +0000 2005
>Originator:     Ian Zagorskih
>Release:        NetBSD-current
>Organization:
NGEDC
>Environment:
NetBSD NBSD1 2.99.13 NetBSD 2.99.13 (GENERIC-$Revision: 1.628 $) #0: Tue Jan 11 15:23:01 NOVT 2005  toor@NBSD1:/usr/src/sys/arch/i386/compile/NBSD1 i386

>Description:

Package net/howl is now v0.9.10:

---cut---
Version 0.9.10

 - 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

 - 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 not linked statically
---cut---

Below is an update patch. Please review it and if it's fine commit into pkgsrc. Thanks.

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/howl/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 8 Jan 2005 06:24:41 -0000 1.6
+++ Makefile 7 Feb 2005 07:09:05 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2005/01/08 06:24:41 schmonz Exp $
 
-DISTNAME=  howl-0.9.8
+DISTNAME=  howl-0.9.10
 CATEGORIES=  net
 MASTER_SITES=  http://www.porchdogsoft.com/download/
 
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/net/howl/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- PLIST	8 Jan 2005 06:24:41 -0000	1.4
+++ PLIST	7 Feb 2005 07:09:05 -0000
@@ -28,6 +28,7 @@
 lib/libmDNSResponder.la
 lib/pkgconfig/howl.pc
 man/man8/mDNSResponder.8
+share/examples/rc.d/howl
 share/howl/help/address-summary.html
 share/howl/help/address.html
 share/howl/help/discovery-summary.html
@@ -43,7 +44,7 @@
 share/howl/help/txt_rec_str_iter-summary.html
 share/howl/help/txt_rec_str_iter.html
 @dirrm share/howl/help
-@dirrm share/howl
+@dirrm share/examples/rc.d
 @dirrm include/howl/salt
 @dirrm include/howl/rendezvous
 @dirrm include/howl/discovery
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/howl/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 8 Jan 2005 06:24:41 -0000 1.4
+++ distinfo 7 Feb 2005 07:09:05 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2005/01/08 06:24:41 schmonz Exp $
 
-SHA1 (howl-0.9.8.tar.gz) = dd343b8d87de28f5627aa26b24234da557a9f064
-Size (howl-0.9.8.tar.gz) = 540208 bytes
+SHA1 (howl-0.9.10.tar.gz) = 40e9c0fbfa8239641be3afa47a31ae6c10af1127
+Size (howl-0.9.10.tar.gz) = 541004 bytes
 SHA1 (patch-aa) = c7218a7c4a58498c465057dde43c5943bce2ea5b
cvs diff: Diffing files
cvs diff: Diffing patches