Skip to Content.
Sympa Menu

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

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 (df2ef18e146ea298edfdaa64a7b6fa386af125b1)
  • Date: Mon, 12 Dec 2022 19:47:08 +0000

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

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

New commits:
commit df2ef18e146ea298edfdaa64a7b6fa386af125b1
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/libressl: added 3.7 branch, 3.6 branch is stable now

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 8a33de2..18c30ff 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,8 +1,10 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|3.6)
+in devel|3.7)
+ VERSION=3.7.0
+;; stable|3.6)
VERSION=3.6.1
-;; stable|3.5)
+;; 3.5)
VERSION=3.5.3
SECURITY_PATCH=11
;; 3.4)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 054d66a..a628d88 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2022-12-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.7 branch, 3.6 branch is stable now
+
2022-11-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.6.1 for devel|3.6 branch

diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index a8d5524..14a8f02 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -3,6 +3,7 @@ list_remove LIBRESSL_BRANCH "experimental" &&
prepare_select_branch \
stable \
devel \
+ 3.7 \
3.6 \
3.5 \
3.4 \



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (df2ef18e146ea298edfdaa64a7b6fa386af125b1), Pavel Vinogradov, 12/12/2022

Archive powered by MHonArc 2.6.24.

Top of Page