Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (df712dbcbbf1b36bfbd16d8ddbe28a2f2fdf5ec1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (df712dbcbbf1b36bfbd16d8ddbe28a2f2fdf5ec1)
  • Date: Mon, 10 May 2021 22:02:24 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/libressl/DETAILS | 4 ++--
crypto/libressl/HISTORY | 4 ++++
crypto/libressl/PRE_BUILD | 7 -------
3 files changed, 6 insertions(+), 9 deletions(-)

New commits:
commit df712dbcbbf1b36bfbd16d8ddbe28a2f2fdf5ec1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libressl: 3.3.3 is stable

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 9d83753..22c7cf9 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,9 +1,9 @@
SPELL=libressl
case "$LIBRESSL_BRANCH"
-in devel|3.3)
+in devel|stable|3.3)
VERSION=3.3.3
SECURITY_PATCH=10
-;; stable|3.2)
+;; 3.2)
VERSION=3.2.5
SECURITY_PATCH=11
;; 3.1)
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 3aba267..2badf70 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,7 @@
+2021-05-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: 3.3.3 is the first stable 3.3 release
+ * PRE_BUILD: dropped, not needed
+
2021-05-04 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated LIBRESSL_BRANCH=devel to 3.3.3

diff --git a/crypto/libressl/PRE_BUILD b/crypto/libressl/PRE_BUILD
deleted file mode 100755
index 36935d5..0000000
--- a/crypto/libressl/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-ver="$LIBRESSL_BRANCH" &&
-case "$ver" in
- stable|devel) ver=3.2 ;;
-esac &&
-apply_patch_dir "patches-$ver"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (df712dbcbbf1b36bfbd16d8ddbe28a2f2fdf5ec1), Vlad Glagolev, 05/10/2021

Archive powered by MHonArc 2.6.24.

Top of Page