Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
mbedtls2
Commits:
04ef31a7 by Maxime Gauduin at 2023-11-20T14:59:38+01:00
upgpkg: 2.28.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mbedtls2
pkgdesc = An open source, portable, easy to use, readable and flexible
TLS library
- pkgver = 2.28.5
+ pkgver = 2.28.6
pkgrel = 1
url = https://tls.mbed.org
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = mbedtls2
provides = libmbedtls.so
provides = libmbedx509.so
options = staticlibs
- source =
git+https://github.com/ARMmbed/mbedtls.git#tag=47e8cc9db2e469d902b0e3093ae9e482c3d87188
+ source =
git+https://github.com/ARMmbed/mbedtls.git#tag=3a91dad9dceb484eea8b41f8941facafc4520021
b2sums = SKIP
pkgname = mbedtls2
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: carstene1ns <arch carsten-teibes.de>
pkgname=mbedtls2
-pkgver=2.28.5
+pkgver=2.28.6
pkgrel=1
pkgdesc='An open source, portable, easy to use, readable and flexible TLS
library'
arch=(x86_64)
@@ -23,7 +23,7 @@ provides=(
libmbedx509.so
)
options=(staticlibs)
-_tag=47e8cc9db2e469d902b0e3093ae9e482c3d87188
+_tag=3a91dad9dceb484eea8b41f8941facafc4520021
source=(git+https://github.com/ARMmbed/mbedtls.git#tag=${_tag})
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls2/-/commit/04ef31a7e1382432bb0ff7f8e189fc38e51a0f05
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls2/-/commit/04ef31a7e1382432bb0ff7f8e189fc38e51a0f05
You're receiving this email because of your account on gitlab.archlinux.org.