* update mbedtls to 3.6.1-1
This commit is contained in:
parent
e9859dcb62
commit
ecfdbcef0c
31
mbedtls/.SRCINFO
Normal file
31
mbedtls/.SRCINFO
Normal file
@ -0,0 +1,31 @@
|
||||
pkgbase = mbedtls
|
||||
pkgdesc = An open source, portable, easy to use, readable and flexible TLS library
|
||||
pkgver = 3.6.1
|
||||
pkgrel = 1
|
||||
url = https://tls.mbed.org
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = Apache-2.0
|
||||
checkdepends = python
|
||||
makedepends = cmake
|
||||
makedepends = git
|
||||
makedepends = ninja
|
||||
makedepends = python
|
||||
depends = glibc
|
||||
depends = sh
|
||||
provides = libmbedcrypto.so
|
||||
provides = libmbedtls.so
|
||||
provides = libmbedx509.so
|
||||
provides = polarssl
|
||||
conflicts = polarssl
|
||||
replaces = polarssl
|
||||
options = staticlibs
|
||||
source = git+https://github.com/Mbed-TLS/mbedtls.git#tag=b727a6982c8f4d97dc8a979d7af417a08a551e5e
|
||||
source = git+https://github.com/Mbed-TLS/mbedtls-framework.git
|
||||
b2sums = 9a38000d9a88443d9b48f43c811eb5ffc7b03a779c283482f6025235729a7e72474fe71e0293ee48a61e7621e03e0b89462e02c64fc16461bae0e30ff4f8a357
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = mbedtls
|
4
mbedtls/.nvchecker.toml
Normal file
4
mbedtls/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[mbedtls]
|
||||
source = "git"
|
||||
git = "https://github.com/Mbed-TLS/mbedtls.git"
|
||||
prefix = "v"
|
@ -5,7 +5,7 @@
|
||||
# Contributor: carstene1ns <arch carsten-teibes.de>
|
||||
|
||||
pkgname=mbedtls
|
||||
pkgver=3.6.0
|
||||
pkgver=3.6.1
|
||||
pkgrel=1
|
||||
pkgdesc='An open source, portable, easy to use, readable and flexible TLS library'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -31,12 +31,12 @@ provides=(
|
||||
replaces=(polarssl)
|
||||
conflicts=(polarssl)
|
||||
options=(staticlibs)
|
||||
_tag=67dc8f869a2ef39b1f19f6a6d3a34965bc50097e
|
||||
_tag=b727a6982c8f4d97dc8a979d7af417a08a551e5e
|
||||
source=(
|
||||
git+https://github.com/Mbed-TLS/mbedtls.git#tag=${_tag}
|
||||
git+https://github.com/Mbed-TLS/mbedtls-framework.git
|
||||
)
|
||||
b2sums=('e1baa97607fff9e83b633f2b7ea346783c61ff380a5a65accdc8100534b6b41c2dc479e465c528252d0b01ebc19c043aa3841264a87a0c8fb87a87d6b545c469'
|
||||
b2sums=('9a38000d9a88443d9b48f43c811eb5ffc7b03a779c283482f6025235729a7e72474fe71e0293ee48a61e7621e03e0b89462e02c64fc16461bae0e30ff4f8a357'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user