Subject: pkg/35362: Upgrade devel/libelf to latest 0.8.9
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Anthony Mallet <anthony.mallet@laas.fr>
List: pkgsrc-bugs
Date: 01/05/2007 09:55:00
>Number:         35362
>Category:       pkg
>Synopsis:       Upgrade devel/libelf to latest 0.8.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 05 09:55:00 +0000 2007
>Originator:     Anthony Mallet
>Release:        Linux 2.6.18-1.2200.fc5 i686
>Organization:
>Environment:


System: Linux jiminy 2.6.18-1.2200.fc5 #1 Sat Oct 14 16:58:53 EDT 2006 i686


>Description:


Upgrading to latest libelf is trivial. Version 0.8.9 has useful new functions like
elf_getshnum() and elf_getshstrndx().

Also, there is an english version of the homepage (might be more portable
across people ;):
http://www.mr511.de/software/english.html



>How-To-Repeat:





>Fix:


--- patch begins here ---
--- Makefile~	2006-12-01 14:29:12.000000000 +0100
+++ Makefile	2007-01-05 10:41:14.000000000 +0100
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.6 2006/11/16 22:04:21 reed Exp $
 #
 
-DISTNAME=		libelf-0.8.5
-PKGREVISION=		1
+DISTNAME=		libelf-0.8.9
+PKGREVISION=		0
 CATEGORIES=		devel
 MASTER_SITES=		http://www.mr511.de/software/	\
 			${MASTER_SITE_SUNSITE:=libs/}
--- patch ends here ---