From 7c85b13bfcba6e247e4723cc55e07d79b5898a24 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 15 Sep 2019 23:05:12 -0400 Subject: upgpkg: pacman-static 5.1.3-6 staticlibs rebuild: bzip2, curl, nghttp2, openssl, zstd patch to fix libgpg-error building with gawk 5 (see FS#63761) bzip2 now has PGP sigs fix an embarrassing typo that made the download filename for zstd be all borky (and break caching) --- PKGBUILD | 68 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 37 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 8b1055a..cb32ddc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,18 +5,18 @@ pkgname=pacman-static pkgver=5.1.3 _cares_ver=1.15.0 -_nghttp2_ver=1.36.0 -_curlver=7.65.1 -_sslver=1.1.1c +_nghttp2_ver=1.39.2 +_curlver=7.66.0 +_sslver=1.1.1d _zlibver=1.2.11 _xzver=5.2.4 -_bzipver=1.0.6 -_zstdver=1.4.0 +_bzipver=1.0.8 +_zstdver=1.4.3 _libarchive_ver=3.4.0 _gpgerrorver=1.36 _libassuanver=2.5.3 _gpgmever=1.13.1 -pkgrel=5 +pkgrel=6 pkgdesc="Statically-compiled pacman (to fix or install systems without libc)" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://www.archlinux.org/pacman/" @@ -34,11 +34,7 @@ source+=("https://github.com/nghttp2/nghttp2/releases/download/v$_nghttp2_ver/ng source+=("https://c-ares.haxx.se/download/c-ares-${_cares_ver}.tar.gz"{,.asc}) validpgpkeys+=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg # curl -source+=("https://curl.haxx.se/download/curl-${_curlver}.tar.gz"{,.asc} - "https://github.com/curl/curl/commit/094b5f3540fec1401f514bc470f11f441527d30a.patch" - "https://github.com/curl/curl/commit/8b987cc7eb8bd58eaf7c184e0db7103a236704bd.patch" - "https://github.com/curl/curl/commit/6cc18c59a77bccdd04f65a9abcc9a2b2f88d368d.patch" - ) +source+=("https://curl.haxx.se/download/curl-${_curlver}.tar.gz"{,.asc}) # openssl source+=("https://www.openssl.org/source/openssl-${_sslver}.tar.gz"{,.asc} "ca-dir.patch") @@ -51,11 +47,13 @@ validpgpkeys+=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA') # Mark Adler # bzip2 -source+=("https://sources.archlinux.org/other/packages/bzip2/bzip2-${_bzipver}.tar.gz") +source+=("https://sourceware.org/pub/bzip2/bzip2-${_bzipver}.tar.gz"{,.sig}) +validpgpkeys+=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard # zstd -source+=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebook/zstd/archive/v${_zstdver}.tar.gz") +source+=("zstd-${_zstdver}.tar.gz::https://github.com/facebook/zstd/archive/v${_zstdver}.tar.gz") # libgpg-error -source+=("https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${_gpgerrorver}.tar.bz2"{,.sig}) +source+=("https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${_gpgerrorver}.tar.bz2"{,.sig} + "https://github.com/gpg/libgpg-error/commit/7865041c77f4f7005282f10f9b6666b19072fbdf.patch") validpgpkeys+=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' # Werner Koch '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka (GnuPG Release Key) # libassuan @@ -68,25 +66,24 @@ validpgpkeys+=('CB55788360B992FA0885C878F040F7196BA99AF4') # Martin Matuska