Package Release Info

python-pefile-2017.11.5-bp151.3.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-pefile
python3-pefile

Change Logs

Version: 2017.11.5-bp150.2.4
* Thu Oct 19 2017 toddrme2178@gmail.com
- Implement single-spec version
- Update to version 2017.9.3
  * No changelog
- Drop unneeded force_version.patch
* Thu May 14 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 2012 saschpe@suse.de
- Cleanup excessive macro usage
- Fix SLE_11_SP2 build (not noarch there)
- No need for dos2unix, sed is enough
* Fri Sep 21 2012 Greg.Freemyer@gmail.com
- initial package
- v1.2.10-121
- call dos2unix on a couple text files that have dos line endings