From 983bb71fcf45dcd3c112e6b5fd000bfd03301bce Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 20 Feb 2022 22:24:47 -0600 Subject: system/icu: Update to 70.1 --- system/icu/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'system/icu/APKBUILD') diff --git a/system/icu/APKBUILD b/system/icu/APKBUILD index 046698316..1739eeee0 100644 --- a/system/icu/APKBUILD +++ b/system/icu/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Sergey Lukin # Maintainer: A. Wilcox pkgname=icu -pkgver=65.1 +pkgver=70.1 # convert x.y.z to x_y_z _ver=$(printf '%s' "$pkgver" | tr . _) pkgrel=1 pkgdesc="International Components for Unicode" -url="http://site.icu-project.org/" +url="https://icu.unicode.org" arch="all" license="ICU" depends="" @@ -17,7 +17,7 @@ makedepends="" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs" source="https://github.com/unicode-org/icu/releases/download/release-$(printf '%s' "$pkgver" | tr . -)/${pkgname}4c-$_ver-src.tgz icu-60.2-always-use-utf8.patch - CVE-2020-10531.patch + tests.patch " # secfixes: @@ -37,7 +37,7 @@ prepare() { default_prepare update_config_sub - # https://bugs.icu-project.org/trac/ticket/6102 + # https://unicode-org.atlassian.net/browse/ICU-6102 for x in ARFLAGS CFLAGS CPPFLAGS CXXFLAGS FFLAGS LDFLAGS; do sed -i -e "/^${x} =.*/s:@${x}@::" "config/Makefile.inc.in" done @@ -76,6 +76,6 @@ static() { mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/ } -sha512sums="8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139 icu4c-65_1-src.tgz +sha512sums="0b26ae7207155cb65a8fdb25f7b2fa4431e74b12bccbed0884a17feaae3c96833d12451064dd152197fd6ea5fd3adfd95594284a463e66c82e0d860f645880c9 icu4c-70_1-src.tgz f86c62422f38f6485c58d4766e629bab69e4b0e00fa910854e40e7db1ace299152eaefa99ae2fbab7465e65d3156cbea7124612defa60680db58ab5c34d6262f icu-60.2-always-use-utf8.patch -2901235a24b1973516e495473188b077eb0486714ac47f702f226a3406176e913672159978b67548a1316284ecc716e06158b05c190ddfa83ad576a7a3539d72 CVE-2020-10531.patch" +9f5796fac698803e18556340322c020caa32308d93b94bda3871ceebc0cecb7fa167dc4548fed4060dab8891f3f7a47d4dd422c708751cada35a36874e255fd6 tests.patch" -- cgit v1.2.3-70-g09d2