Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2009 21:21:59 +0100 (CET)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140431: [maintainer] update devel/py-pefile to 1.2.10-63
Message-ID:  <200911092021.nA9KLx7p013216@peanut.dreadbsd.org>
Resent-Message-ID: <200911092030.nA9KU1Rb066765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140431
>Category:       ports
>Synopsis:       [maintainer] update devel/py-pefile to 1.2.10-63
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 09 20:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD barton.dreadbsd.org. 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 24 14:11:41 CEST 2009 root@barton.dreadbsd.org.:/usr/obj/usr/src/sys/MYGENERICFAST i386


>Description:
Changes:
- Fixed infinite loop parsing version information triggered by a sample
- Fixed an "index out of range" problem when parsing some unusual import tables
- Fixed struct module's types to work properly on 64bit architectures. As it was
reported by James on the pefile googlegroup, the 'L' type tried to decode 8
bytes into a 64bit long instead of the expected 4 bytes for a dword. 'I' behaves
as expected decoding 4 bytes when pefile runs in both 32bit and 64bit
architectures
>How-To-Repeat:
>Fix:


--- py-pefile.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-pefile/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	30 Jan 2009 12:20:12 -0000	1.12
+++ Makefile	9 Nov 2009 20:13:23 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pefile
-DISTVERSION=	1.2.10-60
+DISTVERSION=	1.2.10-63
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/py-pefile/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	30 Jan 2009 12:20:12 -0000	1.11
+++ distinfo	9 Nov 2009 20:13:38 -0000
@@ -1,3 +1,3 @@
-MD5 (pefile-1.2.10-60.tar.gz) = 3556d361499b3b4167dd90889d08dcd5
-SHA256 (pefile-1.2.10-60.tar.gz) = 829265af965e4f3c92ff064271bdafcc80d305bff74e703d19ebd3a73147e384
-SIZE (pefile-1.2.10-60.tar.gz) = 40029
+MD5 (pefile-1.2.10-63.tar.gz) = 2b63c2315b9dbcfe0e4e6c74dc4c029a
+SHA256 (pefile-1.2.10-63.tar.gz) = 8cc58f7397bd47fdf301dff75cab9712f2d02da0beb603972ade459c44b81143
+SIZE (pefile-1.2.10-63.tar.gz) = 40124
--- py-pefile.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911092021.nA9KLx7p013216>