Skip to Content.
Sympa Menu

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

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 (a8e695e756f43e43e4056fcdd8c7563e9fc2c7d3)
  • Date: Mon, 11 Jul 2022 03:33:19 +0000

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

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

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

Revert "libressl: mark 3.5 branch as stable"

This reverts commit fcf5d84e31c9cb442081939b74f6917a893f0ef4.

Reason: breaks many packages built with older gcc/glibc.

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 139cf3f..0074fd8 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,9 +1,9 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|stable|3.5)
+in devel|3.5)
VERSION=3.5.3
SECURITY_PATCH=11
-;; 3.4)
+;; stable|3.4)
VERSION=3.4.3
SECURITY_PATCH=11
;; 3.3)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index b3712e1..52072b3 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,6 +1,3 @@
-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 (a8e695e756f43e43e4056fcdd8c7563e9fc2c7d3), Vlad Glagolev, 07/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page