summaryrefslogtreecommitdiff
path: root/system/libarchive/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-02-20 17:59:31 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:53 -0500
commita0b4c0dd4e799c68021c4760d775613fe7b64598 (patch)
treedfb39475b241870117d3a816d97f7b38e88efd9f /system/libarchive/APKBUILD
parentaad9e708a3accbc4a94014098568459503bf6f24 (diff)
downloadpackages-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/APKBUILD')
-rw-r--r--system/libarchive/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/libarchive/APKBUILD b/system/libarchive/APKBUILD
index 76c1f7833..b4ba68c7d 100644
--- a/system/libarchive/APKBUILD
+++ b/system/libarchive/APKBUILD
@@ -1,19 +1,18 @@
# Contributor: Sergei Lukin <sergej.lukin@gmail.com>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libarchive
-pkgver=3.4.3
+pkgver=3.6.0
pkgrel=0
pkgdesc="Multi-format archive and compression library"
url="https://libarchive.org/"
arch="all"
-options="!check" # needs EUC-JP and KOI8R support in iconv
license="BSD-2-Clause AND BSD-3-Clause AND Public-Domain"
depends=""
makedepends="zlib-dev bzip2-dev xz-dev lz4-dev acl-dev openssl-dev expat-dev
attr-dev zstd-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
source="https://github.com/libarchive/libarchive/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
- seek-error.patch
+ disable-locale-tests.patch
"
# secfixes:
@@ -56,5 +55,5 @@ tools() {
ln -s bsdcpio "$subpkgdir"/usr/bin/cpio
}
-sha512sums="d00167dec6e65a0b17b46a1e3bb0242d85716dbc637afd233360cb515b2750dafe0ff0644b9e01ad23534340b405a8551f496c5e39fba9ee99355a515580d65d libarchive-3.4.3.tar.gz
-ff2567f243ba7e9ce20bc4f7fa422a922c5c23049004efdd8f71f29f93ab9be9aadd4c100e8c6dca318442d583fbad9bd6466017a23f83af18b9808c718b9fce seek-error.patch"
+sha512sums="700579c5dd15b61333cc4dbf01ebfbd26d6e8c20d5cbe6525683634418fec5c87a5a1e28a81cc59ad7c94218682e406aa3b55d81036bd9fa31d83d989c6d764c libarchive-3.6.0.tar.gz
+27cf2aaa3e70e3a2a9944fac0c96c411e669c7e1a48daad1423bff68eef0f49153e5ef9d22dc9591a65353119d7fe203a28258ab82278aeb86b46fe691bcfb6a disable-locale-tests.patch"