From aaa52bd767949edb48fbd0feb5c20a483f8c1f82 Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:17:25 +0300 Subject: [PATCH 01/10] Update i2pd.default --- debian/i2pd.default | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/i2pd.default b/debian/i2pd.default index 495d7a69..1e5d5c2e 100644 --- a/debian/i2pd.default +++ b/debian/i2pd.default @@ -3,10 +3,6 @@ # installed at /etc/default/i2pd by the maintainer scripts I2PD_ENABLED="yes" -# port to listen for incoming connections -# uncomment following line if you want to specify it here -# I2PD_PORT="4567" - # Additional options that are passed to the Daemon. # see possible switches in /usr/share/doc/i2pd/configuration.md.gz DAEMON_OPTS="" From b83ab85fd90df01810becff8d9c91410c8696780 Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:21:33 +0300 Subject: [PATCH 02/10] Update i2pd.init --- debian/i2pd.init | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/i2pd.init b/debian/i2pd.init index 02b37546..32c181bb 100644 --- a/debian/i2pd.init +++ b/debian/i2pd.init @@ -41,10 +41,6 @@ do_start() return 2 fi - if [ -n "$I2PD_PORT" ]; then - DAEMON_OPTS="--port $I2PD_PORT $DAEMON_OPTS" - fi - touch "$PIDFILE" chown -f $USER:adm "$PIDFILE" @@ -103,7 +99,7 @@ case "$1" in status) status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $? ;; - reload|force-reload) + reload) log_daemon_msg "Reloading $DESC" "$NAME" do_reload log_end_msg $? @@ -127,7 +123,7 @@ case "$1" in esac ;; *) - echo "Usage: $0 {start|stop|status|restart|force-reload}" >&2 + echo "Usage: $0 {start|stop|status|restart|reload}" >&2 exit 3 ;; esac From 14a2c9d48f981ec9d8cb8673c4bb83223740ee65 Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:28:35 +0300 Subject: [PATCH 03/10] Update i2pd.install --- debian/i2pd.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/i2pd.install b/debian/i2pd.install index 2e3c93cd..57036a79 100644 --- a/debian/i2pd.install +++ b/debian/i2pd.install @@ -1,5 +1,5 @@ i2pd usr/sbin/ docs/i2pd.conf etc/i2pd/ -debian/tunnels.conf etc/i2pd/ -debian/subscriptions.txt etc/i2pd/ +docs/tunnels.conf etc/i2pd/ +docs/subscriptions.txt etc/i2pd/ contrib/certificates/ usr/share/i2pd/ From 8a542f2ce806380b72d6171c180bd53b16da2c34 Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:29:32 +0300 Subject: [PATCH 04/10] Update i2pd.upstart --- debian/i2pd.upstart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/i2pd.upstart b/debian/i2pd.upstart index 29c6cbdb..fd2b24f0 100644 --- a/debian/i2pd.upstart +++ b/debian/i2pd.upstart @@ -4,8 +4,6 @@ start on runlevel [2345] stop on runlevel [016] or unmounting-filesystem # these can be overridden in /etc/init/i2pd.override -env I2PD_HOST="1.2.3.4" -env I2PD_PORT="4567" env LOGFILE="/var/log/i2pd.log" -exec /usr/sbin/i2pd --daemon --log=file --logfile=$LOGFILE --service --host=$I2PD_HOST --port=$I2PD_PORT +exec /usr/sbin/i2pd --daemon --service --log=file --logfile=$LOGFILE From a9b289626ea8ac271b05636c29c70cf03a5733a2 Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:30:26 +0300 Subject: [PATCH 05/10] Update logrotate --- debian/logrotate | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/debian/logrotate b/debian/logrotate index a3fed79a..3462c696 100644 --- a/debian/logrotate +++ b/debian/logrotate @@ -1,13 +1,9 @@ /var/log/i2pd.log { - rotate 4 - weekly - missingok - notifempty - compress - delaycompress - copytruncate - create 640 i2pd adm - postrotate - /etc/init.d/i2pd restart >/dev/null - endscript + rotate 6 + daily + missingok + notifempty + compress + delaycompress + copytruncate } From d51ad77ab494ed4a3b36b2af556106567c399833 Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:34:29 +0300 Subject: [PATCH 06/10] moved subscriptions.txt --- docs/subscriptions.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/subscriptions.txt diff --git a/docs/subscriptions.txt b/docs/subscriptions.txt new file mode 100644 index 00000000..8f4afb03 --- /dev/null +++ b/docs/subscriptions.txt @@ -0,0 +1,3 @@ +http://inr.i2p/export/alive-hosts.txt +http://stats.i2p/cgi-bin/newhosts.txt +http://i2p-projekt.i2p/hosts.txt From ce13de7d6cc911702c1c932a4f163478223038fa Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:35:09 +0300 Subject: [PATCH 07/10] moved subscriptions.txt --- debian/subscriptions.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 debian/subscriptions.txt diff --git a/debian/subscriptions.txt b/debian/subscriptions.txt deleted file mode 100644 index 8f4afb03..00000000 --- a/debian/subscriptions.txt +++ /dev/null @@ -1,3 +0,0 @@ -http://inr.i2p/export/alive-hosts.txt -http://stats.i2p/cgi-bin/newhosts.txt -http://i2p-projekt.i2p/hosts.txt From 2f1971ea8f91934a7ee7bb45d60d348431bb00d1 Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:36:17 +0300 Subject: [PATCH 08/10] moved tunnels.conf --- docs/tunnels.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/tunnels.conf diff --git a/docs/tunnels.conf b/docs/tunnels.conf new file mode 100644 index 00000000..fa92a56b --- /dev/null +++ b/docs/tunnels.conf @@ -0,0 +1,33 @@ +[IRC] +type = client +address = 127.0.0.1 +port = 6668 +destination = irc.postman.i2p +destinationport = 6667 +keys = irc-keys.dat + +#[SMTP] +#type = client +#address = 127.0.0.1 +#port = 7659 +#destination = smtp.postman.i2p +#destinationport = 25 +#keys = smtp-keys.dat + +#[POP3] +#type = client +#address = 127.0.0.1 +#port = 7660 +#destination = pop.postman.i2p +#destinationport = 110 +#keys = pop3-keys.dat + +#[MTN] +#type = client +#address = 127.0.0.1 +#port = 8998 +#destination = mtn.i2p-projekt.i2p +#destinationport = 4691 +#keys = mtn-keys.dat + +# see more examples in /usr/share/doc/i2pd/configuration.md.gz From 7a692898e4a509ad99aee5f44e380c05482a995f Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:36:31 +0300 Subject: [PATCH 09/10] moved tunnels.conf --- debian/tunnels.conf | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 debian/tunnels.conf diff --git a/debian/tunnels.conf b/debian/tunnels.conf deleted file mode 100644 index fa92a56b..00000000 --- a/debian/tunnels.conf +++ /dev/null @@ -1,33 +0,0 @@ -[IRC] -type = client -address = 127.0.0.1 -port = 6668 -destination = irc.postman.i2p -destinationport = 6667 -keys = irc-keys.dat - -#[SMTP] -#type = client -#address = 127.0.0.1 -#port = 7659 -#destination = smtp.postman.i2p -#destinationport = 25 -#keys = smtp-keys.dat - -#[POP3] -#type = client -#address = 127.0.0.1 -#port = 7660 -#destination = pop.postman.i2p -#destinationport = 110 -#keys = pop3-keys.dat - -#[MTN] -#type = client -#address = 127.0.0.1 -#port = 8998 -#destination = mtn.i2p-projekt.i2p -#destinationport = 4691 -#keys = mtn-keys.dat - -# see more examples in /usr/share/doc/i2pd/configuration.md.gz From 774c11781d15ac96a3d2e3ae62e1f8255a1a820f Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 12 Aug 2016 22:47:20 +0300 Subject: [PATCH 10/10] Update changelog --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5ac732e0..f1f9cb41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +i2pd (2.9.0-1) unstable; urgency=low + + ** Changed + * Proxy refactoring & speedup + * Transmission-I2P support + * Graceful shutdown for Windows + * Android without QT + * Reduced number of timers in SSU + * ipv6 peer test support + * Reseed from SU3 file + + -- orignal Fri, 12 Aug 2016 14:25:40 +0000 + i2pd (2.7.0-1) unstable; urgency=low * updated to version 2.7.0/0.9.25