Index: head/security/i2pd/Makefile =================================================================== --- head/security/i2pd/Makefile (revision 462196) +++ head/security/i2pd/Makefile (revision 462197) @@ -1,60 +1,59 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= i2pd -PORTVERSION= 2.17.0 -PORTREVISION= 1 +PORTVERSION= 2.18.0 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ implementation of I2P client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= PurpleI2P USES= cmake compiler:c++11-lib ssl CMAKE_ARGS= -DWITH_GUI=OFF CMAKE_SOURCE_PATH= ${WRKSRC}/build USE_RC_SUBR= ${PORTNAME} PORTDOCS= * USERS= _i2pd GROUPS= _i2pd PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" SUB_FILES= i2pd.newsyslog.conf OPTIONS_DEFINE= AESNI AVX UPNP DOCS HARDENING AESNI_DESC= Use AES-NI instructions set AESNI_CMAKE_BOOL= WITH_AESNI AVX_DESC= Use AVX instructions AVX_CMAKE_BOOL= WITH_AVX UPNP_DESC= Include support for UPnP client UPNP_CMAKE_BOOL= WITH_UPNP UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_DESC= Include support for UPnP client HARDENING_CMAKE_BOOL= WITH_HARDENING HARDENING_DESC= Use hardening compiler flags do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf @${MKDIR} ${STAGEDIR}/var/run/i2pd @${MKDIR} ${STAGEDIR}/var/log/i2pd @${MKDIR} ${STAGEDIR}/var/db/i2pd do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/security/i2pd/distinfo =================================================================== --- head/security/i2pd/distinfo (revision 462196) +++ head/security/i2pd/distinfo (revision 462197) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512469109 -SHA256 (PurpleI2P-i2pd-2.17.0_GH0.tar.gz) = 9afc79427300cabd4e50216466bcb5be980aee841dc2aea17a8c2ab60cd7918b -SIZE (PurpleI2P-i2pd-2.17.0_GH0.tar.gz) = 1874984 +TIMESTAMP = 1518621300 +SHA256 (PurpleI2P-i2pd-2.18.0_GH0.tar.gz) = 8834190418de0c4e56c46eb8b9dc4422ef14f1ad7d6591e9daae99493bf7170e +SIZE (PurpleI2P-i2pd-2.18.0_GH0.tar.gz) = 1868440 Index: head/security/i2pd/files/patch-build_CMakeLists.txt =================================================================== --- head/security/i2pd/files/patch-build_CMakeLists.txt (revision 462196) +++ head/security/i2pd/files/patch-build_CMakeLists.txt (nonexistent) @@ -1,15 +0,0 @@ ---- build/CMakeLists.txt.orig 2017-12-04 18:40:32 UTC -+++ build/CMakeLists.txt -@@ -461,12 +461,6 @@ if (WITH_BINARY) - fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\") - " COMPONENT Runtime) - endif () -- -- if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") -- if (NOT (MSVC OR MSYS OR APPLE)) # for Clang build on Linux -- target_link_libraries("${PROJECT_NAME}" stdc++) -- endif() -- endif() - endif () - - install(FILES ../LICENSE Property changes on: head/security/i2pd/files/patch-build_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -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 (revision 462196) +++ head/security/i2pd/files/patch-libi2pd_I2PEndian.h (nonexistent) @@ -1,16 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -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 (revision 462196) +++ head/security/i2pd/files/patch-libi2pd_Reseed.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/i2pd/files/patch-daemon_I2PControl.cpp =================================================================== --- head/security/i2pd/files/patch-daemon_I2PControl.cpp (revision 462196) +++ head/security/i2pd/files/patch-daemon_I2PControl.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property