mirror of
https://github.com/r4sas/chocolatey-packages
synced 2025-01-20 11:50:04 +00:00
update i2pd to 2.27.0
This commit is contained in:
parent
d01d9642b3
commit
a4663a3a65
@ -3,7 +3,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>i2pd</id>
|
<id>i2pd</id>
|
||||||
<version>2.25.0</version>
|
<version>2.27.0</version>
|
||||||
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/</packageSourceUrl>
|
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/i2pd/</packageSourceUrl>
|
||||||
<owners>r4sas</owners>
|
<owners>r4sas</owners>
|
||||||
<title>I2P Daemon</title>
|
<title>I2P Daemon</title>
|
||||||
@ -104,16 +104,11 @@ License
|
|||||||
|
|
||||||
This project is licensed under the BSD 3-clause license, which can be found in the file
|
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.</description>
|
LICENSE in the root of the project source code.</description>
|
||||||
<releaseNotes>1. Create, publish and handle encrypted LeaseSet2
|
<releaseNotes>1. Support of PSK and DH authentication for encrypted LeaseSet2
|
||||||
2. Support of b33 addresses
|
2. Uptime is based on monotonic timer now
|
||||||
3. RedDSA key blinding
|
3. Correct BOB status command response
|
||||||
4. Support .b32.i2p addresses in jump links
|
4. Correct NTCP2 port if NTCP is disabled
|
||||||
5. addresshelper support is configurable per tunnel
|
5. Flood encrypted LeaseSet2 with store hash</releaseNotes>
|
||||||
6. Allow HTTP headers without value
|
|
||||||
7. Set data directory from external storage path for Android
|
|
||||||
8. Fixed SSU incoming packets routing bug
|
|
||||||
9. Correct deletion of expired encrypted LeaseSet2 on floodfills
|
|
||||||
10. Added ntcp2.addressv6 parameter</releaseNotes>
|
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="tools\**" target="tools" />
|
<file src="tools\**" target="tools" />
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
$ErrorActionPreference = 'Stop'; # stop on all errors
|
$ErrorActionPreference = 'Stop'; # stop on all errors
|
||||||
$packagename = 'i2pd'
|
$packagename = 'i2pd'
|
||||||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
||||||
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.25.0/i2pd_2.25.0_win32_mingw.zip'
|
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.27.0/i2pd_2.27.0_win32_mingw.zip'
|
||||||
$checksum = '25BCBDD4F8593CDF08BB45A88D407CCC86920575F3032030A86EDA8A9023FE87'
|
$checksum = 'C6835FB9790DF35BD26C09FF1A0E2CFDF11EAB2DCD0BFA9171F74907C51F428A'
|
||||||
$checksumType = 'sha256'
|
$checksumType = 'sha256'
|
||||||
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.25.0/i2pd_2.25.0_win64_mingw.zip'
|
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.27.0/i2pd_2.27.0_win64_mingw.zip'
|
||||||
$checksum64 = 'C2D0EF2FF7B6704FBCBB6864EF22B4AED03B64B92E11F33DE575777ECC2BCB42'
|
$checksum64 = '7C7291802455F0755B493FCF89419323F48B6758EE6FFB94D270F4D556F17DED'
|
||||||
$checksumType64 = 'sha256'
|
$checksumType64 = 'sha256'
|
||||||
|
|
||||||
Install-ChocolateyZipPackage -packageName "$packagename" `
|
Install-ChocolateyZipPackage -packageName "$packagename" `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user