14
0
forked from pool/python-pefile

Accepting request 323216 from security:forensics

Resubmit of v1.2.10+139 upgrade.  Maintains SLE11 support.

OBS-URL: https://build.opensuse.org/request/show/323216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pefile?expand=0&rev=4
This commit is contained in:
Denisart Benjamin
2015-08-15 11:34:27 +00:00
committed by Git OBS Bridge
parent 19eee03205
commit fbfd479585
5 changed files with 56 additions and 12 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu May 14 21:30:03 UTC 2015 - Greg.Freemyer@gmail.com
- upgrade to v1.2.10-139
* Merged path from ThreatGrid's Wesley Brown. Thanks!
Summary: changed memory mapping usage,
revamped to use bytearrays rather than list,
complete rewrite of the checksum generation algorithm to be much more memory efficient,
less susceptible to PE bomb attacks
* Corrected some doctrings
* Added WIndow 8 support
* Added more subsystem types
* Added Mandiant's ordlookup to resolve the names for some symbols
* Better handling of the Rich Header
- updated license to BSD-3-Clause
- moved UserDB.txt to /usr/share/python-pefile
* This is a PE file signature database.
* It is available to callers of python-pefile,
but the caller must explicitely point the USERDB variable at it.
- Add force-version.patch because upstream depends on SCR checkout mechanism
-------------------------------------------------------------------
Tue Nov 20 19:25:06 UTC 2012 - saschpe@suse.de
@@ -9,6 +30,6 @@ Tue Nov 20 19:25:06 UTC 2012 - saschpe@suse.de
Fri Sep 21 20:49:38 UTC 2012 - Greg.Freemyer@gmail.com
- initial package
- v1.2.10
- v1.2.10-121
- call dos2unix on a couple text files that have dos line endings