Skip to Content.
Sympa Menu

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

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 (0094c6069037bd66abda47d16f9efffe0209af09)
  • Date: Tue, 14 Mar 2023 17:14:32 +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 | 6 +++---
3 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 0094c6069037bd66abda47d16f9efffe0209af09
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/i2pd: version 2.47.0

diff --git a/net/i2pd/DETAILS b/net/i2pd/DETAILS
index 922be72..b6a6ae6 100755
--- a/net/i2pd/DETAILS
+++ b/net/i2pd/DETAILS
@@ -1,7 +1,7 @@
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=i2pd
- VERSION=2.45.1
-
SOURCE_HASH=sha512:435718d17970231d37f77bf319cee8707f80b1303eebe951054fa8427c0e32ae7d27a48429e61c874c8fc68309e30037562f8aee6a43b0c3a67fb784ea2be6e5
+ VERSION=2.47.0
+
SOURCE_HASH=sha512:f469115b8c0a2d4e803b09e1a0c670779912915b93822d2a04df7b71e32ec566695f6270c2c6bf615545a7fb474ce1dda2e935e88336d7614829176643e6bbf8
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 58d2565..bc1a99a 100644
--- a/net/i2pd/HISTORY
+++ b/net/i2pd/HISTORY
@@ -1,3 +1,7 @@
+2023-03-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.47.0
+ * patches/libi2pd-link.patch: updated
+
2023-01-13 Pavel Vinpgradov <public AT sourcemage.org>
* DETAILS: version 2.45.1
* patches/libi2pd-link.patch: updated
diff --git a/net/i2pd/patches/libi2pd-link.patch
b/net/i2pd/patches/libi2pd-link.patch
index 887cbf8..ec1cfcc 100644
--- a/net/i2pd/patches/libi2pd-link.patch
+++ b/net/i2pd/patches/libi2pd-link.patch
@@ -1,12 +1,12 @@
diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt
-index d9c50e9..a3ff66c 100644
+index 4100c23..9da1a64 100644
--- a/build/CMakeLists.txt
+++ b/build/CMakeLists.txt
-@@ -278,6 +278,7 @@ if(WITH_BINARY)
+@@ -372,6 +372,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
${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 ${MINGW_EXTRA} ${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 (0094c6069037bd66abda47d16f9efffe0209af09), Pavel Vinogradov, 03/14/2023

Archive powered by MHonArc 2.6.24.

Top of Page