diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-02-20 17:59:31 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-01 17:05:53 -0500 |
commit | a0b4c0dd4e799c68021c4760d775613fe7b64598 (patch) | |
tree | dfb39475b241870117d3a816d97f7b38e88efd9f /system/libarchive/seek-error.patch | |
parent | aad9e708a3accbc4a94014098568459503bf6f24 (diff) | |
download | packages-a0b4c0dd4e799c68021c4760d775613fe7b64598.tar.gz packages-a0b4c0dd4e799c68021c4760d775613fe7b64598.tar.bz2 packages-a0b4c0dd4e799c68021c4760d775613fe7b64598.tar.xz packages-a0b4c0dd4e799c68021c4760d775613fe7b64598.zip |
system/libarchive: Update to 3.6.0, multiple fixes
* Remove seek-error.patch
The reason for this patch was fixed in upstream MR 1076.
Now we can have sparse file support!
* Disable/skip Japanese and Russian locale tests.
musl iconv doesn't support multidirectional KOI8R/Shift-JIS.
We disable these tests, and finally enable the libarchive test suite.
Diffstat (limited to 'system/libarchive/seek-error.patch')
-rw-r--r-- | system/libarchive/seek-error.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/libarchive/seek-error.patch b/system/libarchive/seek-error.patch deleted file mode 100644 index e14b281b1..000000000 --- a/system/libarchive/seek-error.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libarchive-3.3.1/libarchive/archive_read_disk_entry_from_file.c.old 2017-02-25 17:37:08.000000000 +0000 -+++ libarchive-3.3.1/libarchive/archive_read_disk_entry_from_file.c 2017-07-04 01:31:03.297134418 +0000 -@@ -1865,7 +1865,7 @@ - #endif - #endif /* defined(HAVE_LINUX_FIEMAP_H) */ - --#if defined(SEEK_HOLE) && defined(SEEK_DATA) -+#if defined(SEEK_HOLE) && defined(SEEK_DATA) && defined(__MAKE_ADELIE_WORK_AGAIN__) - - /* - * SEEK_HOLE sparse interface (FreeBSD, Linux, Solaris) |