diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:52:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:52:52 +0000 |
commit | 424f663819ec59abc4edab03a667845835e57ac1 (patch) | |
tree | 63b79645aaee07c3de90e4b70dd8d6371faa1747 /debian/patches/1674400026.FILE5_44-29-g1e4b7389.increase-strength-to-beat-targa-fc-stegerman.patch | |
parent | Adding upstream version 1:5.44. (diff) | |
download | file-debian/1%5.44-3.tar.xz file-debian/1%5.44-3.zip |
Adding debian version 1:5.44-3.debian/1%5.44-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/1674400026.FILE5_44-29-g1e4b7389.increase-strength-to-beat-targa-fc-stegerman.patch')
-rw-r--r-- | debian/patches/1674400026.FILE5_44-29-g1e4b7389.increase-strength-to-beat-targa-fc-stegerman.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/1674400026.FILE5_44-29-g1e4b7389.increase-strength-to-beat-targa-fc-stegerman.patch b/debian/patches/1674400026.FILE5_44-29-g1e4b7389.increase-strength-to-beat-targa-fc-stegerman.patch new file mode 100644 index 0000000..d5231fd --- /dev/null +++ b/debian/patches/1674400026.FILE5_44-29-g1e4b7389.increase-strength-to-beat-targa-fc-stegerman.patch @@ -0,0 +1,17 @@ +Subject: Increase strength to beat targa (FC Stegerman) +Origin: FILE5_44-29-g1e4b7389 <https://github.com/file/file/commit/FILE5_44-29-g1e4b7389> +Upstream-Author: Christos Zoulas <christos@zoulas.com> +Date: Sun Jan 22 15:07:06 2023 +0000 + +--- a/magic/Magdir/android ++++ b/magic/Magdir/android +@@ -180,7 +180,9 @@ + # In include/androidfw/ResourceTypes.h: + # RES_XML_TYPE = 0x0003 followed by the size of the header (ResXMLTree_header), + # which is 8 bytes (2 bytes type + 2 bytes header size + 4 bytes size). ++# The strength is increased to avoid misidentifying as Targa image data + 0 lelong 0x00080003 Android binary XML ++!:strength +1 + + # Android cryptfs footer + # From https://android.googlesource.com/\ |