Skip to Content.
Sympa Menu

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

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 (a0e1d36ddb2320324af760eda4aa4f1b7233d779)
  • Date: Tue, 11 May 2021 03:12:36 +0000

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

crypto/libressl/HISTORY | 2 +-
crypto/libressl/PRE_BUILD | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

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

libressl: restore PRE_BUILD

diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 2badf70..01be1dd 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,6 +1,6 @@
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
+ * PRE_BUILD: dropped stable|devel override

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
new file mode 100755
index 0000000..2d6e6a7
--- /dev/null
+++ b/crypto/libressl/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+ver="$LIBRESSL_BRANCH" &&
+apply_patch_dir "patches-$ver"



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

Archive powered by MHonArc 2.6.24.

Top of Page