Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fb3e9134c799431e43e1209b716eea43a2c7913b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fb3e9134c799431e43e1209b716eea43a2c7913b)
  • Date: Thu, 7 Jul 2016 07:45:05 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/libressl/DETAILS | 4 ++--
crypto/libressl/HISTORY | 3 +++
crypto/xca/BUILD | 1 +
crypto/xca/HISTORY | 3 +++
4 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit fb3e9134c799431e43e1209b716eea43a2c7913b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xca - gcc-6fix

commit 689eff3274a77382ac87001ddd73137cbac7f8ef
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libressl: => 2.4.1

diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 8f217f2..93b46f3 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=libressl
if [[ "$LIBRESSL_BRANCH" == "devel" ]]; then
- VERSION=2.4.0
+ VERSION=2.4.1
else
- VERSION=2.3.5
+ VERSION=2.3.6
fi
SECURITY_PATCH=5
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index b85aa63..bf08812 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2016-07-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: versions 2.4.1/2.3.6
+
2016-06-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, PREPARE: converted to multiversioned,
added devel branch 2.4.0, updated stable to 2.3.5
diff --git a/crypto/xca/BUILD b/crypto/xca/BUILD
index 2b6693d..67ee7ad 100755
--- a/crypto/xca/BUILD
+++ b/crypto/xca/BUILD
@@ -1,3 +1,4 @@
+CXXFLAGS+=" -fpermissive" &&
if is_depends_enabled $SPELL qtbase;then
OPTS+=" --with-qt=$QT5DIR"
else
diff --git a/crypto/xca/HISTORY b/crypto/xca/HISTORY
index 412fc4c..d6b6f6a 100644
--- a/crypto/xca/HISTORY
+++ b/crypto/xca/HISTORY
@@ -1,3 +1,6 @@
+2016-07-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix for gcc-6.1
+
2016-01-08 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS, BUILD: support qt5
* PRE_BUILD, FINAL: added



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fb3e9134c799431e43e1209b716eea43a2c7913b), Treeve Jelbert, 07/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page