Merge pull request #3148 from lazka/libfido2-1.11.0

libfido2: Update to 1.11.0
This commit is contained in:
Christoph Reiter
2022-08-21 21:07:33 +02:00
committed by GitHub
2 changed files with 20 additions and 3 deletions

View File

@@ -64,3 +64,21 @@ jobs:
with:
name: sources
path: C:/_/artifacts/*.src.tar.*
package-grokker:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v3
id: artifacts
continue-on-error: true
with:
name: msys2-packages
path: artifacts
- name: Grok packages
uses: jeremyd2019/package-grokker/grok-artifacts@main
if: steps.artifacts.outcome == 'success'
with:
repo: msys
path: artifacts

View File

@@ -2,7 +2,7 @@
pkgbase=libfido2
pkgname=("${pkgbase}" "fido2-tools" "${pkgbase}-devel" "${pkgbase}-docs")
pkgver=1.10.0
pkgver=1.11.0
pkgrel=1
pkgdesc="Library functionality for FIDO 2.0, including communication with a device over USB"
arch=('i686' 'x86_64')
@@ -12,11 +12,10 @@ depends=("libcbor" "openssl")
makedepends=("libcbor-devel" "openssl-devel" "cmake" "make" "gcc")
source=("https://developers.yubico.com/libfido2/Releases/libfido2-${pkgver}.tar.gz"{,.sig}
msys2-fix-ln.diff)
sha256sums=('526efd3d56af706c05d09f3d21f18ee3b0b15ac0c1f5c5da1acbc27c2730b99b'
sha256sums=('0830c5853e3b44099a97166e0cec54a65b54b7faaac07071872f77b8e4d7b302'
'SKIP'
'3134757a26e80eb1917036d4402551fa517e4e0e678c54dcf6c166b714de2bf2')
validpgpkeys=(
'EE90AE0D19774C8386628FAAB428949EF7914718' # pedro martelletto <pedro@yubico.com>
'1D7308B0055F5AEF36944A8F27A9C24D9588EA0F' # Aveen Ismail <aveen.ismail@yubico.com>
'7FBB6186957496D58C751AC20E777DD85755AA4A' # Konstantinos Georgantas <kostas@yubico.com>
)