Skip to Content.
Sympa Menu

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

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 (3ae8f0bc7fc9279413360a03634ec14ce8018f10)
  • Date: Sun, 29 May 2022 06:01:04 +0000

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

net/i2pd/DETAILS | 4 ++--
net/i2pd/HISTORY | 4 ++++
net/i2pd/PRE_BUILD | 4 ----
net/i2pd/patches/libressl-3.5.patch | 26 --------------------------
4 files changed, 6 insertions(+), 32 deletions(-)

New commits:
commit 3ae8f0bc7fc9279413360a03634ec14ce8018f10
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

net/i2pd: version 2.42.0

diff --git a/net/i2pd/DETAILS b/net/i2pd/DETAILS
index 567e511..93b885a 100755
--- a/net/i2pd/DETAILS
+++ b/net/i2pd/DETAILS
@@ -1,7 +1,7 @@
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=i2pd
- VERSION=2.41.0
-
SOURCE_HASH=sha512:10ba77d714e4b02f9640c64b16b597550f71bfacf02242bd17cfdc7fc416e0e9bc62a2f1da486161baea397dae3d260fa88359325062b1c587f509058d418d85
+ VERSION=2.42.0
+
SOURCE_HASH=sha512:b50d3ac18f2a9b671b59b8b0dd0fb4de2b116ba9a4bf2caf9ea7abf43be616ca99446d19b6cda83a94188062956d5dbc36f3acb4d2d773921234ef753205af8b
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 6ae85cc..e3c544b 100644
--- a/net/i2pd/HISTORY
+++ b/net/i2pd/HISTORY
@@ -1,3 +1,7 @@
+2022-05-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.42.0
+ * PRE_BUILD, patches/libressl-3.5.patch: dropped, fixed by upstream
+
2022-03-14 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD, patches/libressl-3.5.patch: added patch to build with
LibreSSL 3.5.x

diff --git a/net/i2pd/PRE_BUILD b/net/i2pd/PRE_BUILD
deleted file mode 100755
index f80ee7d..0000000
--- a/net/i2pd/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches
diff --git a/net/i2pd/patches/libressl-3.5.patch
b/net/i2pd/patches/libressl-3.5.patch
deleted file mode 100644
index fb8c6b1..0000000
--- a/net/i2pd/patches/libressl-3.5.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/libi2pd/Crypto.h b/libi2pd/Crypto.h
---- a/libi2pd/Crypto.h
-+++ b/libi2pd/Crypto.h
-@@ -29,12 +29,13 @@
- #include "CPU.h"
-
- // recognize openssl version and features
--#if ((OPENSSL_VERSION_NUMBER < 0x010100000) ||
defined(LIBRESSL_VERSION_NUMBER)) // 1.0.2 and below or LibreSSL
-+#if ((OPENSSL_VERSION_NUMBER < 0x010100000) || (LIBRESSL_VERSION_NUMBER <
0x3050000fL)) // 1.0.2 and below or LibreSSL < 3.5.0
- # define LEGACY_OPENSSL 1
- # define X509_getm_notBefore X509_get_notBefore
- # define X509_getm_notAfter X509_get_notAfter
- #else
- # define LEGACY_OPENSSL 0
-+# if !defined LIBRESSL_VERSION_NUMBER
- # if (OPENSSL_VERSION_NUMBER >= 0x010101000) // 1.1.1
- # define OPENSSL_HKDF 1
- # define OPENSSL_EDDSA 1
-@@ -46,6 +47,7 @@
- # if !defined OPENSSL_NO_CHACHA && !defined OPENSSL_NO_POLY1305 // some
builds might not include them
- # define OPENSSL_AEAD_CHACHA20_POLY1305 1
- # endif
-+# endif
- #endif
-
- namespace i2p



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3ae8f0bc7fc9279413360a03634ec14ce8018f10), Pavel Vinogradov, 05/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page