Changelog for
binwalk-2.4.2-30.d_t.1.noarch.rpm :
* Fri Sep 27 2024 Jan Kužílek
- Switch upstream to a maintained fork- Update to version 2.4.2
* enhance the accuracy of esp image by AATTsamhjn in #17
* Improve install by AATTstkw0 in #20
* Show warning when extraction fails and print only successful extracted entries- Update to version 2.4.1
* change jefferson uri by AATTstkw0 in #7
* Detect WAVE and FLAC by AATTpuhitaku in #8
* Update audio signature file by AATTkagekiyo7 in #10
* entropy: don\'t parse math by AATTElDavoo in #12- Update to version 2.4.0 This release merged the next upstream PR:
* Add magic for ZTE firmware
* Improve YAFFS signature
* Add Microware OS-9/68000 magic support
* Add PKCS#1 DER hash signatures
* Add firmware signatures used with JBOOT bootloader
* Added ESP32 image and partition entry signatures
* Add WinCE file extractor plugin
* PKCS #8 Private key- Update to version 2.3.8
* Fix support for python3.12- Update to version 2.3.7
* Fix issue in Windows due to the use of pwd
* Fix dep.sh bug in some specific distros- Update to version 2.3.6
* Fix missing import on extractor.py- Update to version 2.3.5 This release applies a bunch of important pull request from the original repository. Most relevant changes:
* Add support for python 3.12
* Switch from nose to pytest
* Update minimum supported python version to 3.8
* Move from travis to Github actions
* Fix dep.sh build issues
* Tue Feb 14 2023 Robert Frohl - Update to version 2.3.4
* CVE-2022-4510: path traversal in PFS extractor script (boo#1207744)- drop CVE-2022-4510.patch
* Mon Jan 30 2023 Boris Manojlovic - add CVE-2022-4510 patch file: CVE-2022-4510.patch (boo#1207744)
* Sat Sep 11 2021 Martin Hauke - Update to version 2.3.3
* Added checks to prevent directory traversal vulnerability when external extractors create symlinks on the filesystem.
* Added --run-as command line option to allow users to control the privilege level external extractors are given as well as the power to run as root if they so choose.
* Thu Aug 19 2021 Martin Hauke - Update to version 2.3.2
* Minor bug fixes
* Removed hilink decryption plugin
* Sun Mar 28 2021 Martin Hauke - Update to version 2.3.1
* Upstream does not provide a changelog
* Mon Mar 22 2021 Martin Hauke - Update to version 2.3.0
* Upstream does not provide a changelog
* Fri Sep 25 2020 Martin Hauke - Create (via help2man) and package manpage- Recommend more unpacking programs
* capstone, cramfs-tools, cramfsswap, jefferson, lhasa, lzop, sasquatch, sleuthkit, squashfs, srecord, ubi_reader, yaffshiv
* Thu Feb 06 2020 Klaus Kämpf - Update to version 2.2.0 - no further information available -
* Thu Oct 17 2019 Richard Brown - Remove obsolete Groups tag (fate#326485)
* Fri Aug 10 2018 tchvatalAATTsuse.com- Use only python3 variant- Drop argparse dependency- Use %license macro
* Mon Jul 02 2018 kstreitovaAATTsuse.com- Recommends p7zip-full for TW as 7z binary used in binwalk was moved there
* Wed Dec 23 2015 aloisioAATTgmx.com- Update to version 2.1.1:
* Many bug fixes
* New/improved file signatures
* Disassembly scans (using the Capstone Engine)
* Improved raw Deflate compression detection and extraction
* Raw LZMA compression detection and extraction
* Improved false positive detection for common compressions (Zlib, LZMA)
* An IDA plugin for running binwalk inside of IDA
* Integration of better extraction utilities (e.g., sasquatch for SquashFS, jefferson for JFFS2)
* Removal of all C library dependencies, including libmagic - pure Python!
* Native Windows support!
* Mon Sep 14 2015 sor.alexeiAATTmeowr.ru- Use Python 3.x in new openSUSE releases.- Use built-in pyqtgraph.- Require \"file\" instead of python-magic as a shadow ABI-agnostic libmagic dependency and \"ssdeep\" instead of \"libfuzzy2\".- Dependencies fixes.- Remove manpage generation from \"binwalk --help\": sometimes it makes package build to fail.- Spec cleanup.
* Wed Jul 01 2015 aloisioAATTgmx.com- Added requirement for python-curses
* Mon Aug 04 2014 borisAATTsteki.net- updated to latest upstream 2.0.1 + Python3 support + Raw deflate detection/extraction + Improved API + Improved speed + More (and improved) signatures + Faster entropy scans- Project has moved from google code hosting to github
* Mon Sep 23 2013 vcizekAATTsuse.com- update to 1.2.1
* complete re-write in Python and includes new features and a scriptable Python module
* several new features, including recursive scanning and extraction, strings and entropy analysis, and plugin support
* major speed improvements and regex filter support, as well as bug fixes and signature updates
* adds the --extract option and extends --dd, allowing auto extraction and auto decompression of extracted files
* Improved signatures and scan speed
* Tue Oct 30 2012 borisAATTsteki.net- updated to latest upstream 0.4.5
* Fixed magic file white space parsing bug.
* Fixed memory leak when more than one target file was specified.
* Added --dd option for auto-extraction of files.
* Bug fixes, signature updates
* Much improved scanning speed (thanks dannyb!).
* New options (--grep, --raw-bytes).
* Improved filtering.
* Various bug fixes and signature updates.
* Improved signature matching for SquashFS file systems.
* Added support for Linux block devices.
* Added support for building against libmagic.
* Added ability to optionally disable update features.
* Tue Aug 23 2011 borisAATTsteki.net- Initial packaging of 0.3.8 version