ports/93298: [UPDATE]: devel/libghthash: Update to version 0.5.6.

Frank Laszlo laszlof at vonostingroup.com
Mon Feb 13 17:00:31 UTC 2006


>Number:         93298
>Category:       ports
>Synopsis:       [UPDATE]: devel/libghthash: Update to version 0.5.6.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 17:00:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch will update devel/libghthash to version 0.5.6. This version fixes the following bugs:

*  Fixed a segfault with hash tables of size zero by not allowing them 
   (thanks to Elliot Schwartz for pointing this out). Updated the documentation 
   for this as well
*  Fixed alloc_example.c to allocate the correct number of bytes for the custom 
   allocator (and updated incorrect documentation for this)

	I have also removed pkg-plist in favor of PLIST_FILES. I will maintain this port.

>How-To-Repeat:
	
>Fix:

	



--- libghthash-0.5.6.diff begins here ---
diff -NrU3 libghthash.orig/Makefile libghthash/Makefile
--- libghthash.orig/Makefile	Mon Feb 13 11:44:37 2006
+++ libghthash/Makefile	Mon Feb 13 11:46:32 2006
@@ -7,15 +7,18 @@
 #
 
 PORTNAME=	libghthash
-PORTVERSION=	0.5.5
+PORTVERSION=	0.5.6
 CATEGORIES=	devel
 MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	laszlof at vonostingroup.com
 COMMENT=	Generic Hash Table
 
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=	yes
+
+PLIST_FILES=	include/ght_hash_table.h lib/libghthash.a \
+		lib/libghthash.so lib/libghthash.so.5
 
 .include <bsd.port.mk>
diff -NrU3 libghthash.orig/distinfo libghthash/distinfo
--- libghthash.orig/distinfo	Mon Feb 13 11:44:37 2006
+++ libghthash/distinfo	Mon Feb 13 11:46:46 2006
@@ -1,3 +1,3 @@
-MD5 (libghthash-0.5.5.tar.gz) = 149fd7cb45292a21340844c384c092ab
-SHA256 (libghthash-0.5.5.tar.gz) = 1b82e0e821b7f0e83bfa6787fb741495a91493de7be6808062e88b99ad486147
-SIZE (libghthash-0.5.5.tar.gz) = 326238
+MD5 (libghthash-0.5.6.tar.gz) = d7619ad6a50185dae78e018237e8150a
+SHA256 (libghthash-0.5.6.tar.gz) = 3bb63a79b3968561d196d6cd7b601a8b4b7f7c90cabfac8bd1166090aa70a94f
+SIZE (libghthash-0.5.6.tar.gz) = 302566
diff -NrU3 libghthash.orig/pkg-plist libghthash/pkg-plist
--- libghthash.orig/pkg-plist	Mon Feb 13 11:44:37 2006
+++ libghthash/pkg-plist	Wed Dec 31 19:00:00 1969
@@ -1,4 +0,0 @@
-include/ght_hash_table.h
-lib/libghthash.a
-lib/libghthash.so
-lib/libghthash.so.5
--- libghthash-0.5.6.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list