mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
24 lines
926 B
Text
24 lines
926 B
Text
--- src/binwalk/config/extract.conf.orig 2015-12-23 16:51:01 UTC
|
|
+++ src/binwalk/config/extract.conf
|
|
@@ -25,17 +25,17 @@
|
|
|
|
# Assumes these utilities are installed in $PATH.
|
|
^gzip compressed data:gz:gzip -d -f '%e':0,2
|
|
-^lzma compressed data:7z:7z e -y '%e':0,1
|
|
-^xz compressed data:xz:7z e -y '%e':0,1
|
|
+^lzma compressed data:7z:7zz e -y '%e':0,1
|
|
+^xz compressed data:xz:7zz e -y '%e':0,1
|
|
^bzip2 compressed data:bz2:bzip2 -d '%e'
|
|
^compress'd data:Z:gzip -d '%e'
|
|
-^zip archive data:zip:7z x -y '%e' -p '':0,1
|
|
+^zip archive data:zip:7zz x -y '%e' -p '':0,1
|
|
^posix tar archive:tar:tar xvf '%e'
|
|
^rar archive data:rar:unrar e '%e'
|
|
^rar archive data:rar:unrar -x '%e' # This is for the 'free' version
|
|
^arj archive data.*comment header:arj:arj -y e '%e'
|
|
^lha:lha:lha ei '%e'
|
|
-^iso 9660:iso:7z x '%e' -oiso-root
|
|
+^iso 9660:iso:7zz x '%e' -oiso-root
|
|
^microsoft cabinet archive:cab:cabextract '%e'
|
|
^stuffit:sit:unstuff '%e'
|
|
|