summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorPavel Vinogradov2023-01-13 18:43:51 -0500
committerPavel Vinogradov2023-01-13 18:43:51 -0500
commit2951ab3540695faae6de58d4826f4e28d79b1a1f (patch)
tree75252eb7f54110a4cc72464d68a1fed982a68e58 /net
parentf9c28c93add054cc4bb0c1606fdbebb784008642 (diff)
net/i2pd: version 2.45.1
Diffstat (limited to 'net')
-rwxr-xr-xnet/i2pd/DETAILS4
-rw-r--r--net/i2pd/HISTORY4
-rw-r--r--net/i2pd/patches/libi2pd-link.patch7
3 files changed, 9 insertions, 6 deletions
diff --git a/net/i2pd/DETAILS b/net/i2pd/DETAILS
index ff3c35b446..922be72a83 100755
--- a/net/i2pd/DETAILS
+++ b/net/i2pd/DETAILS
@@ -1,7 +1,7 @@
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=i2pd
- VERSION=2.44.0
- SOURCE_HASH=sha512:8760fb8a501ee75ede0ec29d3e9f39efec3bc91490810b39ac4879dbc073239e779e179c0f44bc43ba31fa0b786fd652d8b6feda415731e8fc3f4c0781400e1e
+ VERSION=2.45.1
+ SOURCE_HASH=sha512:435718d17970231d37f77bf319cee8707f80b1303eebe951054fa8427c0e32ae7d27a48429e61c874c8fc68309e30037562f8aee6a43b0c3a67fb784ea2be6e5
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/PurpleI2P/${SPELL}/archive/${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/net/i2pd/HISTORY b/net/i2pd/HISTORY
index 2ce579c9cd..58d25659b3 100644
--- a/net/i2pd/HISTORY
+++ b/net/i2pd/HISTORY
@@ -1,3 +1,7 @@
+2023-01-13 Pavel Vinpgradov <public@sourcemage.org>
+ * DETAILS: version 2.45.1
+ * patches/libi2pd-link.patch: updated
+
2022-11-22 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 2.44.0
diff --git a/net/i2pd/patches/libi2pd-link.patch b/net/i2pd/patches/libi2pd-link.patch
index c5966e33e9..887cbf8f9c 100644
--- a/net/i2pd/patches/libi2pd-link.patch
+++ b/net/i2pd/patches/libi2pd-link.patch
@@ -1,13 +1,12 @@
diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt
-index d35bd52..e2418f4 100644
+index d9c50e9..a3ff66c 100644
--- a/build/CMakeLists.txt
+++ b/build/CMakeLists.txt
-@@ -267,6 +267,8 @@ if(WITH_BINARY)
+@@ -278,6 +278,7 @@ if(WITH_BINARY)
set(DL_LIB ${CMAKE_DL_LIBS})
endif()
-+
+ target_link_libraries(libi2pd ${Boost_LIBRARIES} ${ZLIB_LIBRARY})
- target_link_libraries("${PROJECT_NAME}" libi2pd libi2pdclient libi2pdlang ${DL_LIB} ${Boost_LIBRARIES} OpenSSL::SSL OpenSSL::Crypto ${MINIUPNPC_LIBRARY} ZLIB::ZLIB Threads::Threads ${DL_LIB} ${CMAKE_REQUIRED_LIBRARIES})
+ target_link_libraries("${PROJECT_NAME}" libi2pd libi2pdclient libi2pdlang ${Boost_LIBRARIES} OpenSSL::SSL OpenSSL::Crypto ${MINIUPNPC_LIBRARY} ZLIB::ZLIB Threads::Threads ${DL_LIB} ${CMAKE_REQUIRED_LIBRARIES})
install(TARGETS "${PROJECT_NAME}" RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime)