2018-12-04 14:46:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:51:24 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-11-21 09:04:37 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 16 19:07:57 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 2018.8.8
|
|
|
|
* Fixed tests
|
|
|
|
* Fixed bug accessing warnings attribute from the PE object
|
|
|
|
* Fix is_driver()'s behavior under Python 3.
|
|
|
|
* Fix a bug attempting to handle an invalid string
|
|
|
|
* Modified version information to handle multiple version
|
|
|
|
information that may exist within a single file.
|
|
|
|
* Prevent division by zero when pe.trim() returns no data
|
|
|
|
|
2017-11-06 19:24:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 19 00:59:49 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Implement single-spec version
|
|
|
|
- Update to version 2017.9.3
|
|
|
|
* No changelog
|
|
|
|
- Drop unneeded force_version.patch
|
|
|
|
|
2015-08-15 13:34:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2012-11-20 20:24:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 20 19:25:06 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Cleanup excessive macro usage
|
|
|
|
- Fix SLE_11_SP2 build (not noarch there)
|
|
|
|
- No need for dos2unix, sed is enough
|
|
|
|
|
2012-10-01 10:26:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 21 20:49:38 UTC 2012 - Greg.Freemyer@gmail.com
|
|
|
|
|
|
|
|
- initial package
|
2015-08-15 13:34:27 +02:00
|
|
|
- v1.2.10-121
|
2012-10-08 11:24:12 +02:00
|
|
|
- call dos2unix on a couple text files that have dos line endings
|
2012-10-01 10:26:48 +02:00
|
|
|
|