Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / mbedtls2
Commits: 4d647b3c by Maxime Gauduin at 2023-08-04T17:27:20+02:00 upgpkg: 2.28.4-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = mbedtls2 + pkgdesc = An open source, portable, easy to use, readable and flexible TLS library + pkgver = 2.28.4 + pkgrel = 1 + url = https://tls.mbed.org + arch = x86_64 + license = Apache + checkdepends = python + makedepends = cmake + makedepends = git + makedepends = ninja + depends = glibc + provides = libmbedcrypto.so + provides = libmbedtls.so + provides = libmbedx509.so + options = staticlibs + source = git+https://github.com/ARMmbed/mbedtls.git#tag=0ec2aa2007cc44fbd829c9c560d214d60881c991 + b2sums = SKIP + +pkgname = mbedtls2 ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: carstene1ns <arch carsten-teibes.de> pkgname=mbedtls2 -pkgver=2.28.3 -pkgrel=3 +pkgver=2.28.4 +pkgrel=1 pkgdesc='An open source, portable, easy to use, readable and flexible TLS library' arch=(x86_64) url=https://tls.mbed.org @@ -23,7 +23,7 @@ provides=( libmbedx509.so ) options=(staticlibs) -_tag=981743de6fcdbe672e482b6fd724d31d0a0d2476 +_tag=0ec2aa2007cc44fbd829c9c560d214d60881c991 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/4d647b3c455d270fa4a1961fa918fefc50281576 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls2/-/commit/4d647b3c455d270fa4a1961fa918fefc50281576 You're receiving this email because of your account on gitlab.archlinux.org.
