Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ebd4b88b3b93b1b5af0d7961971f69eb3368573f)

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 stable-0.62 grimoire by Vlad Glagolev (ebd4b88b3b93b1b5af0d7961971f69eb3368573f)
  • Date: Tue, 24 Mar 2015 13:30:15 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/libressl/CONFIGURE | 11 ++++++++---
crypto/libressl/DETAILS | 4 ++--
crypto/libressl/HISTORY | 6 ++++++
3 files changed, 16 insertions(+), 5 deletions(-)

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

libressl: => 2.1.6 [security]

(cherry picked from commit b281c77ec0b244f2acec3085b160be1d96a056e5)

diff --git a/crypto/libressl/CONFIGURE b/crypto/libressl/CONFIGURE
index 17095fc..b4a3d69 100755
--- a/crypto/libressl/CONFIGURE
+++ b/crypto/libressl/CONFIGURE
@@ -1,3 +1,8 @@
-config_query_option LIBRESSL_OPTS "Enable building the libtls library?" n \
- "--enable-libtls" \
- "--disable-libtls"
+# remove obsolete flags
+if list_find "$LIBRESSL_OPTS" "--enable-libtls"; then
+ list_remove "LIBRESSL_OPTS" "--enable-libtls"
+fi &&
+
+if list_find "$LIBRESSL_OPTS" "--disable-libtls"; then
+ list_remove "LIBRESSL_OPTS" "--disable-libtls"
+fi
diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 9eb1f12..bfc5c54 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,6 +1,6 @@
SPELL=libressl
- VERSION=2.1.4
- SECURITY_PATCH=2
+ VERSION=2.1.6
+ SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$SOURCE
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 176af7c..0589461 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,9 @@
+2015-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.1.6; SECURITY_PATCH++ (CVE-2015-0286,
+ CVE-2015-0287, CVE-2015-0287, CVE-2015-0289, CVE-2015-0209,
+ CVE-2015-0288, CVE-2015-0207)
+ * CONFIGURE: libtls is enabled by default -- removed obsolete flags
+
2015-03-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: SECURITY_PATCH++ (CVE-2015-0205, CVE-2014-3570,
CVE-2014-8275, CVE-2014-3572); added missing licenses; updated long



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ebd4b88b3b93b1b5af0d7961971f69eb3368573f), Vlad Glagolev, 03/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page