Skip to Content.
Sympa Menu

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

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 (fa605054cde96046c486bc4c28ab413ec2df3d98)
  • Date: Tue, 14 Oct 2025 22:23:45 +0000

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

crypto/libressl/DETAILS | 4 +++-
crypto/libressl/HISTORY | 3 +++
crypto/libressl/PREPARE | 1 +
3 files changed, 7 insertions(+), 1 deletion(-)

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

crypto/libressl: added 4.2 branch, version 4.2.0

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 5ab7391..a4b85ac 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,6 +1,8 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in stable|devel|4.1)
+in devel|4.2)
+ VERSION=4.2.0
+;; stable|4.1)
VERSION=4.1.1
;; 4.0)
VERSION=4.0.0
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 0d925de..474639c 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2025-10-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 4.2 branch, version 4.2.0
+
2025-09-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.1.1

diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index ab5ac45..8b5b7c6 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -3,6 +3,7 @@ list_remove LIBRESSL_BRANCH "experimental" &&
prepare_select_branch \
stable \
devel \
+ 4.2 \
4.1 \
4.0 \
3.9 \


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (fa605054cde96046c486bc4c28ab413ec2df3d98), Pavel Vinogradov, 10/14/2025

Archive powered by MHonArc 2.6.24.

Top of Page