i2pd: update to version 2.43.0
Maintainer : @yangfl (David Yang)
Build system : Arch Linux x86_64
Build tested : r7800 OpenWrt git master (commit a434795809)
Run tested : r7800 OpenWrt git master (commit a434795809)
Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
(cherry picked from commit 58b3857a5a
)
This commit is contained in:
parent
240a8db7ee
commit
8b04b607a9
2 changed files with 8 additions and 8 deletions
|
@ -10,13 +10,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=i2pd
|
||||
PKG_VERSION:=2.42.1
|
||||
PKG_VERSION:=2.43.0
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/PurpleI2P/i2pd/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=d52b55cf144a6eedbb3433214c035161c07f776090074daba0e5e83c01d09139
|
||||
PKG_HASH:=db1679653491a411dd16fa329488d840296c8f680e0691f9fe0d0e796e5d7bca
|
||||
|
||||
PKG_MAINTAINER:=David Yang <mmyangfl@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
## Write full CLF-formatted date and time to log (default: write only time)
|
||||
# logclftime = true
|
||||
|
||||
@@ -99,9 +99,9 @@ ipv6 = false
|
||||
@@ -115,9 +115,9 @@ published = true
|
||||
[http]
|
||||
## Web Console settings
|
||||
## Uncomment and set to 'false' to disable Web Console
|
||||
|
@ -41,7 +41,7 @@
|
|||
port = 7070
|
||||
## Path to web console, default "/"
|
||||
# webroot = /
|
||||
@@ -116,9 +116,9 @@ port = 7070
|
||||
@@ -132,9 +132,9 @@ port = 7070
|
||||
|
||||
[httpproxy]
|
||||
## Uncomment and set to 'false' to disable HTTP Proxy
|
||||
|
@ -53,7 +53,7 @@
|
|||
port = 4444
|
||||
## Optional keys file for proxy local destination
|
||||
# keys = http-proxy-keys.dat
|
||||
@@ -130,9 +130,9 @@ port = 4444
|
||||
@@ -146,9 +146,9 @@ port = 4444
|
||||
|
||||
[socksproxy]
|
||||
## Uncomment and set to 'false' to disable SOCKS Proxy
|
||||
|
@ -65,7 +65,7 @@
|
|||
port = 4447
|
||||
## Optional keys file for proxy local destination
|
||||
# keys = socks-proxy-keys.dat
|
||||
@@ -146,7 +146,7 @@ port = 4447
|
||||
@@ -162,7 +162,7 @@ port = 4447
|
||||
|
||||
[sam]
|
||||
## Comment or set to 'false' to disable SAM Bridge
|
||||
|
@ -74,7 +74,7 @@
|
|||
## Address and port service will listen on
|
||||
# address = 127.0.0.1
|
||||
# port = 7656
|
||||
@@ -181,7 +181,7 @@ enabled = true
|
||||
@@ -197,7 +197,7 @@ enabled = true
|
||||
|
||||
[upnp]
|
||||
## Enable or disable UPnP: automatic port forwarding (enabled by default in WINDOWS, ANDROID)
|
||||
|
@ -83,7 +83,7 @@
|
|||
## Name i2pd appears in UPnP forwardings list (default = I2Pd)
|
||||
# name = I2Pd
|
||||
|
||||
@@ -222,7 +222,7 @@ verify = true
|
||||
@@ -238,7 +238,7 @@ verify = true
|
||||
|
||||
[limits]
|
||||
## Maximum active transit sessions (default:2500)
|
||||
|
|
Loading…
Reference in a new issue