Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
mbedtls2
Commits:
7c3b37d0 by Maxime Gauduin at 2023-10-09T23:21:13+02:00
upgpkg: 2.28.5-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.4
+ pkgver = 2.28.5
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=0ec2aa2007cc44fbd829c9c560d214d60881c991
+ source =
git+https://github.com/ARMmbed/mbedtls.git#tag=47e8cc9db2e469d902b0e3093ae9e482c3d87188
b2sums = SKIP
pkgname = mbedtls2
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: carstene1ns <arch carsten-teibes.de>
pkgname=mbedtls2
-pkgver=2.28.4
+pkgver=2.28.5
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=0ec2aa2007cc44fbd829c9c560d214d60881c991
+_tag=47e8cc9db2e469d902b0e3093ae9e482c3d87188
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/7c3b37d09a8a3791e0ae82509a8e4dc35f9bc090
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls2/-/commit/7c3b37d09a8a3791e0ae82509a8e4dc35f9bc090
You're receiving this email because of your account on gitlab.archlinux.org.