Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
mbedtls
Commits:
98ca4fa5 by Maxime Gauduin at 2024-09-08T14:32:58+02:00
upgpkg: 3.6.1-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.6.0
+ pkgver = 3.6.1
pkgrel = 1
url = https://tls.mbed.org
arch = x86_64
@@ -19,9 +19,9 @@ pkgbase = mbedtls
conflicts = polarssl
replaces = polarssl
options = staticlibs
- source =
git+https://github.com/Mbed-TLS/mbedtls.git#tag=67dc8f869a2ef39b1f19f6a6d3a34965bc50097e
+ source =
git+https://github.com/Mbed-TLS/mbedtls.git#tag=b727a6982c8f4d97dc8a979d7af417a08a551e5e
source = git+https://github.com/Mbed-TLS/mbedtls-framework.git
- b2sums =
e1baa97607fff9e83b633f2b7ea346783c61ff380a5a65accdc8100534b6b41c2dc479e465c528252d0b01ebc19c043aa3841264a87a0c8fb87a87d6b545c469
+ b2sums =
9a38000d9a88443d9b48f43c811eb5ffc7b03a779c283482f6025235729a7e72474fe71e0293ee48a61e7621e03e0b89462e02c64fc16461bae0e30ff4f8a357
b2sums = SKIP
pkgname = mbedtls
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: carstene1ns <arch carsten-teibes.de>
pkgname=mbedtls
-pkgver=3.6.0
+pkgver=3.6.1
pkgrel=1
pkgdesc='An open source, portable, easy to use, readable and flexible TLS
library'
arch=(x86_64)
@@ -30,12 +30,12 @@ provides=(
replaces=(polarssl)
conflicts=(polarssl)
options=(staticlibs)
-_tag=67dc8f869a2ef39b1f19f6a6d3a34965bc50097e
+_tag=b727a6982c8f4d97dc8a979d7af417a08a551e5e
source=(
git+https://github.com/Mbed-TLS/mbedtls.git#tag=${_tag}
git+https://github.com/Mbed-TLS/mbedtls-framework.git
)
-b2sums=('e1baa97607fff9e83b633f2b7ea346783c61ff380a5a65accdc8100534b6b41c2dc479e465c528252d0b01ebc19c043aa3841264a87a0c8fb87a87d6b545c469'
+b2sums=('9a38000d9a88443d9b48f43c811eb5ffc7b03a779c283482f6025235729a7e72474fe71e0293ee48a61e7621e03e0b89462e02c64fc16461bae0e30ff4f8a357'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls/-/commit/98ca4fa5827c52f96cbbb818765c3405f5bdf54b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mbedtls/-/commit/98ca4fa5827c52f96cbbb818765c3405f5bdf54b
You're receiving this email because of your account on gitlab.archlinux.org.