Skip to Content.
Sympa Menu

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

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 (79815d2c3522ac0120b121ec39aa25edb4457da2)
  • Date: Thu, 16 Sep 2021 22:07:02 +0000

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

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

New commits:
commit 79815d2c3522ac0120b121ec39aa25edb4457da2
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

crypto/libressl: added 3.4 branch

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index de43a45..fe960e6 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,6 +1,8 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|stable|3.3)
+in devel|3.4)
+ VERSION=3.4.0
+;; stable|3.3)
VERSION=3.3.4
SECURITY_PATCH=10
;; 3.2)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index e854e56..585be96 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2021-09-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added 3.4 branch, 3.3 branch is stable now
+
2021-08-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated LIBRESSL_BRANCH=devel|stable to 3.3.4

diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index f82ce22..e4a05a5 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -3,6 +3,7 @@ list_remove LIBRESSL_BRANCH "experimental" &&
prepare_select_branch \
stable \
devel \
+ 3.4 \
3.3 \
3.2 \
3.1 \



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (79815d2c3522ac0120b121ec39aa25edb4457da2), Pavel Vinogradov, 09/16/2021

Archive powered by MHonArc 2.6.24.

Top of Page