Date: Friday, May 27, 2022 @ 19:08:31
  Author: andyrtr
Revision: 446588

upgpkg: gnutls 3.7.6-1: upstream update 3.7.6; make sure test won't fail to 
build parallel

Modified:
  gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-27 18:14:04 UTC (rev 446587)
+++ PKGBUILD    2022-05-27 19:08:31 UTC (rev 446588)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke <andy...@archlinux.org>
 
 pkgname=gnutls
-pkgver=3.7.5
-pkgrel=2
+pkgver=3.7.6
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -16,19 +16,12 @@
 optdepends=('guile: for use with Guile bindings'
             'tpm2-tss: support for TPM2 wrapped keys'
             'zstd: for compression support')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/${pkgname}-${pkgver}.tar.xz{,.sig}
-        
0001_Fix_out-of-bounds_memcpy_in_gnutls_realloc_zero.diff::https://gitlab.com/gnutls/gnutls/-/merge_requests/1592.patch)
-sha256sums=('1f85028475b4f255cc5b480af0c37e61eab43024c1507c8b75d6be506c0553ad'
-            'SKIP'
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('77065719a345bfb18faa250134be4c53bef70c1bd61f6c0c23ceb8b44f0262ff'
             'SKIP')
-validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # "Daiki Ueno 
<u...@unixuser.org>"
+#validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # "Daiki Ueno 
<u...@unixuser.org>"
+validpgpkeys=('5D46CB0F763405A7053556F47A75A648B3F9220C') # "Zoltan Fridrich 
<zfrid...@redhat.com>"
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # FS#74770 / https://gitlab.com/gnutls/gnutls/-/issues/1367
-  patch -Np1 -i ../0001_Fix_out-of-bounds_memcpy_in_gnutls_realloc_zero.diff
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
@@ -47,7 +40,9 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check
+  # disable parallel tests:
+  # FAIL: serv-udp.sh
+  make -j1 check
 }
 
 package() {

Reply via email to