From f0058d06618d86e12881a63690c78a1c2c5946ab Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 22 Jan 2019 05:50:03 +0300 Subject: [PATCH] update i2pd to 2.23.0 --- i2pd/i2pd.nuspec | 14 +++++++++----- i2pd/tools/ChocolateyInstall.ps1 | 8 ++++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/i2pd/i2pd.nuspec b/i2pd/i2pd.nuspec index fc1c90b..0b35e55 100644 --- a/i2pd/i2pd.nuspec +++ b/i2pd/i2pd.nuspec @@ -3,7 +3,7 @@ i2pd - 2.22.0 + 2.23.0 https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/ r4sas I2P Daemon @@ -104,10 +104,14 @@ 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. Fetch own RouterInfo upon SessionRequest for NTCP2 -2. Fixed NTCP2 termination send -3. Multiple tunnel config files from tunnels.d folder -4. Faster XOR between AES blocks for non AVX capable CPUs + 1. Standard LeaseSet2 support +2. Multiple changes for Android: Russian translation, permissions request, cancel graceful shutdown, addressbook in assets +3. Eliminated extra copy of NTCP2 sent messages for better performance +4. Ability to adjust timestamps through the NTP +5. Ability to disable peer profile persist +6. Fixed incorrect LeaseSet published content verification +7. Removed name resolvers from transports +8. Updated reseed certificates diff --git a/i2pd/tools/ChocolateyInstall.ps1 b/i2pd/tools/ChocolateyInstall.ps1 index ad50bb1..48b995c 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.22.0/i2pd_2.22.0_win32_mingw.zip' -$checksum = '81B71FED1DD99778443A48EA2C8F6DD9F0F07FB3BE25DB33E873B1854A8B1662' +$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.23.0/i2pd_2.23.0_win32_mingw.zip' +$checksum = '1973B23E8A3475CBA70BBDD74FA431D991F98D1CAF44D21099C3FE9B7E3ED1A1' $checksumType = 'sha256' -$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.22.0/i2pd_2.22.0_win64_mingw.zip' -$checksum64 = '0131A1B97E8602184C6C000B391DFB13CD0C2DB2AB17FEA832BE829CEF9EBF3F' +$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.23.0/i2pd_2.23.0_win64_mingw.zip' +$checksum64 = '3F79809EFF534DD3A88ED259C126753935D97B5A1BF3AB836AF06F9E433DD353' $checksumType64 = 'sha256' Install-ChocolateyZipPackage -packageName "$packagename" `