Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
mbedtls


Commits:
43350ff3 by Maxime Gauduin at 2023-08-04T17:25:48+02:00
upgpkg: 3.4.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = mbedtls
+       pkgdesc = An open source, portable, easy to use, readable and flexible 
TLS library
+       pkgver = 3.4.1
+       pkgrel = 1
+       url = https://tls.mbed.org
+       arch = x86_64
+       license = Apache
+       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/ARMmbed/mbedtls.git#tag=0b29872bf249f1a6b5a504ba797d7a260c471add
+       b2sums = SKIP
+
+pkgname = mbedtls


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: carstene1ns <arch carsten-teibes.de>
 
 pkgname=mbedtls
-pkgver=3.4.0
-pkgrel=3
+pkgver=3.4.1
+pkgrel=1
 pkgdesc='An open source, portable, easy to use, readable and flexible TLS 
library'
 arch=(x86_64)
 url=https://tls.mbed.org
@@ -30,7 +30,7 @@ provides=(
 replaces=(polarssl)
 conflicts=(polarssl)
 options=(staticlibs)
-_tag=1873d3bfc2da771672bd8e7e8f41f57e0af77f33
+_tag=0b29872bf249f1a6b5a504ba797d7a260c471add
 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/43350ff3e0e720db851f7d25c2882094cff0f198

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls/-/commit/43350ff3e0e720db851f7d25c2882094cff0f198
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to