Date: Thursday, May 4, 2023 @ 19:18:58 Author: eworm Revision: 1458797
upgpkg: lib32-xz 5.4.3-1: new upstream release Added: lib32-xz/trunk/keys/pgp/22D465F2B4C173803B20C6DE59FCF207FEA7F445.asc Modified: lib32-xz/trunk/PKGBUILD Deleted: lib32-xz/trunk/0001-liblzma-Silence-Wsign-conversion-in-SSE2-code-in.patch -------------------------------------------------------------+ 0001-liblzma-Silence-Wsign-conversion-in-SSE2-code-in.patch | 26 ---------- PKGBUILD | 24 +++------ keys/pgp/22D465F2B4C173803B20C6DE59FCF207FEA7F445.asc | 1 3 files changed, 9 insertions(+), 42 deletions(-) Deleted: 0001-liblzma-Silence-Wsign-conversion-in-SSE2-code-in.patch =================================================================== --- 0001-liblzma-Silence-Wsign-conversion-in-SSE2-code-in.patch 2023-05-04 19:13:15 UTC (rev 1458796) +++ 0001-liblzma-Silence-Wsign-conversion-in-SSE2-code-in.patch 2023-05-04 19:18:58 UTC (rev 1458797) @@ -1,26 +0,0 @@ -From dfe1710784c0a3c3a90c17b80c9e1fe19b5fce06 Mon Sep 17 00:00:00 2001 -From: Lasse Collin <[email protected]> -Date: Sun, 19 Mar 2023 22:45:59 +0200 -Subject: [PATCH] liblzma: Silence -Wsign-conversion in SSE2 code in - memcmplen.h. - -Thanks to Christian Hesse for reporting the issue. -Fixes: https://github.com/tukaani-project/xz/issues/44 ---- - src/liblzma/common/memcmplen.h | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/liblzma/common/memcmplen.h b/src/liblzma/common/memcmplen.h -index 5a481a02..5372cfa8 100644 ---- a/src/liblzma/common/memcmplen.h -+++ b/src/liblzma/common/memcmplen.h -@@ -89,7 +89,8 @@ lzma_memcmplen(const uint8_t *buf1, const uint8_t *buf2, - // version isn't used on x86-64. - # define LZMA_MEMCMPLEN_EXTRA 16 - while (len < limit) { -- const uint32_t x = 0xFFFF ^ _mm_movemask_epi8(_mm_cmpeq_epi8( -+ const uint32_t x = 0xFFFF ^ (uint32_t)_mm_movemask_epi8( -+ _mm_cmpeq_epi8( - _mm_loadu_si128((const __m128i *)(buf1 + len)), - _mm_loadu_si128((const __m128i *)(buf2 + len)))); - Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-04 19:13:15 UTC (rev 1458796) +++ PKGBUILD 2023-05-04 19:18:58 UTC (rev 1458797) @@ -2,7 +2,7 @@ # Contributor: François Charette <[email protected]> pkgname=lib32-xz -pkgver=5.4.2 +pkgver=5.4.3 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files (32-bit)' arch=('x86_64') @@ -10,22 +10,14 @@ license=('GPL' 'LGPL' 'custom') depends=('lib32-glibc' 'xz') provides=('liblzma.so') -validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <[email protected]> -source=("https://tukaani.org/xz/xz-${pkgver}.tar.gz"{,.sig} - '0001-liblzma-Silence-Wsign-conversion-in-SSE2-code-in.patch') -sha256sums=('87947679abcf77cc509d8d1b474218fd16b72281e2797360e909deaee1ac9d05' - 'SKIP' - '42c76fa7640fd47b611515b8ef047b861e9db0e1e078ee13c1b3417738508799') -sha512sums=('149f980338bea3d66de1ff5994b2b236ae1773135eda68b62b009df0c9dcdf5467f8cb2c06da95a71b6556d60bd3d21f475feced34d5dfdb80ee95416a2f9737' - 'SKIP' - '6d65b7e4c1108d1133eaf563ac1a880411d7bac013668e56842cea17f1cdd9a4696130c0105706d35c161b3e09ca86c9f79da3bc20128d0404b162d4a56a9913') +validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620' # Lasse Collin <[email protected]> + '22D465F2B4C173803B20C6DE59FCF207FEA7F445') # Jia Tan <[email protected]> +source=("https://tukaani.org/xz/xz-${pkgver}.tar.gz"{,.sig}) +sha256sums=('1c382e0bc2e4e0af58398a903dd62fff7e510171d2de47a1ebe06d1528e9b7e9' + 'SKIP') +sha512sums=('aff0fe166af6df4491a6f5df2372cab100b081452461a0e8c6fd65b72af3f250f16c64d9fb8fd309141e9b9ae4e41649f48687cc29e63dd82f27f2eab19b4023' + 'SKIP') -prepare() { - cd "${srcdir}/xz-${pkgver}" - - patch -Np1 < ../0001-liblzma-Silence-Wsign-conversion-in-SSE2-code-in.patch -} - build() { cd "${srcdir}/xz-${pkgver}" Added: keys/pgp/22D465F2B4C173803B20C6DE59FCF207FEA7F445.asc =================================================================== (Binary files differ) Index: lib32-xz/trunk/keys/pgp/22D465F2B4C173803B20C6DE59FCF207FEA7F445.asc =================================================================== --- keys/pgp/22D465F2B4C173803B20C6DE59FCF207FEA7F445.asc 2023-05-04 19:13:15 UTC (rev 1458796) +++ keys/pgp/22D465F2B4C173803B20C6DE59FCF207FEA7F445.asc 2023-05-04 19:18:58 UTC (rev 1458797) Property changes on: lib32-xz/trunk/keys/pgp/22D465F2B4C173803B20C6DE59FCF207FEA7F445.asc ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/pgp-keys \ No newline at end of property
