Skip to Content.
Sympa Menu

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

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 (5ff64c14b3e344f16af908c94b3bf4197fb97ebf)
  • Date: Sat, 20 Mar 2021 22:11:13 +0000

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

crypto/libressl/DETAILS | 4 ++--
crypto/libressl/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)

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

libressl 3.2.5 (stable); SECURITY_PATCH++

- A TLS client using session resumption may cause a use-after-free.

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 9171603..e2934d0 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -4,8 +4,8 @@ in devel|3.3)
VERSION=3.3.1
SECURITY_PATCH=10
;; stable|3.2)
- VERSION=3.2.4
- SECURITY_PATCH=10
+ VERSION=3.2.5
+ SECURITY_PATCH=11
;; 3.1)
VERSION=3.1.5
SECURITY_PATCH=10
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 98b84cb..9bb123d 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,7 @@
+2021-03-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated LIBRESSL_BRANCH=stable to 3.2.5
+ SECURITY_PATCH++
+
2021-02-15 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated LIBRESSL_BRANCH=stable to 3.2.4




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5ff64c14b3e344f16af908c94b3bf4197fb97ebf), Ismael Luceno, 03/20/2021

Archive powered by MHonArc 2.6.24.

Top of Page