Accepting request 1204074 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1204074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binwalk?expand=0&rev=12
This commit is contained in:
commit
18f6706e9e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60416bfec2390cec76742ce942737df3e6585c933c2467932f59c21e002ba7a9
|
|
||||||
size 39723471
|
|
3
binwalk-2.4.2.tar.gz
Normal file
3
binwalk-2.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36b11a4d245bce9663c2c17085282eb1012716c9f0f6754497126b1ad25cd4e7
|
||||||
|
size 39746629
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 03:20:21 UTC 2024 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- 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 <rfrohl@suse.com>
|
Tue Feb 14 08:16:19 UTC 2023 - Robert Frohl <rfrohl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package binwalk
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: binwalk
|
Name: binwalk
|
||||||
Version: 2.3.4
|
Version: 2.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Firmware Analysis Tool
|
Summary: Firmware Analysis Tool
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/devttys0/binwalk
|
URL: https://github.com/OSPG/binwalk
|
||||||
Source: https://github.com/devttys0/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/OSPG/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -30,6 +30,7 @@ BuildRequires: python3-curses
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
# Depends on libmagic.
|
# Depends on libmagic.
|
||||||
Requires: file
|
Requires: file
|
||||||
|
Requires: python3 >= 3.8
|
||||||
Requires: python3-curses
|
Requires: python3-curses
|
||||||
# Depends on libfuzzy.
|
# Depends on libfuzzy.
|
||||||
Requires: ssdeep
|
Requires: ssdeep
|
||||||
|
Loading…
Reference in New Issue
Block a user