Index: head/security/i2pd/files/patch-daemon_I2PControl.cpp =================================================================== --- head/security/i2pd/files/patch-daemon_I2PControl.cpp (nonexistent) +++ head/security/i2pd/files/patch-daemon_I2PControl.cpp (revision 456169) @@ -0,0 +1,11 @@ +--- daemon/I2PControl.cpp.orig 2017-12-04 18:40:32 UTC ++++ daemon/I2PControl.cpp +@@ -35,7 +35,7 @@ namespace client + I2PControlService::I2PControlService (const std::string& address, int port): + m_IsRunning (false), m_Thread (nullptr), + m_Acceptor (m_Service, boost::asio::ip::tcp::endpoint(boost::asio::ip::address::from_string(address), port)), +- m_SSLContext (m_Service, boost::asio::ssl::context::sslv23), ++ m_SSLContext (boost::asio::ssl::context::sslv23), + m_ShutdownTimer (m_Service) + { + i2p::config::GetOption("i2pcontrol.password", m_Password); Property changes on: head/security/i2pd/files/patch-daemon_I2PControl.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/i2pd/files/patch-libi2pd_I2PEndian.h =================================================================== --- head/security/i2pd/files/patch-libi2pd_I2PEndian.h (nonexistent) +++ head/security/i2pd/files/patch-libi2pd_I2PEndian.h (revision 456169) @@ -0,0 +1,16 @@ +--- libi2pd/I2PEndian.h.orig 2017-12-04 18:40:32 UTC ++++ libi2pd/I2PEndian.h +@@ -3,10 +3,10 @@ + #include + #include + +-#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) +-#include +-#elif __FreeBSD__ ++#if defined(__FreeBSD__) + #include ++#elif defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) ++#include + #elif defined(__APPLE__) && defined(__MACH__) + + #include Property changes on: head/security/i2pd/files/patch-libi2pd_I2PEndian.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/i2pd/files/patch-libi2pd_Reseed.cpp =================================================================== --- head/security/i2pd/files/patch-libi2pd_Reseed.cpp (nonexistent) +++ head/security/i2pd/files/patch-libi2pd_Reseed.cpp (revision 456169) @@ -0,0 +1,11 @@ +--- libi2pd/Reseed.cpp.orig 2017-12-04 18:40:32 UTC ++++ libi2pd/Reseed.cpp +@@ -522,7 +522,7 @@ namespace data + boost::asio::io_service service; + boost::system::error_code ecode; + +- boost::asio::ssl::context ctx(service, boost::asio::ssl::context::sslv23); ++ boost::asio::ssl::context ctx(boost::asio::ssl::context::sslv23); + ctx.set_verify_mode(boost::asio::ssl::context::verify_none); + boost::asio::ssl::stream s(service, ctx); + Property changes on: head/security/i2pd/files/patch-libi2pd_Reseed.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property