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

Levente Polyak anthraxx at archlinux.org
Thu Jun 17 21:17:44 UTC 2021


    Date: Thursday, June 17, 2021 @ 21:17:44
  Author: anthraxx
Revision: 418406

upgpkg: gnupg 2.2.28-2: backport fix for old Yubikey devices

Yubikey NEO does not support the YK4_GET_CAPA command (001D000000),
and it will be screwed up with the command.

Fixes FS#71279

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 18:32:11 UTC (rev 418405)
+++ PKGBUILD	2021-06-17 21:17:44 UTC (rev 418406)
@@ -7,7 +7,7 @@
 
 pkgname=gnupg
 pkgver=2.2.28
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
 license=('GPL')
@@ -28,11 +28,13 @@
 )
 source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
         'drop-import-clean.patch'
-        'avoid-beta-warning.patch')
+        'avoid-beta-warning.patch'
+			  'scd-Error-code-map-fix-for-older-Yubikey.patch::https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=patch;h=01a413d5235f1bbd00f83fb86d0e183d8f0b1a57')
 sha256sums=('6ff891fc7583a9c3fb9f097ee0d1de0a12469d4b53997e7ba5064950637dfaec'
             'SKIP'
             '02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
-            '22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d')
+            '22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
+            '3d01999fcde60851898a06ef4a0b7497f44f65fe0655522bc7aef52c83960b3c')
 
 install=install
 
@@ -40,6 +42,7 @@
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	patch -p1 -i ../avoid-beta-warning.patch
 	patch -p1 -i ../drop-import-clean.patch
+	patch -p1 -i ../scd-Error-code-map-fix-for-older-Yubikey.patch
 
 	# improve reproducibility
 	rm doc/gnupg.info*



More information about the arch-commits mailing list