Martin Weinelt
0215034f25
python3.pkgs: Migrate fetchers to use hash
...
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Philipp Bartsch
89d7cda873
binwalk: 2.3.3 -> 2.3.4
...
Fixes CVE-2022-4510
The release fixes a PFS directory traversal / code execution bug. Credit: Quentin Kaiser.
2023-02-21 22:44:50 +01:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Sebastián Mancilla
6978b3da7b
binwalk: mark as unbroken on darwin
...
Marked as broken by #173671 but builds and works fine on darwin, with
sandbox enabled.
2022-07-09 22:57:58 -04:00
Rick van Schijndel
ce7a64713e
binwalk: mark broken on x86_64-darwin
...
Probably some issues with signatures.
Disabling this test may or may not also help.
2022-05-29 10:56:03 +02:00
Felix Buehler
62d63ea56e
python3Packages.binwalk-full: remove appendToName to have a consistent package name for repology
2022-02-28 14:42:23 -08:00
Martin Weinelt
a415d5dd2e
Merge remote-tracking branch 'origin/master' into staging-next
2021-10-15 23:10:08 +02:00
Artturin
510de41d3e
python3Packages.binwalk: remove unneeded dependency ncompress
...
its not listed here https://src.fedoraproject.org/rpms/binwalk/blob/rawhide/f/binwalk.spec
or here https://github.com/ReFirmLabs/binwalk/blob/master/deps.sh
2021-10-13 17:13:46 +03:00
Martin Weinelt
d464358eb5
python3Packages.binwalk: revert zip test breakage
...
Reported upstream in https://github.com/ReFirmLabs/binwalk/issues/566 .
2021-10-11 01:54:20 +02:00
Martin Weinelt
5a94899ffa
python3Packages.binwalk: 2.3.2 -> 2.3.3
2021-10-11 00:12:12 +02:00
R. RyanTM
8326e90d99
binwalk: 2.3.1 -> 2.3.2
2021-08-17 01:13:19 +00:00
Thomas Gerbet
bdb7248944
binwalk: 2.2.0 -> 2.3.1
...
Releases notes:
https://github.com/ReFirmLabs/binwalk/releases/tag/v2.3.1
https://github.com/ReFirmLabs/binwalk/releases/tag/v2.3.0
2021-04-24 10:49:06 -07:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias
2021-04-04 19:49:52 +02:00
Pavol Rusnak
dfb4af02a1
python3Packages.binwalk: fix build on darwin
2021-02-06 15:05:48 +01:00
Luflosi
1ca5d3117c
binwalk: simplify visualizationSupport code
2021-02-01 19:22:21 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Klemens Nanni
327cca2ab3
binwalk: Install SquashFS tooling
...
Otherwise extraction fails for what I consider a common type of data;
note how both packages are required as binwalk uses `sasquatch` as
well as `unsquashfs`.
2020-10-26 03:39:01 +01:00
Florian Klink
4cfcd2f9be
binwalk-full: add matplotlib module
...
This is used for visual entropy graphing (`-E` argument)
2020-08-16 13:21:44 +02:00
Pamplemousse
35c702cc40
pythonPackages.binwalk: add dependencies
...
Signed-off-by: Pamplemousse <xav.maso@gmail.com >
2020-08-07 10:41:44 -07:00
Bart Brouns
133e10fb8e
Revert "python.pkgs.binwalk: remove p7zip from propagatedBuildInputs"
...
This reverts commit 9a2ec56ad4 .
p7zip is now switched to a maintained fork
2020-06-11 18:41:39 +02:00
Florian Klink
9a2ec56ad4
python.pkgs.binwalk: remove p7zip from propagatedBuildInputs
...
p7zip is abandoned and may not receive important security fixes.
It was marked as insecure in aa80b4780d
`binwalk` might loose the possibility to extract some binary formats,
but it's better than running it on untrusted imput.
2020-05-03 01:39:35 +02:00
Florian Klink
b5e99522b1
python3.pkgs.binwalk 2.1.1 -> 2.2.0
2020-01-17 22:57:16 +01:00
c0bw3b
69b393ace5
Treewide: update some problematic homepages
...
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Chris Ostrouchov
b14225b37b
pythonPackages.binwalk: refactor move to python-modules
2018-10-17 07:46:55 +02:00