Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (62578397b8224b0d410cc944e53ce72a5c6d21b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (62578397b8224b0d410cc944e53ce72a5c6d21b2)
  • Date: Thu, 20 Oct 2016 21:20:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/boost/HISTORY | 3 +++
libs/boost/PRE_BUILD | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 62578397b8224b0d410cc944e53ce72a5c6d21b2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/boost; added a fix for libressl in asio::ssl

diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 29e9f21..6e5ae23 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2016-10-20 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added a fix for libressl in asio::ssl
+
2016-10-18 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: fixed iostreams reinterpret_cast error

diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
index 70a22b5..fa9df8a 100755
--- a/libs/boost/PRE_BUILD
+++ b/libs/boost/PRE_BUILD
@@ -5,4 +5,6 @@ if is_depends_enabled $SPELL python3;then
fi &&
sed '/char\* next_in/s;s->next_in;const_cast<zlib::byte*>(&);' \
-i libs/iostreams/src/zlib.cpp &&
+sed -r "s;#if.*OPENSSL_VERSION_NUMBER.* >= 0x101.*L;& \&\&
\!defined(LIBRESSL_VERSION_NUMBER);" \
+ -i boost/asio/ssl/impl/context.ipp &&
message "patching done"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (62578397b8224b0d410cc944e53ce72a5c6d21b2), Pavel Vinogradov, 10/20/2016

Archive powered by MHonArc 2.6.24.

Top of Page