Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (700bcdf48ecd3d1e0875b8b081c2ebabf1ea0a6d)
  • Date: Tue, 15 Oct 2024 18:10:25 +0000

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

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

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

crypto/libressl: version 4.0.0

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 8df2fb3..7b8ff4f 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,8 +1,10 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|3.9)
+in devel|4.0)
+ VERSION=4.0.0
+;; stable|3.9)
VERSION=3.9.2
-;; stable|3.8)
+;; 3.8)
VERSION=3.8.4
;; 3.7)
VERSION=3.7.3
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 987ce71..7b029d0 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,7 @@
+2024-10-15 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 4.0 branch, 3.9 branch is stable now,
+ version 4.0.0
+
2024-05-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.9.2

diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index 300cbef..62030f3 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -3,6 +3,7 @@ list_remove LIBRESSL_BRANCH "experimental" &&
prepare_select_branch \
stable \
devel \
+ 4.0 \
3.9 \
3.8 \
3.7 \


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (700bcdf48ecd3d1e0875b8b081c2ebabf1ea0a6d), Pavel Vinogradov, 10/15/2024

Archive powered by MHonArc 2.6.24.

Top of Page