Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d4597577176496ee1e5c85bd17db596032ee8831)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d4597577176496ee1e5c85bd17db596032ee8831)
  • Date: Thu, 1 Sep 2022 18:50:34 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

VDEPENDS | 2 ++
crypto/mbedtls/DETAILS | 4 ++--
crypto/mbedtls/HISTORY | 3 +++
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit d4597577176496ee1e5c85bd17db596032ee8831
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mbedtls 3.2.1

commit 2b3058b62836f098c0a9c686ad09ca2c017f6bc5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

VDEPENDS: Make more verbose

diff --git a/VDEPENDS b/VDEPENDS
index 337caf1..b450c58 100644
--- a/VDEPENDS
+++ b/VDEPENDS
@@ -65,6 +65,8 @@ vdepends() {
iver="$(spell_ok "$dep" && installed_version "$dep")"
gver="$(codex_set_current_spell_by_name "$dep" && echo "$VERSION")"
while [ -n "$rest" ] && read op depver rest <<< "$rest"; do
+ message "$SPELL_COLOR$SPELL$MESSAGE_COLOR checking for" \
+ "$SPELL_COLOR$dep$DEFAULT_COLOR $op $depver"
[ -n "$iver" ] && vdepends_vercheck "$iver" "$op" "$depver" && continue
if [ "$gver" = "$iver" ] || ! vdepends_vercheck "$gver" "$op" "$depver"
then
diff --git a/crypto/mbedtls/DETAILS b/crypto/mbedtls/DETAILS
index 4b00a25..b68a26a 100755
--- a/crypto/mbedtls/DETAILS
+++ b/crypto/mbedtls/DETAILS
@@ -1,6 +1,6 @@
SPELL=mbedtls
- VERSION=2.25.0
-
SOURCE_HASH=sha512:42f1626a4b435f9b0df92217df6d776d03ae73a83d1c58b7a139dee37afadd298ec9250b4d2d03cb14185dba3096ac48e5a1d24fda77cda83008ea18031eadba
+ VERSION=3.2.1
+
SOURCE_HASH=sha512:11e433d64a2c0474bb44f288551c1fc2c143fe9abf8a6e9df26deb8c3e6b575e1eab508a7f46d651003f41ce0ebb234e423260a3e0556d025c345faeb631d178
SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/ARMmbed/$SPELL/archive/v$VERSION.tar.gz
diff --git a/crypto/mbedtls/HISTORY b/crypto/mbedtls/HISTORY
index 8157732..873521f 100644
--- a/crypto/mbedtls/HISTORY
+++ b/crypto/mbedtls/HISTORY
@@ -1,3 +1,6 @@
+2022-09-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 3.2.1
+
2021-01-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.25.0; under Apache-2.0 license now




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d4597577176496ee1e5c85bd17db596032ee8831), Ismael Luceno, 09/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page