Skip to Content.
Sympa Menu

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

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 (2951ab3540695faae6de58d4826f4e28d79b1a1f)
  • Date: Fri, 13 Jan 2023 23:45:20 +0000

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

net/i2pd/DETAILS | 4 ++--
net/i2pd/HISTORY | 4 ++++
net/i2pd/patches/libi2pd-link.patch | 7 +++----
3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 2951ab3540695faae6de58d4826f4e28d79b1a1f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/i2pd: version 2.45.1

diff --git a/net/i2pd/DETAILS b/net/i2pd/DETAILS
index ff3c35b..922be72 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 2ce579c..58d2565 100644
--- a/net/i2pd/HISTORY
+++ b/net/i2pd/HISTORY
@@ -1,3 +1,7 @@
+2023-01-13 Pavel Vinpgradov <public AT sourcemage.org>
+ * DETAILS: version 2.45.1
+ * patches/libi2pd-link.patch: updated
+
2022-11-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.44.0

diff --git a/net/i2pd/patches/libi2pd-link.patch
b/net/i2pd/patches/libi2pd-link.patch
index c5966e3..887cbf8 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)



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2951ab3540695faae6de58d4826f4e28d79b1a1f), Pavel Vinogradov, 01/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page