[arch-commits] Commit in lib32-icu/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 24 22:59:42 UTC 2020


    Date: Monday, February 24, 2020 @ 22:59:41
  Author: foutrelis
Revision: 580923

upgpkg: lib32-icu 65.1-3: Prevent SEGV_MAPERR in UnicodeString::doAppend().

Modified:
  lib32-icu/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 22:39:15 UTC (rev 580922)
+++ PKGBUILD	2020-02-24 22:59:41 UTC (rev 580923)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-icu
 pkgver=65.1
-pkgrel=2
+pkgrel=3
 pkgdesc="International Components for Unicode library (32 bit)"
 arch=('x86_64')
 url="http://site.icu-project.org/home"
@@ -11,11 +11,13 @@
 makedepends=('gcc-multilib')
 checkdepends=('python')
 source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/icu4c-${pkgver//./_}-src.tgz{,.asc}
-        icu-65.1-initialized-buffer-uloc_getKeywordValue.patch::https://github.com/unicode-org/icu/commit/fab4c3c719.patch)
+        icu-65.1-initialized-buffer-uloc_getKeywordValue.patch::https://github.com/unicode-org/icu/commit/fab4c3c719.patch
+        icu-65.1-prevent-SEGV_MAPERR-in-append.patch::https://github.com/unicode-org/icu/commit/b7d08bc04a.patch)
 # https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt
 sha512sums=('8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139'
             'SKIP'
-            '8898fe0fa9805304cd2fc02c00ab1131861836f4d11887f82450c2378666cb03bce0c5038d3f0bdcdd1c1cdee2a00a61ef85602ed0e0c74ad2e58578b1940123')
+            '8898fe0fa9805304cd2fc02c00ab1131861836f4d11887f82450c2378666cb03bce0c5038d3f0bdcdd1c1cdee2a00a61ef85602ed0e0c74ad2e58578b1940123'
+            '580283cdd95fb7b8410cb3a6c0f47a6c8e53e0fdc9c213b04cd133ba4120381533ff2aef89ddab968150754bd9ca3a536d5c592c6881e625eb8ee6de8723de1b')
 validpgpkeys=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') #  "Steven R. Loomis (ICU Project) <srl at icu-project.org>"
 validpgpkeys+=('FFA9129A180D765B7A5BEA1C9B432B27D1BA20D7') # "Fredrik Roubert <fredrik at roubert.name>"
 validpgpkeys+=('E4098B78AFC94394F3F49AA903996C7C83F12F11') # "keybase.io/srl295 <srl295 at keybase.io>"
@@ -22,8 +24,12 @@
 
 prepare() {
   cd icu
+
   # https://unicode-org.atlassian.net/browse/ICU-20884
   patch -Np2 -i ../icu-65.1-initialized-buffer-uloc_getKeywordValue.patch
+
+  # https://github.com/unicode-org/icu/pull/971
+  patch -Np2 -i ../icu-65.1-prevent-SEGV_MAPERR-in-append.patch
 }
 
 build() {



More information about the arch-commits mailing list