Skip to Content.
Sympa Menu

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

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 (78ae43fdc99cc50a2d8023c93155a767ede84127)
  • Date: Fri, 7 Oct 2022 00:41:12 +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 78ae43fdc99cc50a2d8023c93155a767ede84127
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

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

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 0074fd8..663e2e6 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,9 +1,11 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|3.5)
+in devel|3.6)
+ VERSION=3.6.0
+;; stable|3.5)
VERSION=3.5.3
SECURITY_PATCH=11
-;; stable|3.4)
+;; 3.4)
VERSION=3.4.3
SECURITY_PATCH=11
;; 3.3)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 52072b3..e5d298e 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2022-10-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.6 branch, 3.5 branch is stable now
+
2022-05-31 Ismael Luceno <ismael AT sourcemage.org>
* PROVIDES: added LIBTLS

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



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (78ae43fdc99cc50a2d8023c93155a767ede84127), Pavel Vinogradov, 10/06/2022

Archive powered by MHonArc 2.6.24.

Top of Page