Skip to Content.
Sympa Menu

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

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 (fc5fc881bee6b9e35ba058a207e7e97829252b35)
  • Date: Sat, 27 May 2023 21:53:27 +0000

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

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

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

crypto/libressl: added 3.8 branch, 3.7 branch is stable now, versions
3.8.0/3.7.3

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index b3d5afc..a026957 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,8 +1,10 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|3.7)
- VERSION=3.7.2
-;; stable|3.6)
+in devel|3.8)
+ VERSION=3.8.0
+;; stable|3.7)
+ VERSION=3.7.3
+;;3.6)
VERSION=3.6.2
SECURITY_PATCH=12
;; 3.5)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 8b1a5c0..2398cfe 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,7 @@
+2023-05-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.8 branch, 3.7 branch is stable now,
+ versions 3.8.0/3.7.3
+
2023-04-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.7.2 for devel|3.7 branch

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fc5fc881bee6b9e35ba058a207e7e97829252b35), Pavel Vinogradov, 05/27/2023

Archive powered by MHonArc 2.6.24.

Top of Page