Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7e261529b5dd5d7cf59a319cbe90777aea1283e2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7e261529b5dd5d7cf59a319cbe90777aea1283e2)
  • Date: Sat, 25 Aug 2018 17:12:19 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/i2pd/HISTORY | 3 +++
net/i2pd/gcc46.patch | 17 +++++++++++++++++
2 files changed, 20 insertions(+)

New commits:
commit 7e261529b5dd5d7cf59a319cbe90777aea1283e2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

i2pd: updated GCC 4.6 patch for 2.20.0

diff --git a/net/i2pd/HISTORY b/net/i2pd/HISTORY
index f58cc09..7c080ec 100644
--- a/net/i2pd/HISTORY
+++ b/net/i2pd/HISTORY
@@ -1,3 +1,6 @@
+2018-08-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * gcc46.patch: updated for 2.20.0
+
2018-08-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.20.0
* gcc46.patch: updated
diff --git a/net/i2pd/gcc46.patch b/net/i2pd/gcc46.patch
index 53d0eb1..7ff49f8 100644
--- a/net/i2pd/gcc46.patch
+++ b/net/i2pd/gcc46.patch
@@ -204,3 +204,20 @@
{
m_LocalDestination->Acquire ();
}
+--- libi2pd/RouterInfo.h.orig 2018-08-23 08:10:05.000000000 -0700
++++ libi2pd/RouterInfo.h 2018-08-25 09:48:51.706887850 -0700
+@@ -92,10 +92,12 @@
+
+ struct NTCP2Ext
+ {
++ NTCP2Ext(): isPublished(false),
isNTCP2Only(false) {};
++
+ Tag<32> staticKey;
+ Tag<16> iv;
+- bool isPublished = false;
+- bool isNTCP2Only = false;
++ bool isPublished;
++ bool isNTCP2Only;
+ };
+
+ struct Address



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7e261529b5dd5d7cf59a319cbe90777aea1283e2), Vlad Glagolev, 08/25/2018

Archive powered by MHonArc 2.6.24.

Top of Page