From 29c8a177f3bfd7d5ee6f8ce47e615f31f0dfcc7f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 16 Oct 2014 10:38:15 +0200 Subject: [PATCH 1/4] update to new version 5.20 --- .gitignore | 1 + file-5.10-strength.patch | 8 ----- file-5.14-x86boot.patch | 56 +++++++++++++++++++++++++++++++--- file-5.19-CVE-2014-3587.patch | 36 ---------------------- file-5.19-locale-archive.patch | 11 ------- file-5.19-msooxml.patch | 22 ------------- file-5.19-pascal.patch | 29 ------------------ file-5.19-python-3.4.patch | 24 --------------- file.spec | 17 +++-------- sources | 2 +- 10 files changed, 58 insertions(+), 148 deletions(-) delete mode 100644 file-5.19-CVE-2014-3587.patch delete mode 100644 file-5.19-locale-archive.patch delete mode 100644 file-5.19-msooxml.patch delete mode 100644 file-5.19-pascal.patch delete mode 100644 file-5.19-python-3.4.patch diff --git a/.gitignore b/.gitignore index 41c7d65..fca2ae3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ file-5.04.tar.gz /file-5.11.tar.gz /file-5.14.tar.gz /file-5.19.tar.gz +/file-5.20.tar.gz diff --git a/file-5.10-strength.patch b/file-5.10-strength.patch index c8884a5..4b4e56d 100644 --- a/file-5.10-strength.patch +++ b/file-5.10-strength.patch @@ -2,14 +2,6 @@ diff --git a/magic/Magdir/python b/magic/Magdir/python index d954ee6..52796ba 100644 --- a/magic/Magdir/python +++ b/magic/Magdir/python -@@ -1,6 +1,6 @@ - - #------------------------------------------------------------------------------ --# $File: python,v 1.25 2014/05/06 16:08:32 christos Exp $ -+# $File: python,v 1.22 2013/03/18 12:49:55 christos Exp $ - # python: file(1) magic for python - # - # Outlook puts """ too for urgent messages @@ -37,20 +37,24 @@ # from module.submodule import func1, func2 0 regex \^from\\s+(\\w|\\.)+\\s+import.*$ Python script text executable diff --git a/file-5.14-x86boot.patch b/file-5.14-x86boot.patch index 63111cd..6e4603b 100644 --- a/file-5.14-x86boot.patch +++ b/file-5.14-x86boot.patch @@ -1,18 +1,27 @@ diff --git a/magic/Magdir/filesystems b/magic/Magdir/filesystems -index 3323593..0f28d7b 100644 +index 2d0d1ba..672728e 100644 --- a/magic/Magdir/filesystems +++ b/magic/Magdir/filesystems -@@ -62,7 +62,7 @@ +@@ -254,7 +254,7 @@ 30 search/481 \x55\xAA # to display DOS/MBR boot sector (40) before old one (strength=50+21),Syslinux bootloader (71),SYSLINUX MBR (37+36),NetBSD mbr (110),AdvanceMAME mbr (111) # DOS BPB information (70) and after DOS floppy (120) like in previous file version --!:strength +72 +-!:strength +65 +!:strength +0 # for sector sizes < 512 Bytes >11 uleshort <512 >>(11.s-2) uleshort 0xAA55 DOS/MBR boot sector -@@ -1176,7 +1176,7 @@ - >11 uleshort&0xf001f 0 +@@ -538,6 +538,8 @@ + >>>514 string !HdrS + # not BeOS + >>>>422 string !Be\ Boot\ Loader ++>>>>>32769 string CD001 ++>>>>>>0 use cdrom + # jump over BPB instruction implies DOS bootsector or AdvanceMAME mbr + >>>>>0 ubelong&0xFD000000 =0xE9000000 + # AdvanceMAME mbr +@@ -1360,7 +1362,7 @@ + >11 uleshort&0x001f 0 >>11 uleshort <32769 >>>11 uleshort >31 ->>>>21 ubyte&0xf0 0xF0 @@ -20,3 +29,40 @@ index 3323593..0f28d7b 100644 >>>>>0 ubyte 0xEB >>>>>>1 ubyte x \b, code offset 0x%x+2 >>>>>0 ubyte 0xE9 +@@ -1913,16 +1915,7 @@ + # defect IO.SYS+MSDOS.SYS ? + #>>>>>0x162 use 2xDOS-filename + +-# CDROM Filesystems +-# https://en.wikipedia.org/wiki/ISO_9660 +-# Modified for UDF by gerardo.cacciari@gmail.com +-32769 string CD001 +-# mime line at that position does not work +-# to display CD-ROM (70=81-11) after MBR (113=40+72+1), partition-table (71=50+21) and before Apple Driver Map (51) +-!:strength -11 +-# to display CD-ROM (114=81+33) before MBR (113=40+72+1), partition-table (71=50+21) and Apple Driver Map (51) +-# does not work +-#!:strength +33 ++0 name cdrom + >38913 string !NSR0 ISO 9660 CD-ROM filesystem data + !:mime application/x-iso9660-image + >38913 string NSR0 UDF filesystem data +@@ -1939,6 +1932,18 @@ + !:mime application/x-iso9660-image + 32777 string CDROM High Sierra CD-ROM filesystem data + ++# CDROM Filesystems ++# https://en.wikipedia.org/wiki/ISO_9660 ++# Modified for UDF by gerardo.cacciari@gmail.com ++32769 string CD001 ++# mime line at that position does not work ++# to display CD-ROM (70=81-11) after MBR (113=40+72+1), partition-table (71=50+21) and before Apple Driver Map (51) ++!:strength -11 ++# to display CD-ROM (114=81+33) before MBR (113=40+72+1), partition-table (71=50+21) and Apple Driver Map (51) ++# does not work ++#!:strength +33 ++>0 use cdrom ++ + # .cso files + 0 string CISO Compressed ISO CD image + diff --git a/file-5.19-CVE-2014-3587.patch b/file-5.19-CVE-2014-3587.patch deleted file mode 100644 index 961c13d..0000000 --- a/file-5.19-CVE-2014-3587.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 0641e56be1af003aa02c7c6b0184466540637233 Mon Sep 17 00:00:00 2001 -From: Christos Zoulas -Date: Thu, 7 Aug 2014 09:38:35 +0000 -Subject: [PATCH] Prevent wrap around (Remi Collet at redhat) - ---- - src/cdf.c | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/src/cdf.c b/src/cdf.c -index 5dbf3b1..3e691f4 100644 ---- a/src/cdf.c -+++ b/src/cdf.c -@@ -35,7 +35,7 @@ - #include "file.h" - - #ifndef lint --FILE_RCSID("@(#)$File: cdf.c,v 1.63 2014/06/09 13:04:37 christos Exp $") -+FILE_RCSID("@(#)$File: cdf.c,v 1.64 2014/07/24 19:35:39 christos Exp $") - #endif - - #include -@@ -835,6 +835,10 @@ cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h, - q = (const uint8_t *)(const void *) - ((const char *)(const void *)p + ofs - - 2 * sizeof(uint32_t)); -+ if (q < p) { -+ DPRINTF(("Wrapped around %p < %p\n", q, p)); -+ goto out; -+ } - if (q > e) { - DPRINTF(("Ran of the end %p > %p\n", q, e)); - goto out; --- -2.0.4 - diff --git a/file-5.19-locale-archive.patch b/file-5.19-locale-archive.patch deleted file mode 100644 index 29539b3..0000000 --- a/file-5.19-locale-archive.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/magic/Magdir/linux b/magic/Magdir/linux -index e099cd3..2af3005 100644 ---- a/magic/Magdir/linux -+++ b/magic/Magdir/linux -@@ -413,3 +413,6 @@ - >>>>20 belong >16 - >>>>>36 belong x \b, DT structure block size=%d - -+# glibc locale archive as defined in glibc locale/locarchive.h -+0 lelong 0xde020109 locale archive -+>24 lelong x %d strings diff --git a/file-5.19-msooxml.patch b/file-5.19-msooxml.patch deleted file mode 100644 index 30d2951..0000000 --- a/file-5.19-msooxml.patch +++ /dev/null @@ -1,22 +0,0 @@ -From bf3fea9e6c0b18e9a645d2a796a1e3ae29be5ee5 Mon Sep 17 00:00:00 2001 -From: Christos Zoulas -Date: Tue, 5 Aug 2014 07:38:45 +0000 -Subject: [PATCH] PR/360: Andreas Koehler: Escape regex properly. - ---- - magic/Magdir/msooxml | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/magic/Magdir/msooxml b/magic/Magdir/msooxml -index c908b71..80bdf13 100644 ---- a/magic/Magdir/msooxml -+++ b/magic/Magdir/msooxml -@@ -16,7 +16,7 @@ - 0 string PK\003\004 - !:strength +10 - # make sure the first file is correct -->0x1E regex \[Content_Types\]\.xml|_rels/\.rels -+>0x1E regex \\[Content_Types\\]\\.xml|_rels/\\.rels - # skip to the second local file header - # since some documents include a 520-byte extra field following the file - # header, we need to scan for the next header diff --git a/file-5.19-pascal.patch b/file-5.19-pascal.patch deleted file mode 100644 index 1cf433b..0000000 --- a/file-5.19-pascal.patch +++ /dev/null @@ -1,29 +0,0 @@ -From d9e9aa9f06757947a1e51f80925445b2f18a6fc3 Mon Sep 17 00:00:00 2001 -From: Reuben Thomas -Date: Mon, 14 Jul 2014 14:21:33 +0000 -Subject: [PATCH] Comment out too-sensitive Pascal magic - ---- - magic/Magdir/pascal | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/magic/Magdir/pascal b/magic/Magdir/pascal -index a95939c..d8e61c6 100644 ---- a/magic/Magdir/pascal -+++ b/magic/Magdir/pascal -@@ -1,10 +1,10 @@ - #------------------------------------------------------------------------------ --# $File: pascal,v 1.1 2011/12/08 12:12:46 rrt Exp $ -+# $File: pascal,v 1.1 2011/12/08 12:12:46 rrt Exp $ - # pascal: file(1) magic for Pascal source - # - 0 search/8192 (input, Pascal source text - !:mime text/x-pascal --0 regex \^program Pascal source text --!:mime text/x-pascal --0 regex \^record Pascal source text --!:mime text/x-pascal -+#0 regex \^program Pascal source text -+#!:mime text/x-pascal -+#0 regex \^record Pascal source text -+#!:mime text/x-pascal diff --git a/file-5.19-python-3.4.patch b/file-5.19-python-3.4.patch deleted file mode 100644 index 3d3104c..0000000 --- a/file-5.19-python-3.4.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 8f462b16513c6961a938d0eb443bc538574eeeca Mon Sep 17 00:00:00 2001 -From: Benedikt Morbach -Date: Wed, 30 Jul 2014 18:53:58 +0200 -Subject: [PATCH] add support for python 3.4 byte-compiled files - ---- - magic/Magdir/python | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/magic/Magdir/python b/magic/Magdir/python -index d5e2964..19d4b55 100644 ---- a/magic/Magdir/python -+++ b/magic/Magdir/python -@@ -23,6 +23,7 @@ - 0 belong 0x4f0c0d0a python 3.1 byte-compiled - 0 belong 0x6c0c0d0a python 3.2 byte-compiled - 0 belong 0x9e0c0d0a python 3.3 byte-compiled -+0 belong 0xee0c0d0a python 3.4 byte-compiled - - 0 search/1/w #!\ /usr/bin/python Python script text executable - !:mime text/x-python --- -1.9.3 - diff --git a/file.spec b/file.spec index f9765da..013683a 100644 --- a/file.spec +++ b/file.spec @@ -3,8 +3,8 @@ Summary: A utility for determining file types Name: file -Version: 5.19 -Release: 6%{?dist} +Version: 5.20 +Release: 1%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -18,11 +18,6 @@ Patch5: file-5.04-man-return-code.patch Patch6: file-5.04-generic-msdos.patch Patch7: file-5.14-x86boot.patch Patch8: file-5.14-perl.patch -Patch9: file-5.19-CVE-2014-3587.patch -Patch10: file-5.19-pascal.patch -Patch11: file-5.19-locale-archive.patch -Patch12: file-5.19-msooxml.patch -Patch13: file-5.19-python-3.4.patch Patch14: file-5.19-cafebabe.patch URL: http://www.darwinsys.com/file/ Requires: file-libs = %{version}-%{release} @@ -92,11 +87,6 @@ file(1) command. %patch6 -p1 %patch7 -p1 %patch8 -p1 -%patch9 -p1 -%patch10 -p1 -%patch11 -p1 -%patch12 -p1 -%patch13 -p1 %patch14 -p1 # Patches can generate *.orig files, which can't stay in the magic dir, @@ -206,6 +196,9 @@ cd %{py3dir} %endif %changelog +* Thu Oct 16 2014 Jan Kaluza - 5.20-1 +- update to new version 5.20 + * Wed Sep 03 2014 Jan Kaluza - 5.19-6 - fix #1134580 - detect Mach-O universal binary diff --git a/sources b/sources index 7fab2a3..df87d3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3526f59023f3f7d1ffa4d541335edab file-5.19.tar.gz +5d5e13eb3e0e13839da869a31790faf2 file-5.20.tar.gz From d6f358b96015809f08c516210962707f8c1215b2 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 23 Oct 2014 09:05:29 +0200 Subject: [PATCH 2/4] fix CVE-2014-3710 (#1155464) --- file.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index 013683a..b776d21 100644 --- a/file.spec +++ b/file.spec @@ -4,7 +4,7 @@ Summary: A utility for determining file types Name: file Version: 5.20 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -19,6 +19,7 @@ Patch6: file-5.04-generic-msdos.patch Patch7: file-5.14-x86boot.patch Patch8: file-5.14-perl.patch Patch14: file-5.19-cafebabe.patch +Patch15: file-5.20-CVE-2014-3710.patch URL: http://www.darwinsys.com/file/ Requires: file-libs = %{version}-%{release} BuildRequires: zlib-devel @@ -88,6 +89,7 @@ file(1) command. %patch7 -p1 %patch8 -p1 %patch14 -p1 +%patch15 -p1 # Patches can generate *.orig files, which can't stay in the magic dir, # otherwise there will be problems with compiling magic file! @@ -196,6 +198,9 @@ cd %{py3dir} %endif %changelog +* Thu Oct 23 2014 Jan Kaluza - 5.20-2 +- fix CVE-2014-3710 (#1155464) + * Thu Oct 16 2014 Jan Kaluza - 5.20-1 - update to new version 5.20 From 57f71cc0ee604153b029d9123cb1a281986ad6a5 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 23 Oct 2014 09:08:16 +0200 Subject: [PATCH 3/4] Add missing patch --- file-5.20-CVE-2014-3710.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 file-5.20-CVE-2014-3710.patch diff --git a/file-5.20-CVE-2014-3710.patch b/file-5.20-CVE-2014-3710.patch new file mode 100644 index 0000000..0fcf703 --- /dev/null +++ b/file-5.20-CVE-2014-3710.patch @@ -0,0 +1,28 @@ +From 39c7ac1106be844a5296d3eb5971946cc09ffda0 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas +Date: Fri, 17 Oct 2014 15:49:00 +0000 +Subject: [PATCH] Fix note bounds reading, Francisco Alonso / Red Hat + +--- + ChangeLog | 4 ++++ + src/readelf.c | 9 ++++++++- + 2 files changed, 12 insertions(+), 1 deletion(-) + +diff --git a/src/readelf.c b/src/readelf.c +index 08f81f5..9ebdebd 100644 +--- a/src/readelf.c ++++ b/src/readelf.c +@@ -477,6 +477,13 @@ donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, + uint32_t namesz, descsz; + unsigned char *nbuf = CAST(unsigned char *, vbuf); + ++ if (xnh_sizeof + offset > size) { ++ /* ++ * We're out of note headers. ++ */ ++ return xnh_sizeof + offset; ++ } ++ + (void)memcpy(xnh_addr, &nbuf[offset], xnh_sizeof); + offset += xnh_sizeof; + From f5cf01a4d93a546e0327dff5f8edeeae6940577d Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 5 Feb 2015 07:19:11 +0100 Subject: [PATCH 4/4] update to new version 5.22 --- .gitignore | 1 + file-5.14-x86boot.patch | 66 ++++++----------------------------- file-5.20-CVE-2014-3710.patch | 28 --------------- file.spec | 9 ++--- sources | 2 +- 5 files changed, 17 insertions(+), 89 deletions(-) delete mode 100644 file-5.20-CVE-2014-3710.patch diff --git a/.gitignore b/.gitignore index fca2ae3..39ac6de 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ file-5.04.tar.gz /file-5.14.tar.gz /file-5.19.tar.gz /file-5.20.tar.gz +/file-5.22.tar.gz diff --git a/file-5.14-x86boot.patch b/file-5.14-x86boot.patch index 6e4603b..f896946 100644 --- a/file-5.14-x86boot.patch +++ b/file-5.14-x86boot.patch @@ -1,5 +1,5 @@ diff --git a/magic/Magdir/filesystems b/magic/Magdir/filesystems -index 2d0d1ba..672728e 100644 +index 939a092..5ce1453 100644 --- a/magic/Magdir/filesystems +++ b/magic/Magdir/filesystems @@ -254,7 +254,7 @@ @@ -11,58 +11,12 @@ index 2d0d1ba..672728e 100644 # for sector sizes < 512 Bytes >11 uleshort <512 >>(11.s-2) uleshort 0xAA55 DOS/MBR boot sector -@@ -538,6 +538,8 @@ - >>>514 string !HdrS - # not BeOS - >>>>422 string !Be\ Boot\ Loader -+>>>>>32769 string CD001 -+>>>>>>0 use cdrom - # jump over BPB instruction implies DOS bootsector or AdvanceMAME mbr - >>>>>0 ubelong&0xFD000000 =0xE9000000 - # AdvanceMAME mbr -@@ -1360,7 +1362,7 @@ - >11 uleshort&0x001f 0 - >>11 uleshort <32769 - >>>11 uleshort >31 -->>>>21 ubyte&0xf0 0xF0 -+>>>>21 ubyte&0xf0 0xF0 x86 boot sector - >>>>>0 ubyte 0xEB - >>>>>>1 ubyte x \b, code offset 0x%x+2 - >>>>>0 ubyte 0xE9 -@@ -1913,16 +1915,7 @@ - # defect IO.SYS+MSDOS.SYS ? - #>>>>>0x162 use 2xDOS-filename - --# CDROM Filesystems --# https://en.wikipedia.org/wiki/ISO_9660 --# Modified for UDF by gerardo.cacciari@gmail.com --32769 string CD001 --# mime line at that position does not work --# to display CD-ROM (70=81-11) after MBR (113=40+72+1), partition-table (71=50+21) and before Apple Driver Map (51) --!:strength -11 --# to display CD-ROM (114=81+33) before MBR (113=40+72+1), partition-table (71=50+21) and Apple Driver Map (51) --# does not work --#!:strength +33 -+0 name cdrom - >38913 string !NSR0 ISO 9660 CD-ROM filesystem data - !:mime application/x-iso9660-image - >38913 string NSR0 UDF filesystem data -@@ -1939,6 +1932,18 @@ - !:mime application/x-iso9660-image - 32777 string CDROM High Sierra CD-ROM filesystem data - -+# CDROM Filesystems -+# https://en.wikipedia.org/wiki/ISO_9660 -+# Modified for UDF by gerardo.cacciari@gmail.com -+32769 string CD001 -+# mime line at that position does not work -+# to display CD-ROM (70=81-11) after MBR (113=40+72+1), partition-table (71=50+21) and before Apple Driver Map (51) -+!:strength -11 -+# to display CD-ROM (114=81+33) before MBR (113=40+72+1), partition-table (71=50+21) and Apple Driver Map (51) -+# does not work -+#!:strength +33 -+>0 use cdrom -+ - # .cso files - 0 string CISO Compressed ISO CD image - +@@ -266,7 +266,7 @@ + 0x1FE leshort 0xAA55 DOS/MBR boot sector + # + # to display information (50) before DOS BPB (strength=70) and after DOS floppy (120) like in old file version +-!:strength +65 ++!:strength +0 + >2 string OSBS OS/BS MBR + # added by Joerg Jenderek at Feb 2013 according to http://thestarman.pcministry.com/asm/mbr/ + # and http://en.wikipedia.org/wiki/Master_Boot_Record diff --git a/file-5.20-CVE-2014-3710.patch b/file-5.20-CVE-2014-3710.patch deleted file mode 100644 index 0fcf703..0000000 --- a/file-5.20-CVE-2014-3710.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 39c7ac1106be844a5296d3eb5971946cc09ffda0 Mon Sep 17 00:00:00 2001 -From: Christos Zoulas -Date: Fri, 17 Oct 2014 15:49:00 +0000 -Subject: [PATCH] Fix note bounds reading, Francisco Alonso / Red Hat - ---- - ChangeLog | 4 ++++ - src/readelf.c | 9 ++++++++- - 2 files changed, 12 insertions(+), 1 deletion(-) - -diff --git a/src/readelf.c b/src/readelf.c -index 08f81f5..9ebdebd 100644 ---- a/src/readelf.c -+++ b/src/readelf.c -@@ -477,6 +477,13 @@ donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, - uint32_t namesz, descsz; - unsigned char *nbuf = CAST(unsigned char *, vbuf); - -+ if (xnh_sizeof + offset > size) { -+ /* -+ * We're out of note headers. -+ */ -+ return xnh_sizeof + offset; -+ } -+ - (void)memcpy(xnh_addr, &nbuf[offset], xnh_sizeof); - offset += xnh_sizeof; - diff --git a/file.spec b/file.spec index b776d21..b28399a 100644 --- a/file.spec +++ b/file.spec @@ -3,8 +3,8 @@ Summary: A utility for determining file types Name: file -Version: 5.20 -Release: 2%{?dist} +Version: 5.22 +Release: 1%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -19,7 +19,6 @@ Patch6: file-5.04-generic-msdos.patch Patch7: file-5.14-x86boot.patch Patch8: file-5.14-perl.patch Patch14: file-5.19-cafebabe.patch -Patch15: file-5.20-CVE-2014-3710.patch URL: http://www.darwinsys.com/file/ Requires: file-libs = %{version}-%{release} BuildRequires: zlib-devel @@ -89,7 +88,6 @@ file(1) command. %patch7 -p1 %patch8 -p1 %patch14 -p1 -%patch15 -p1 # Patches can generate *.orig files, which can't stay in the magic dir, # otherwise there will be problems with compiling magic file! @@ -198,6 +196,9 @@ cd %{py3dir} %endif %changelog +* Wed Feb 04 2015 Jan Kaluza - 5.22-1 +- update to new version 5.22 + * Thu Oct 23 2014 Jan Kaluza - 5.20-2 - fix CVE-2014-3710 (#1155464) diff --git a/sources b/sources index df87d3d..75324a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d5e13eb3e0e13839da869a31790faf2 file-5.20.tar.gz +8fb13e5259fe447e02c4a37bc7225add file-5.22.tar.gz