Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5de8e39e7befd12da512c46da6b265b6e3041f96)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5de8e39e7befd12da512c46da6b265b6e3041f96)
  • Date: Thu, 24 Dec 2020 22:21:18 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit 5de8e39e7befd12da512c46da6b265b6e3041f96
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libressl 3.3.1 (devel) / 3.2.3 (stable) / 3.1.5

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 0826e18..eb1fff9 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,10 +1,13 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|stable|3.2)
- VERSION=3.2.2
+in devel|3.3)
+ VERSION=3.3.1
+ SECURITY_PATCH=10
+;; stable|3.2)
+ VERSION=3.2.3
SECURITY_PATCH=10
;; 3.1)
- VERSION=3.1.4
+ VERSION=3.1.5
SECURITY_PATCH=10
;; 2.9)
VERSION=2.9.2
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 7b721f8..31a2d42 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,5 +1,11 @@
+2020-12-24 Ismael Luceno <ismael AT iodev.co.uk>
+ * PREPARE: Added branch 3.3
+ * DETAILS: Updated devel to 3.3.1
+ Updated stable (3.2) to 3.2.3
+ Updated 3.1 to 3.1.5
+
2020-11-01 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updates devel & stable to 3.2.2
+ * DETAILS: Updated devel & stable to 3.2.2
* DETAILS, PREPARE, PRE_BUILD: updated branches
* patches-2.9/fix-compatibility-with-pre-rfc-5280-certificates.patch,
* patches-3.2/fix-compatibility-with-pre-rfc-5280-certificates.patch:
diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
index c8710f9..f82ce22 100755
--- a/crypto/libressl/PREPARE
+++ b/crypto/libressl/PREPARE
@@ -3,6 +3,7 @@ list_remove LIBRESSL_BRANCH "experimental" &&
prepare_select_branch \
stable \
devel \
+ 3.3 \
3.2 \
3.1 \
2.9 \



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5de8e39e7befd12da512c46da6b265b6e3041f96), Ismael Luceno, 12/24/2020

Archive powered by MHonArc 2.6.24.

Top of Page