From 5e2e7da2a94f085caed22d07610470469eab6036 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 25 Feb 2020 21:34:51 +0300 Subject: [PATCH] update i2pd to 2.30.0 Signed-off-by: R4SAS --- i2pd/i2pd.nuspec | 14 +++++++------- i2pd/tools/ChocolateyInstall.ps1 | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/i2pd/i2pd.nuspec b/i2pd/i2pd.nuspec index 18f589a..3dda590 100644 --- a/i2pd/i2pd.nuspec +++ b/i2pd/i2pd.nuspec @@ -3,7 +3,7 @@ i2pd - 2.29.0 + 2.30.0 https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/ r4sas I2P Daemon @@ -104,12 +104,12 @@ License This project is licensed under the BSD 3-clause license, which can be found in the file LICENSE in the root of the project source code. - 1. Send and handle client auth flag for b33 address -2. Fixed SAM crash if invalid lookup address -3. Fixed possible crash when UPnP enabled on shutdown -4. Fixed failure to start on Windows XP -5. Handle errors for NTCP2 SessionConfrimed send -6. Remove incoming NTCP2 session from pending list when established + 1. Single threaded SAM +2. Experimental support of ECIES-X25519-AEAD-Ratchet crypto type +3. Works on Android 10 +4. Reported minimal MTU size is 1280 for ipv6 +5. Updated reseeds list +6. Correct response to RouterInfo in I2PControl diff --git a/i2pd/tools/ChocolateyInstall.ps1 b/i2pd/tools/ChocolateyInstall.ps1 index 3471e16..c0047bd 100644 --- a/i2pd/tools/ChocolateyInstall.ps1 +++ b/i2pd/tools/ChocolateyInstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $packagename = 'i2pd' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.29.0/i2pd_2.29.0_win32_mingw.zip' -$checksum = '67B5209174681935596ADAC1CA11D3BF660ABEFBC27003414D4F7E6D39B248BA' +$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.30.0/i2pd_2.30.0_win32_mingw.zip' +$checksum = 'a941078877b12346ea25acf625fd2998410b1a1c5f5c7ecf798399d0ba3ebc38' $checksumType = 'sha256' -$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.29.0/i2pd_2.29.0_win64_mingw.zip' -$checksum64 = '6F8B9900BF5216D8A9E7DBA8028678F848ED63DE395ADB23577DE3C7E75C8436' +$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.30.0/i2pd_2.30.0_win64_mingw.zip' +$checksum64 = '0734238e3fa3b51b509ba009a6c518f06e85d2fc77ead82e9fc05277a1e0744d' $checksumType64 = 'sha256' Install-ChocolateyZipPackage -packageName "$packagename" `