From 26563e0f4ddb56858916446211910596d758699b85cc62a8dc83fc2086547d87 Mon Sep 17 00:00:00 2001 From: Boris Manojlovic Date: Sat, 11 Sep 2021 13:09:22 +0000 Subject: [PATCH] Accepting request 918405 from home:mnhauke - 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. OBS-URL: https://build.opensuse.org/request/show/918405 OBS-URL: https://build.opensuse.org/package/show/devel:tools/binwalk?expand=0&rev=24 --- binwalk-2.3.2.tar.gz | 3 --- binwalk-2.3.3.tar.gz | 3 +++ binwalk.changes | 10 ++++++++++ binwalk.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 binwalk-2.3.2.tar.gz create mode 100644 binwalk-2.3.3.tar.gz diff --git a/binwalk-2.3.2.tar.gz b/binwalk-2.3.2.tar.gz deleted file mode 100644 index 7598396..0000000 --- a/binwalk-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:986162f403547c1d16aad4cfc1f9aab06ab2f8272eb2a5b54d2d1d96cb16b121 -size 39597141 diff --git a/binwalk-2.3.3.tar.gz b/binwalk-2.3.3.tar.gz new file mode 100644 index 0000000..e7afe9d --- /dev/null +++ b/binwalk-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e32b94dc77632b51d18732b5456e2a3ef85e4521d7d4a54410e36f93859501f +size 39723775 diff --git a/binwalk.changes b/binwalk.changes index ca97f96..2881a2d 100644 --- a/binwalk.changes +++ b/binwalk.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Sep 11 12:23:54 UTC 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 19:27:51 UTC 2021 - Martin Hauke diff --git a/binwalk.spec b/binwalk.spec index b2d4d28..a812aa6 100644 --- a/binwalk.spec +++ b/binwalk.spec @@ -17,7 +17,7 @@ Name: binwalk -Version: 2.3.2 +Version: 2.3.3 Release: 0 Summary: Firmware Analysis Tool License: MIT