Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2012 10:21:26 +0100 (CET)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173935: [maintainer] update devel/py-pefile to version 1.2.10-123
Message-ID:  <201211260921.qAQ9LQHX065653@newdump.dreadbsd.org>
Resent-Message-ID: <201211260930.qAQ9U0xK014958@freefall.freebsd.org>

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

>Number:         173935
>Category:       ports
>Synopsis:       [maintainer] update devel/py-pefile to version 1.2.10-123
>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 26 09:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 9.0-RELEASE-p3 i386
>Organization:
none
>Environment:
System: FreeBSD everglades 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


>Description:
Changes:
    Added some safety checks.
    Small optimization of the checksum algorithm. Thanks to Emmanuel Bourg. 
    Fixed a problem parsing section headers.
    Improved the detection of corrupt resource names. 
    Improved the checks being done when parsing the exports and the bound imports directories. The potential data ranges to consider have been constrained further and only strings with certain characteristics will be allowed as module names in the bound forwarders.
    Attempting to fix  Issue 35  where a big memory allocation is attempted (which can be avoided). When working with large files it could lead to MemoryError exceptions.
    Added a check to verify that a section's calculated ending address does not overlap a subsequent section. If so cut it down to fit. 
>How-To-Repeat:
>Fix:


--- py-pefile.diff begins here ---
Index: py-pefile/Makefile
===================================================================
--- py-pefile/Makefile	(revision 307758)
+++ py-pefile/Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pefile
-DISTVERSION=	1.2.10-114
+DISTVERSION=	1.2.10-123
 CATEGORIES=	devel python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: py-pefile/distinfo
===================================================================
--- py-pefile/distinfo	(revision 307758)
+++ py-pefile/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (pefile-1.2.10-114.tar.gz) = 290d13671a7ec2be0862489ce1eb58be0b6112cbd707516f8fb4f271836d758d
-SIZE (pefile-1.2.10-114.tar.gz) = 49128
+SHA256 (pefile-1.2.10-123.tar.gz) = 64d4d87644f91572c322739e69ac288edd8cf4466d7a1d58323361f566bd26c2
+SIZE (pefile-1.2.10-123.tar.gz) = 46368
--- 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?201211260921.qAQ9LQHX065653>