diff --git a/binwalk-2.3.4.tar.gz b/binwalk-2.3.4.tar.gz deleted file mode 100644 index e8ced10..0000000 --- a/binwalk-2.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60416bfec2390cec76742ce942737df3e6585c933c2467932f59c21e002ba7a9 -size 39723471 diff --git a/binwalk-2.4.2.tar.gz b/binwalk-2.4.2.tar.gz new file mode 100644 index 0000000..1fc0523 --- /dev/null +++ b/binwalk-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b11a4d245bce9663c2c17085282eb1012716c9f0f6754497126b1ad25cd4e7 +size 39746629 diff --git a/binwalk.changes b/binwalk.changes index 058e0c2..026c4b7 100644 --- a/binwalk.changes +++ b/binwalk.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Sep 27 03:20:21 UTC 2024 - Jan Kužílek + +- Switch upstream to a maintained fork +- Update to version 2.4.2 + * enhance the accuracy of esp image by @samhjn in #17 + * Improve install by @stkw0 in #20 + * Show warning when extraction fails and print only successful extracted entries +- Update to version 2.4.1 + * change jefferson uri by @stkw0 in #7 + * Detect WAVE and FLAC by @puhitaku in #8 + * Update audio signature file by @kagekiyo7 in #10 + * entropy: don't parse math by @ElDavoo 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 08:16:19 UTC 2023 - Robert Frohl diff --git a/binwalk.spec b/binwalk.spec index 6f2be28..ec3621a 100644 --- a/binwalk.spec +++ b/binwalk.spec @@ -1,7 +1,7 @@ # # spec file for package binwalk # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: binwalk -Version: 2.3.4 +Version: 2.4.2 Release: 0 Summary: Firmware Analysis Tool License: MIT -URL: https://github.com/devttys0/binwalk -Source: https://github.com/devttys0/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://github.com/OSPG/binwalk +Source: https://github.com/OSPG/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: help2man BuildRequires: python-rpm-macros @@ -30,6 +30,7 @@ BuildRequires: python3-curses BuildRequires: python3-setuptools # Depends on libmagic. Requires: file +Requires: python3 >= 3.8 Requires: python3-curses # Depends on libfuzzy. Requires: ssdeep