Skip to Content.
Sympa Menu

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

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 (b9c35a1d71883ebe69d25e189ba7e28dc1c1076d)
  • Date: Sat, 25 Aug 2018 01:24:36 +0000

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

net/i2pd/DETAILS | 4 ++--
net/i2pd/HISTORY | 4 ++++
net/i2pd/gcc46.patch | 29 -----------------------------
3 files changed, 6 insertions(+), 31 deletions(-)

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

net/i2pd: version 2.20.0

diff --git a/net/i2pd/DETAILS b/net/i2pd/DETAILS
index d7afd6e..a946b73 100755
--- a/net/i2pd/DETAILS
+++ b/net/i2pd/DETAILS
@@ -1,8 +1,8 @@
SPELL=i2pd
- VERSION=2.19.0
+ VERSION=2.20.0
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/PurpleI2P/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:4c3d2408962f3e55e1a22491b0844ce44cacc7aa631541a86e94554da88e42234576fe221e1398c88e7e68d267bbf9e73cbea9cd74981c354e46ba82d62bb32f
+
SOURCE_HASH=sha512:affade889d32fdf20fc0bc4c7bb809fb511794421a80a93334707e26c72eecc83715d756d79ce7924d43ef44dc9f655925de860b5b392b6c4fe815eb873c1864
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS=""
WEB_SITE=https://github.com/PurpleI2P/i2pd
diff --git a/net/i2pd/HISTORY b/net/i2pd/HISTORY
index c08b8e5..f58cc09 100644
--- a/net/i2pd/HISTORY
+++ b/net/i2pd/HISTORY
@@ -1,3 +1,7 @@
+2018-08-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.20.0
+ * gcc46.patch: updated
+
2018-06-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.19.0
* gcc46.patch: updated
diff --git a/net/i2pd/gcc46.patch b/net/i2pd/gcc46.patch
index cc15eed..53d0eb1 100644
--- a/net/i2pd/gcc46.patch
+++ b/net/i2pd/gcc46.patch
@@ -151,35 +151,6 @@
EDDSAPoint (BIGNUM * x1, BIGNUM * y1, BIGNUM * z1 = nullptr,
BIGNUM * t1 = nullptr)
: x(x1)
, y(y1)
-From f38891cace7c63e3d1ba990046b6d828472a1d75 Mon Sep 17 00:00:00 2001
-From: orignal <i2porignal AT yandex.ru>
-Date: Wed, 18 Jul 2018 11:15:27 -0400
-Subject: [PATCH] fixed build for gcc < 4.8
-
----
- libi2pd/Poly1305.cpp | 7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/libi2pd/Poly1305.cpp b/libi2pd/Poly1305.cpp
-index 5378d3cba..fdfee5bc5 100644
---- libi2pd/Poly1305.cpp.orig
-+++ libi2pd/Poly1305.cpp
-@@ -133,9 +133,14 @@ namespace crypto
-
- struct Poly1305
- {
--
-+#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 8) // older than gcc 4.8
-+ Poly1305(const uint8_t * key) : m_Leftover(0), m_Final(0)
-+ {
-+ memset (m_H, 0, sizeof (m_H));
-+#else
- Poly1305(const uint8_t * key) : m_Leftover(0), m_H{0},
m_Final(0)
- {
-+#endif
- m_R.PutKey(key);
- m_Pad.Put(key + 16);
- }
--- libi2pd/NTCPSession.cpp.orig 2018-06-26 10:46:01.000000000 -0700
+++ libi2pd/NTCPSession.cpp 2018-07-23 21:11:18.917335635 -0700
@@ -183,7 +183,7 @@



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b9c35a1d71883ebe69d25e189ba7e28dc1c1076d), Pavel Vinogradov, 08/24/2018

Archive powered by MHonArc 2.6.24.

Top of Page