Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (89ba5d55ac1b54c2c717d32634c64c1bc8ba4e4f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (89ba5d55ac1b54c2c717d32634c64c1bc8ba4e4f)
  • Date: Thu, 24 Feb 2022 22:34:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

crypto/libressl/DETAILS | 6 ++++--
crypto/libressl/HISTORY | 3 +++
crypto/libressl/PREPARE | 1 +
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 89ba5d55ac1b54c2c717d32634c64c1bc8ba4e4f
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

crypto/libressl: added 3.5 branch

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 6a7cf1f..16351ff 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,8 +1,10 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|3.4)
+in devel|3.5)
+ VERSION=3.5.0
+;; stable|3.4)
VERSION=3.4.2
-;; stable|3.3)
+;; 3.3)
VERSION=3.3.5
SECURITY_PATCH=10
;; 3.2)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 5781d2b..be09986 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2022-02-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.5 branch, 3.4 branch is stable now
+
2021-11-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.4.2 for devel|3.4 branch

diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index e4a05a5..1f8ffe1 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -3,6 +3,7 @@ list_remove LIBRESSL_BRANCH "experimental" &&
prepare_select_branch \
stable \
devel \
+ 3.5 \
3.4 \
3.3 \
3.2 \



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (89ba5d55ac1b54c2c717d32634c64c1bc8ba4e4f), Pavel Vinogradov, 02/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page