* update wolfssl to 5.7.2-1

This commit is contained in:
Alexander Baldeck 2024-08-15 05:41:13 +02:00
parent 2334455676
commit fc76726b7c
3 changed files with 28 additions and 3 deletions

19
wolfssl/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = wolfssl
pkgdesc = Lightweight, portable, C-language-based SSL/TLS library
pkgver = 5.7.2
pkgrel = 1
url = https://www.wolfssl.com/
arch = x86_64
license = GPL-2.0-or-later
makedepends = cmake
depends = glibc
provides = libwolfssl.so
source = wolfssl-5.7.2-stable.tar.gz::https://github.com/wolfssl/wolfssl/archive/refs/tags/v5.7.2-stable.tar.gz
source = https://github.com/wolfssl/wolfssl/releases/download/v5.7.2-stable/wolfssl-5.7.2-stable.tar.gz.asc
validpgpkeys = A2A48E7BCB96C5BECB987314EBC80E415CA29677
sha512sums = daec6427cbee6628da0dcaad2f721efb0591532fcb3bd688e7212aaca8a442ac10176e5b9eb6b14fea6c49a613d6b086ff777eafc5c27b25d51f758ad0aa13bd
sha512sums = SKIP
b2sums = 52bbabfd91fb5fdb1ef78dfafa7de86afaae821da14b9336bdf52b057444ac63f7afb4cc99d80ec8040adadbd4e8e07eb186499c12398b625aee4824e2dc503c
b2sums = SKIP
pkgname = wolfssl

6
wolfssl/.nvchecker.toml Normal file
View File

@ -0,0 +1,6 @@
[wolfssl]
source = "git"
git = "https://github.com/wolfssl/wolfssl"
include_regex = "v[\\d.]*-stable"
from_pattern = '^v([\d.]+)-stable$'
to_pattern = '\1'

View File

@ -2,7 +2,7 @@
# WARNING: This upstream **does not** guarantee ABI stability. Expect soname changes in patch-level version bumps (https://github.com/wolfSSL/wolfssl/issues/6928) # WARNING: This upstream **does not** guarantee ABI stability. Expect soname changes in patch-level version bumps (https://github.com/wolfSSL/wolfssl/issues/6928)
pkgname=wolfssl pkgname=wolfssl
pkgver=5.7.0 pkgver=5.7.2
pkgrel=1 pkgrel=1
pkgdesc="Lightweight, portable, C-language-based SSL/TLS library" pkgdesc="Lightweight, portable, C-language-based SSL/TLS library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -15,9 +15,9 @@ source=(
$pkgname-$pkgver-stable.tar.gz::https://github.com/$pkgname/$pkgname/archive/refs/tags/v$pkgver-stable.tar.gz $pkgname-$pkgver-stable.tar.gz::https://github.com/$pkgname/$pkgname/archive/refs/tags/v$pkgver-stable.tar.gz
https://github.com/$pkgname/$pkgname/releases/download/v$pkgver-stable/$pkgname-$pkgver-stable.tar.gz.asc https://github.com/$pkgname/$pkgname/releases/download/v$pkgver-stable/$pkgname-$pkgver-stable.tar.gz.asc
) )
sha512sums=('52cc7bdda7e3cfbea7c60fad1e2b1565d7057607bbb66014ef03643a75e78777d10d53799fba314bab37e245b7e8a60e29c6f4177070ed44536a898e04b27b44' sha512sums=('daec6427cbee6628da0dcaad2f721efb0591532fcb3bd688e7212aaca8a442ac10176e5b9eb6b14fea6c49a613d6b086ff777eafc5c27b25d51f758ad0aa13bd'
'SKIP') 'SKIP')
b2sums=('a85342264022d9f1ab3cd49bd282cbd9f2ef4fa90eda69ebd145a412f1557ed6d0ca5620f5a916fe1bf8c546c1d3ef0d01c80ec90722d49059683620ccbcdf1b' b2sums=('52bbabfd91fb5fdb1ef78dfafa7de86afaae821da14b9336bdf52b057444ac63f7afb4cc99d80ec8040adadbd4e8e07eb186499c12398b625aee4824e2dc503c'
'SKIP') 'SKIP')
validpgpkeys=( validpgpkeys=(
A2A48E7BCB96C5BECB987314EBC80E415CA29677 # wolfSSL <secure@wolfssl.com> A2A48E7BCB96C5BECB987314EBC80E415CA29677 # wolfSSL <secure@wolfssl.com>