Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tpm2-tss: revbump for mbedtls-2.28.4
@ 2023-09-19 14:31 Bnyro
  2023-09-19 14:42 ` [PR PATCH] [Updated] mbedtls: update to 2.28.4 Bnyro
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Bnyro @ 2023-09-19 14:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

There is a new pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages mbedtls
https://github.com/void-linux/void-packages/pull/46137

tpm2-tss: revbump for mbedtls-2.28.4

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/46137.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mbedtls-46137.patch --]
[-- Type: text/x-diff, Size: 9895 bytes --]

From 67f36ff84ac84118a5ee1b9a62cf381cee26ec0a Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:03:25 +0200
Subject: [PATCH 01/13] mbedtls: update to 2.28.4.

---
 common/shlibs            | 3 +++
 srcpkgs/mbedtls/template | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c9d59ef3b97ca..e6ccf31a41e03 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2206,6 +2206,9 @@ libmpv.so.2 mpv-0.35.0_1
 libmbedtls.so.12 mbedtls-2.13.1_1
 libmbedcrypto.so.3 mbedtls-2.9.0_1
 libmbedx509.so.0 mbedtls-2.9.0_1
+libmbedtls.so.14 mbedtls-2.28.4_1
+libmbedcrypto.so.7 mbedtls-2.28.4_1
+libmbedx509.so.1 mbedtls-2.28.4_1
 libdmtx.so.0 libdmtx-0.7.4_1
 libdbus-c++-1.so.0 libdbus-c++-0.9.0_1
 libdbus-c++-glib-1.so.0 libdbus-c++-0.9.0_1
diff --git a/srcpkgs/mbedtls/template b/srcpkgs/mbedtls/template
index ac910923171c5..5496f752e7664 100644
--- a/srcpkgs/mbedtls/template
+++ b/srcpkgs/mbedtls/template
@@ -1,7 +1,7 @@
 # Template file for 'mbedtls'
 pkgname=mbedtls
 reverts="2.17.0_1"
-version=2.16.12
+version=2.28.4
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTING=1 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://tls.mbed.org/"
 changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/mbedtls-${version%.*}/ChangeLog"
 distfiles="https://github.com/ARMmbed/mbedtls/archive/refs/tags/v${version}.tar.gz"
-checksum=294871ab1864a65d0b74325e9219d5bcd6e91c34a3c59270c357bb9ae4d5c393
+checksum=578c4dcd15bbff3f5cd56aa07cd4f850fc733634e3d5947be4f7157d5bfd81ac
 
 pre_configure() {
 	./scripts/config.pl set MBEDTLS_THREADING_C

From 7aa11e84b510434e5ea4fcee5196219953820288 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:02 +0200
Subject: [PATCH 02/13] bctoolbox: revbump for mbedtls-2.28.4

---
 srcpkgs/bctoolbox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bctoolbox/template b/srcpkgs/bctoolbox/template
index 3beea9e1f7216..c4b51dd43358d 100644
--- a/srcpkgs/bctoolbox/template
+++ b/srcpkgs/bctoolbox/template
@@ -1,7 +1,7 @@
 # Template file for 'bctoolbox'
 pkgname=bctoolbox
 version=5.2.6
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_TESTS=ON -DENABLE_TESTS_COMPONENT=FALSE
  -DCMAKE_MODULE_PATH=/usr/lib/cmake"

From 6e1a31d4e615ace1dc4c285dcc268e8241c97a78 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:02 +0200
Subject: [PATCH 03/13] dislocker: revbump for mbedtls-2.28.4

---
 srcpkgs/dislocker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dislocker/template b/srcpkgs/dislocker/template
index bd92028fe168e..539f0a718f8bb 100644
--- a/srcpkgs/dislocker/template
+++ b/srcpkgs/dislocker/template
@@ -1,7 +1,7 @@
 # Template file for 'dislocker'
 pkgname=dislocker
 version=0.7.3
-revision=5
+revision=6
 build_style=cmake
 configure_args="-DLIB_INSTALL_DIR=lib"
 makedepends="mbedtls-devel fuse-devel"

From 7f5ec8c016362b65d35d2a38b73fa9f68cece235 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:02 +0200
Subject: [PATCH 04/13] godot: revbump for mbedtls-2.28.4

---
 srcpkgs/godot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index f487838e20b51..433f25ffe8e11 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,7 +1,7 @@
 # Template file for 'godot'
 pkgname=godot
 version=4.1.1
-revision=5
+revision=6
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 build_style=scons
 # Build currently fails with embree-4.X

From 9990c7fbec68bd9360df0fcf33c5e0f79fa61256 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:03 +0200
Subject: [PATCH 05/13] hiawatha: revbump for mbedtls-2.28.4

---
 srcpkgs/hiawatha/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template
index 9c2500430dcb8..0f89bb96d49dd 100644
--- a/srcpkgs/hiawatha/template
+++ b/srcpkgs/hiawatha/template
@@ -1,7 +1,7 @@
 # Template file for 'hiawatha'
 pkgname=hiawatha
 version=10.12
-revision=4
+revision=5
 build_style=cmake
 configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
  -DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha

From a57467ab8806920d18d285d7dc30bcaa0542fbe7 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:03 +0200
Subject: [PATCH 06/13] imhex: revbump for mbedtls-2.28.4

---
 srcpkgs/imhex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/imhex/template b/srcpkgs/imhex/template
index 94a058c2b1639..ea1c58b78a870 100644
--- a/srcpkgs/imhex/template
+++ b/srcpkgs/imhex/template
@@ -1,7 +1,7 @@
 # Template file for 'imhex'
 pkgname=imhex
 version=1.30.1
-revision=2
+revision=3
 build_wrksrc="ImHex"
 build_style=cmake
 build_helper=qemu

From 07f7ba0062094e4bcc4c6da0f9ecadf1987edd0c Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:03 +0200
Subject: [PATCH 07/13] librist: revbump for mbedtls-2.28.4

---
 srcpkgs/librist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/librist/template b/srcpkgs/librist/template
index f075679388de8..7d7197c6da4d9 100644
--- a/srcpkgs/librist/template
+++ b/srcpkgs/librist/template
@@ -1,7 +1,7 @@
 # Template file for 'librist'
 pkgname=librist
 version=0.2.7
-revision=1
+revision=2
 build_style=meson
 makedepends="mbedtls-devel"
 short_desc="Reliable Internet Stream Transport (RIST)"

From d321e96f90aba108d731890d85682b243ec2d565 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:03 +0200
Subject: [PATCH 08/13] obs: revbump for mbedtls-2.28.4

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index e13c595e114a2..b43b10ef935e9 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=29.1.3
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le* aarch64*"
 build_style=cmake
 configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON

From ca3daffe41a6cba0da8c20f9c73dbe70277feecd Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:03 +0200
Subject: [PATCH 09/13] openrgb: revbump for mbedtls-2.28.4

---
 srcpkgs/openrgb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrgb/template b/srcpkgs/openrgb/template
index cff1fe115070b..1cfa541d2a23e 100644
--- a/srcpkgs/openrgb/template
+++ b/srcpkgs/openrgb/template
@@ -1,7 +1,7 @@
 # Template file for 'openrgb'
 pkgname=openrgb
 version=0.9
-revision=4
+revision=5
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools git pkg-config"
 makedepends="qt5-devel libusb-devel hidapi-devel mbedtls-devel"

From 843d3f28fa3d6b5003f5c72366c76b2e8d522bf3 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:03 +0200
Subject: [PATCH 10/13] retroarch: revbump for mbedtls-2.28.4

---
 srcpkgs/retroarch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index 45b02597de41a..507805ea8d819 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,7 +1,7 @@
 # Template file for 'retroarch'
 pkgname=retroarch
 version=1.15.0
-revision=4
+revision=5
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
  --enable-udev --disable-builtinflac --disable-builtinglslang

From 222213fc87ec88d69952ce730f4d4459cc78c954 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:04 +0200
Subject: [PATCH 11/13] rvault: revbump for mbedtls-2.28.4

---
 srcpkgs/rvault/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rvault/template b/srcpkgs/rvault/template
index fa778501ce6b7..53d170711c116 100644
--- a/srcpkgs/rvault/template
+++ b/srcpkgs/rvault/template
@@ -1,7 +1,7 @@
 # Template file for 'rvault'
 pkgname=rvault
 version=0.4
-revision=4
+revision=5
 build_wrksrc=src
 build_style=gnu-makefile
 make_use_env=yes

From 4d3dd1877433b5daf8b314feb9905aaad1783b9c Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:04 +0200
Subject: [PATCH 12/13] shadowsocks-libev: revbump for mbedtls-2.28.4

---
 srcpkgs/shadowsocks-libev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/shadowsocks-libev/template b/srcpkgs/shadowsocks-libev/template
index ed1c93cf4e06d..49b4737e399fd 100644
--- a/srcpkgs/shadowsocks-libev/template
+++ b/srcpkgs/shadowsocks-libev/template
@@ -1,7 +1,7 @@
 # Template file for 'shadowsocks-libev'
 pkgname=shadowsocks-libev
 version=3.3.4
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--with-pcre=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config asciidoc xmlto"

From 528b70aaa8310be0d37679811e0099df861d8781 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 16:04:04 +0200
Subject: [PATCH 13/13] tpm2-tss: revbump for mbedtls-2.28.4

---
 srcpkgs/tpm2-tss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tpm2-tss/template b/srcpkgs/tpm2-tss/template
index 0b9b4b28e6933..683fc6e506805 100644
--- a/srcpkgs/tpm2-tss/template
+++ b/srcpkgs/tpm2-tss/template
@@ -1,7 +1,7 @@
 # Template file for 'tpm2-tss'
 pkgname=tpm2-tss
 version=3.2.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--disable-weakcrypto --with-crypto=mbed --disable-fapi"
 hostmakedepends="autoconf-archive automake libtool pkg-config doxygen libltdl-devel"

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-11-13 17:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19 14:31 [PR PATCH] tpm2-tss: revbump for mbedtls-2.28.4 Bnyro
2023-09-19 14:42 ` [PR PATCH] [Updated] mbedtls: update to 2.28.4 Bnyro
2023-09-19 14:49 ` Bnyro
2023-09-20  8:14 ` Bnyro
2023-09-20  8:23 ` Bnyro
2023-09-20  8:30 ` Bnyro
2023-10-31 16:35 ` Bnyro
2023-10-31 16:36 ` [PR PATCH] [Updated] mbedtls: update to 2.28.5 Bnyro
2023-10-31 16:45 ` Bnyro
2023-11-09 10:19 ` Bnyro
2023-11-09 10:20 ` Bnyro
2023-11-09 10:21 ` Bnyro
2023-11-13 17:00 ` [PR PATCH] [Closed]: " Bnyro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).