diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-25 10:34:38 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-25 10:34:38 +0000 |
commit | afb2d6502f38c7b5b18bac53ecd8d08dcb59d14c (patch) | |
tree | ec7f05b0aff47e05ae21d7b0d8d9432a43316b64 /main/icu/APKBUILD | |
parent | 7b2556806b5ae63c8937529b4728a60c8c3daa5b (diff) | |
download | aports-afb2d6502f38c7b5b18bac53ecd8d08dcb59d14c.tar.bz2 aports-afb2d6502f38c7b5b18bac53ecd8d08dcb59d14c.tar.xz |
Diffstat (limited to 'main/icu/APKBUILD')
-rw-r--r-- | main/icu/APKBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/main/icu/APKBUILD b/main/icu/APKBUILD index fc891b2982..eea4144104 100644 --- a/main/icu/APKBUILD +++ b/main/icu/APKBUILD @@ -6,7 +6,7 @@ pkgver=58.2 # convert x.y.z to x_y_z _ver=${pkgver//./_} -pkgrel=1 +pkgrel=2 pkgdesc="International Components for Unicode library" url="http://www.icu-project.org/" arch="all" @@ -17,6 +17,7 @@ makedepends= source="http://download.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src.tgz icu-timezone.patch icu-58.1-iterator-reset.patch + CVE-2017-7867-7868.patch " # secfixes: @@ -24,7 +25,9 @@ source="http://download.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver # - CVE-2016-6293 # 58.1-r1: # - CVE-2016-7415 - +# 58.2-r2: +# - CVE-2017-7867 +# - CVE-2017-7868 builddir="$srcdir"/icu/source prepare() { @@ -82,12 +85,7 @@ libs() { replaces="icu" } -md5sums="fac212b32b7ec7ab007a12dff1f3aea1 icu4c-58_2-src.tgz -2c81d9c9a6ea0af5b7391e001f37a5e0 icu-timezone.patch -7119b3fc32f4785588b2dc55a62ba85f icu-58.1-iterator-reset.patch" -sha256sums="2b0a4410153a9b20de0e20c7d8b66049a72aef244b53683d0d7521371683da0c icu4c-58_2-src.tgz -1c3c432228ee254af7adc995d65b65a4c9dac3b868fe1e49fe588a0ffa55a158 icu-timezone.patch -62b593b019baf172ccccc001df1bb2a204aab4d84a5731e10449ae4260eede21 icu-58.1-iterator-reset.patch" sha512sums="5c21af748f48b392e6c0412bd0aee92162ea931820dcbfab4ec6e0299868504b303d88f7586cc95de55c777ac0dca3a29d6c8ca0892c646ebc864c8a5b5a162a icu4c-58_2-src.tgz 40489c36e28e160f08e045acab6c19cdb712ad3b7f87f67099deac7d579aaf13d8841cd3278a6bb0e998b5c34a378348a13fcc8bb14c9c4eb4f6adbd10d66825 icu-timezone.patch -c97986e188bc0f3daa2d3bebed309b87704797f527197fde910794499d1079ea0ce33a75124d2f9a8fd451d91a44d8d5077fc77c1cd49aee53bdbaf61a5826d1 icu-58.1-iterator-reset.patch" +c97986e188bc0f3daa2d3bebed309b87704797f527197fde910794499d1079ea0ce33a75124d2f9a8fd451d91a44d8d5077fc77c1cd49aee53bdbaf61a5826d1 icu-58.1-iterator-reset.patch +4b6a6d5a2d96ca2beb400170278745871f6903ff6d0b1e83ddaae3e13dfc872e94805e16540f2e2e9f797cdf9b47d06152e728ed76c77a63c36aeeb1ad8870ad CVE-2017-7867-7868.patch" |