Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
mbedtls
Commits:
bd2bb5ef by Maxime Gauduin at 2023-10-10T00:00:58+02:00
upgpkg: 3.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mbedtls
pkgdesc = An open source, portable, easy to use, readable and flexible
TLS library
- pkgver = 3.4.1
+ pkgver = 3.5.0
pkgrel = 1
url = https://tls.mbed.org
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = mbedtls
conflicts = polarssl
replaces = polarssl
options = staticlibs
- source =
git+https://github.com/ARMmbed/mbedtls.git#tag=0b29872bf249f1a6b5a504ba797d7a260c471add
+ source =
git+https://github.com/ARMmbed/mbedtls.git#tag=1ec69067fa1351427f904362c1221b31538c8b57
b2sums = SKIP
pkgname = mbedtls
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: carstene1ns <arch carsten-teibes.de>
pkgname=mbedtls
-pkgver=3.4.1
+pkgver=3.5.0
pkgrel=1
pkgdesc='An open source, portable, easy to use, readable and flexible TLS
library'
arch=(x86_64)
@@ -30,7 +30,7 @@ provides=(
replaces=(polarssl)
conflicts=(polarssl)
options=(staticlibs)
-_tag=0b29872bf249f1a6b5a504ba797d7a260c471add
+_tag=1ec69067fa1351427f904362c1221b31538c8b57
source=(git+https://github.com/ARMmbed/mbedtls.git#tag=${_tag})
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls/-/commit/bd2bb5ef586501789517c3c8e676012d356a1c0a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls/-/commit/bd2bb5ef586501789517c3c8e676012d356a1c0a
You're receiving this email because of your account on gitlab.archlinux.org.