Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
mbedtls
Commits:
852fcacd by Maxime Gauduin at 2024-05-20T22:38:16+02:00
upgpkg: 3.6.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.5.2
+ pkgver = 3.6.0
pkgrel = 1
url = https://tls.mbed.org
arch = x86_64
@@ -19,7 +19,9 @@ pkgbase = mbedtls
conflicts = polarssl
replaces = polarssl
options = staticlibs
- source =
git+https://github.com/ARMmbed/mbedtls.git#tag=2015a11628cf7752ae659dac523e62bcf5c7eb26
+ source =
git+https://github.com/Mbed-TLS/mbedtls.git#tag=67dc8f869a2ef39b1f19f6a6d3a34965bc50097e
+ source = git+https://github.com/Mbed-TLS/mbedtls-framework.git
+ b2sums =
e1baa97607fff9e83b633f2b7ea346783c61ff380a5a65accdc8100534b6b41c2dc479e465c528252d0b01ebc19c043aa3841264a87a0c8fb87a87d6b545c469
b2sums = SKIP
pkgname = mbedtls
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: carstene1ns <arch carsten-teibes.de>
pkgname=mbedtls
-pkgver=3.5.2
+pkgver=3.6.0
pkgrel=1
pkgdesc='An open source, portable, easy to use, readable and flexible TLS
library'
arch=(x86_64)
@@ -30,12 +30,20 @@ provides=(
replaces=(polarssl)
conflicts=(polarssl)
options=(staticlibs)
-_tag=2015a11628cf7752ae659dac523e62bcf5c7eb26
-source=(git+https://github.com/ARMmbed/mbedtls.git#tag=${_tag})
-b2sums=(SKIP)
+_tag=67dc8f869a2ef39b1f19f6a6d3a34965bc50097e
+source=(
+ git+https://github.com/Mbed-TLS/mbedtls.git#tag=${_tag}
+ git+https://github.com/Mbed-TLS/mbedtls-framework.git
+)
+b2sums=('e1baa97607fff9e83b633f2b7ea346783c61ff380a5a65accdc8100534b6b41c2dc479e465c528252d0b01ebc19c043aa3841264a87a0c8fb87a87d6b545c469'
+ 'SKIP')
prepare() {
cd mbedtls
+ git submodule init framework
+ git config submodule.framework.url "${srcdir}"/mbedtls-framework
+ git -c protocol.file.allow=always submodule update framework
+ scripts/config.py set MBEDTLS_HAVE_SSE2
scripts/config.py set MBEDTLS_THREADING_C
scripts/config.py set MBEDTLS_THREADING_PTHREAD
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls/-/commit/852fcacdce7af1213da831bc82d29c3ff80bf3e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls/-/commit/852fcacdce7af1213da831bc82d29c3ff80bf3e4
You're receiving this email because of your account on gitlab.archlinux.org.