Skip to Content.
Sympa Menu

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

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 (f78feb01f465c2782f8a73265798d765b2d0cfe7)
  • Date: Sun, 10 Mar 2024 17:25:41 +0000

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

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

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

crypto/libressl: added 3.9 branch, 3.8 branch is stable now, versions
3.9.0/3.8.3

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 6c6b529..b8a7857 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,10 +1,12 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|3.8)
- VERSION=3.8.2
-;; stable|3.7)
+in devel|3.9)
+ VERSION=3.9.0
+;; stable|3.8)
+ VERSION=3.8.3
+;; 3.7)
VERSION=3.7.3
-;;3.6)
+;; 3.6)
VERSION=3.6.3
SECURITY_PATCH=12
;; 3.5)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 8bab1cb..b080a6c 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,7 @@
+2024-03-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.9 branch, 3.8 branch is stable now,
+ versions 3.9.0/3.8.3
+
2023-11-03 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 3.8.2

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


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

Archive powered by MHonArc 2.6.24.

Top of Page