* update mbedtls to 3.6.2-1

This commit is contained in:
Alexander Baldeck 2025-02-10 15:49:39 +01:00
parent 9de8752074
commit c8e505f98f
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mbedtls
pkgdesc = An open source, portable, easy to use, readable and flexible TLS library
pkgver = 3.6.1
pkgver = 3.6.2
pkgrel = 1
url = https://tls.mbed.org
arch = x86_64
@ -23,9 +23,9 @@ pkgbase = mbedtls
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.git#tag=0c7704b4f231fc62ad261e18d32677165a8d14d5
source = git+https://github.com/Mbed-TLS/mbedtls-framework.git
b2sums = 9a38000d9a88443d9b48f43c811eb5ffc7b03a779c283482f6025235729a7e72474fe71e0293ee48a61e7621e03e0b89462e02c64fc16461bae0e30ff4f8a357
b2sums = a42a5365f4caffa754d57c9a2867eae855f6b084af60d137490d78433e86e556143274c46b4c40cdd2d6eed8c024d4da0ebc0f221b7b59a9dd36ed575874e98c
b2sums = SKIP
pkgname = mbedtls

View File

@ -5,7 +5,7 @@
# Contributor: carstene1ns <arch carsten-teibes.de>
pkgname=mbedtls
pkgver=3.6.1
pkgver=3.6.2
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=b727a6982c8f4d97dc8a979d7af417a08a551e5e
_tag=0c7704b4f231fc62ad261e18d32677165a8d14d5
source=(
git+https://github.com/Mbed-TLS/mbedtls.git#tag=${_tag}
git+https://github.com/Mbed-TLS/mbedtls-framework.git
)
b2sums=('9a38000d9a88443d9b48f43c811eb5ffc7b03a779c283482f6025235729a7e72474fe71e0293ee48a61e7621e03e0b89462e02c64fc16461bae0e30ff4f8a357'
b2sums=('a42a5365f4caffa754d57c9a2867eae855f6b084af60d137490d78433e86e556143274c46b4c40cdd2d6eed8c024d4da0ebc0f221b7b59a9dd36ed575874e98c'
'SKIP')
prepare() {