Update i2pd to 2.45.0
Update diff from Ganymede <ganymede A-T analogon D eu>, patch update by me
This commit is contained in:
parent
8f3766251a
commit
a9c002b4dc
@ -2,8 +2,7 @@ COMMENT = client for the I2P anonymous network
|
||||
|
||||
GH_ACCOUNT = PurpleI2P
|
||||
GH_PROJECT = i2pd
|
||||
GH_TAGNAME = 2.43.0
|
||||
REVISION = 1
|
||||
GH_TAGNAME = 2.45.0
|
||||
|
||||
CATEGORIES = net
|
||||
HOMEPAGE = https://i2pd.website
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (i2pd-2.43.0.tar.gz) = 2xZ5ZTSRpBHdFvoylIjYQClsj2gOBpH5/g0OeW5de8o=
|
||||
SIZE (i2pd-2.43.0.tar.gz) = 638031
|
||||
SHA256 (i2pd-2.45.0.tar.gz) = QFDAo4/aBqdt770nIfRo9bCYie17a1p+IH5GWdMAc48=
|
||||
SIZE (i2pd-2.45.0.tar.gz) = 630600
|
||||
|
@ -17,7 +17,7 @@ Index: tests/Makefile
|
||||
+test-gost-sig: ../libi2pd/Gost.cpp ../libi2pd/Config.cpp ../libi2pd/I2PEndian.cpp ../libi2pd/Crypto.cpp ../libi2pd/Log.cpp test-gost-sig.cpp
|
||||
+ $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto -lssl -lboost_system -lboost_program_options-mt
|
||||
|
||||
test-x25519: ../libi2pd/Ed25519.cpp ../libi2pd/I2PEndian.cpp ../libi2pd/Log.cpp ../libi2pd/Crypto.cpp test-x25519.cpp
|
||||
test-x25519: ../libi2pd/Ed25519.cpp ../libi2pd/I2PEndian.cpp ../libi2pd/Log.cpp ../libi2pd/Crypto.cpp test-x25519.cpp
|
||||
$(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto -lssl -lboost_system
|
||||
@@ -23,14 +23,14 @@ test-x25519: ../libi2pd/Ed25519.cpp ../libi2pd/I2PEndi
|
||||
test-aeadchacha20poly1305: ../libi2pd/Crypto.cpp ../libi2pd/ChaCha20.cpp ../libi2pd/Poly1305.cpp test-aeadchacha20poly1305.cpp
|
||||
|
@ -7,7 +7,6 @@ include/i2pd/AddressBook.h
|
||||
include/i2pd/BOB.h
|
||||
include/i2pd/Base.h
|
||||
include/i2pd/Blinding.h
|
||||
include/i2pd/BloomFilter.h
|
||||
include/i2pd/CPU.h
|
||||
include/i2pd/ChaCha20.h
|
||||
include/i2pd/ClientContext.h
|
||||
@ -46,11 +45,8 @@ include/i2pd/RouterContext.h
|
||||
include/i2pd/RouterInfo.h
|
||||
include/i2pd/SAM.h
|
||||
include/i2pd/SOCKS.h
|
||||
include/i2pd/SSU.h
|
||||
include/i2pd/SSU2.h
|
||||
include/i2pd/SSU2Session.h
|
||||
include/i2pd/SSUData.h
|
||||
include/i2pd/SSUSession.h
|
||||
include/i2pd/Signature.h
|
||||
include/i2pd/Siphash.h
|
||||
include/i2pd/Streaming.h
|
||||
@ -65,6 +61,7 @@ include/i2pd/TunnelConfig.h
|
||||
include/i2pd/TunnelEndpoint.h
|
||||
include/i2pd/TunnelGateway.h
|
||||
include/i2pd/TunnelPool.h
|
||||
include/i2pd/UDPTunnel.h
|
||||
include/i2pd/api.h
|
||||
include/i2pd/util.h
|
||||
include/i2pd/version.h
|
||||
|
Loading…
Reference in New Issue
Block a user