Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcf5d84e31c9cb442081939b74f6917a893f0ef4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcf5d84e31c9cb442081939b74f6917a893f0ef4)
  • Date: Sun, 10 Jul 2022 22:36:10 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/libressl/DETAILS | 4 ++--
crypto/libressl/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit fcf5d84e31c9cb442081939b74f6917a893f0ef4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libressl: mark 3.5 branch as stable

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 0074fd8..139cf3f 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,9 +1,9 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|3.5)
+in devel|stable|3.5)
VERSION=3.5.3
SECURITY_PATCH=11
-;; stable|3.4)
+;; 3.4)
VERSION=3.4.3
SECURITY_PATCH=11
;; 3.3)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 52072b3..b3712e1 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2022-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: 3.5 becomes stable
+
2022-05-31 Ismael Luceno <ismael AT sourcemage.org>
* PROVIDES: added LIBTLS




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcf5d84e31c9cb442081939b74f6917a893f0ef4), Vlad Glagolev, 07/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page