Commit Graph

178 Commits (d599502b1a31c45095e545f84de4f90c3fc88a4a)

Author SHA1 Message Date
orignal 5115c27e72 2.30.0 4 years ago
orignal 24b48e5d50 reseeds update 4 years ago
donarrock 5cfc574f9a
Update Dockerfile
Fixes dependencies, re-adds `boost-python` as `boost-python2` which was removed in #1408 .
5 years ago
orignal 39300a5bbf removed reseed.i2p.net.in 5 years ago
orignal a7e8dd04fe 2.29.0 5 years ago
R4SAS 28aac6f93b
fix bogus date in changelogs
Signed-off-by: R4SAS <r4sas@i2pmail.org>
5 years ago
orignal 44a2549b81 2.28.0 5 years ago
Grigory Kotov fe45d431d7
fix dockerfile: remove unmet dependencies 5 years ago
Zetok Zalbavar 2c9fa2f738
Fix and update i2pd.service
- /var/run on distros with systemd is a symlink to /run , hence the
path changes.

- Remove unnecessary runtime dependency on `/bin/kill` which is
provided by `procps` and might not be available on minimal installs
(e.g. containers). Instead use `/bin/sh` which has a built-in `kill`.

- `PrivateDevices=yes` causes i2pd to fail to start on latest Debian
unstable. Service exits with the following:

```
i2pd.service: Failed to execute command: Operation not permitted
i2pd.service: Failed at step EXEC spawning /usr/sbin/i2pd: Operation not permitted
i2pd.service: Control process exited, code=exited, status=203/EXEC
i2pd.service: Failed with result 'exit-code'.
Failed to start I2P Router written in C++.
```

According to `man systemd.exec` exit code 203 corresponds to the
`execve(2)` system call failing. So it looks like i2pd tries to do
something it shouldn't be doing. The proper fix would be in i2pd, but
who knows how long that would actually take, so to allow people to
actually launch i2pd in meanwhile the line has been removed from the
service file.

Also, surprisingly, right after installing i2pd it started without any
problems, and only after restarting the box i2pd started to fail for no
apparent reason.
5 years ago
orignal 3acfb129cd 2.27.0 5 years ago
orignal 1c9e46dbb3 2.26.0 5 years ago
orignal c4dffa4dc8 remove obsolete reseeds 5 years ago
orignal 3b8baa85a3 2.25.0 5 years ago
r4sas a6642e0ebc add script for packaging archive with android binaries 5 years ago
l-n-s 2be80ba30f
Fix Docker build 5 years ago
orignal 21eb1ce6c9 2.24.0 5 years ago
orignal cdfd411df7 2.24.0 5 years ago
R4SAS afb14e6782
[fedora] fix build in release on fc30+
fixes #1284
6 years ago
R4SAS e177363377
[fedora] specify srcdir only if building at 30+ 6 years ago
R4SAS ce213934c9
try fix build in fedora rawhide 6 years ago
R4SAS af286ec52e
try fix build in fedora rawhide 6 years ago
orignal 60a282826c 2.23.0 6 years ago
orignal 1933e44719 reseeds update 6 years ago
R4SAS 79c0c11e80 configure persist of peer profiles
* If persist.profiles = false, peer profiles not stored on disk
* remove inet_pton for windows
* update configs
6 years ago
R4SAS 42b556574f add fedora copr mageia support 6 years ago
orignal f34e65ad9e
Merge pull request #1268 from sokolas/webroot
Added configurable web console URL path
6 years ago
R4SAS 51352a6819 update debian/rpm tunnels.d storing
+ testing rpm changes: manpage and configs store
6 years ago
asokolov c994950aaf default webroot in config, webroot in automatic redirect instead of request path 6 years ago
R4SAS 779228857e 2.22.0 6 years ago
R4SAS 8d0b696d33 packages - tunnels.conf.d fix configs place, links 6 years ago
R4SAS b7940e0002 add tunnels.d to packages 6 years ago
orignal a2e84e5a1e 2.21.1 6 years ago
orignal 2fa7a48163 2.21.0 6 years ago
orignal 15899c10b2 2.21.0 6 years ago
l-n-s 50399e5194
fix #1238 (#1239) 6 years ago
r4sas c0d1e2c07a 2.20 6 years ago
orignal 71ac0286b1 2.20.0 6 years ago
l-n-s a83a839cff
Build docker image from openssl branch 6 years ago
R4SAS fc16e76af1 2.19.0 6 years ago
orignal 0dff636dbe 2.19.0 6 years ago
R4SAS a188de2e5c increase limits by default, fix symbolic links, change rules 6 years ago
R4SAS dd392941d0 update Config.cpp, links to examples, manpage 6 years ago
R4SAS 3cec923294
Update tunnels.conf 6 years ago
l-n-s a59cdcc9e0 Update contrib/i2pd.conf file with more options 6 years ago
R4SAS e1bfa786fc
fix #1192 6 years ago
l-n-s d8b4765f23 Add /etc/resolv.conf to apparmor profile and k flag for pidfile 6 years ago
l-n-s 53a1a097a6 Restore reseed certificate hottuna_at_mail.i2p.crt 6 years ago
yangfl c0436297c2 fix typo in systemd service type 6 years ago
yangfl f06c8710be fix systemd service type 6 years ago
Fabrice Fontaine b0781668e2 Create LogsDirectory in i2pd.service
Create /var/log/i2pd through LogsDirectory parameter of systemd and set
its permission to 0700 through LogsDirectoryMode. Indeed, this directory
must be created with the correct permission as it is used in ExecStart
command

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
6 years ago
R4SAS f3488be7af update rpm, increase release version for Fedora and CentOS 7 years ago
yangfl 319d748639 i2pd.service: do not block system shutdown for 10 min 7 years ago
R4SAS fbb9991128 remove obsoletes tag for rpm git package 7 years ago
orignal 62bac24246
Merge pull request #1086 from BOPOHA/patch-3
i2pd.spec delete obsoletes tag
7 years ago
BOPOHA ce57a130fc
systemd issue in centos 7
Not working pre-create pid-file dir (/run/i2pd).
It fixed with one of this ways:

> PermissionsStartOnly=True
or 
> ExecStartPre=/bin/mkdir -p -m 0700 /var/run/i2pd
> ExecStartPre=/bin/chown i2pd: /var/run/i2pd

First way is prefer because RuntimeDirectory's options already used.
7 years ago
BOPOHA 80567312ed
i2pd.spec delete obsoletes tag
https://github.com/PurpleI2P/i2pd/pull/1084#issuecomment-362215861

```
Resolving Dependencies
--> Running transaction check
---> Package i2pd.x86_64 0:2.17.0-20171206git.el7.centos will be updated
---> Package i2pd.x86_64 0:2.18.0-1.el7.centos will be obsoleting
---> Package i2pd-systemd.x86_64 0:2.17.0-20171206git.el7.centos will be obsoleted
--> Finished Dependency Resolution

Dependencies Resolved

==========================================================================
 Package   Arch        Version                     Repository        Size
==========================================================================
Installing:
 i2pd      x86_64      2.18.0-1.el7.centos         vorona-i2pd      915 k
     replacing  i2pd-systemd.x86_64 2.17.0-20171206git.el7.centos

Transaction Summary
==========================================================================
Install  1 Package

Total download size: 915 k
Is this ok [y/d/N]:
```
@l-n-s  thx, obsoletes tag is unneeded in next release)
7 years ago
R4SAS 180730f9cf
fix rpm spec's (#1084)
* added spec for git package
* fixed double slashes
* changed versioning for stable builds
7 years ago
orignal 4901434209 2.18.0 7 years ago
R4SAS 13d174c09c add tunconf in systemctl service file 7 years ago
l-n-s 5363c063d1
Merge pull request #1067 from l-n-s/rpm_updates
Update rpm spec and systemd unit
7 years ago
Darknet Villain 3426906a4f [rpm] Fix changelogs to comply with guidelines, add tunconf key to systemd package 7 years ago
R4SAS 95d8887ab0 update profile 7 years ago
R4SAS 6272e15b47 add users homedir to profile 7 years ago
R4SAS 20b4f6b24d update apparmor profile 7 years ago
Darknet Villain 6ee279d83e [rpm] Merge i2pd-systemd with i2pd package + changelog 7 years ago
Darknet Villain 3ac86db038 Fix Docker image error 7 years ago
Darknet Villain 4ee364640d Update rpm spec and systemd unit 7 years ago
orignal 914566ece0 removed unused Java router certificates 7 years ago
orignal f537e7b2c6 removed unused cert 7 years ago
yangfl 46f62e1af9 remove trailing whitespaces 7 years ago
yangfl 18b6353803 fix typo 7 years ago
R4SAS 1c970b0714 2.17.0 7 years ago
R4SAS fb46de5ca6
Delete old R4SAS's reseed cert 7 years ago
R4SAS a6fb3b602e add loglevel none (closing #998) 7 years ago
R4SAS ae28df5276 2.16.0 7 years ago
orignal f6ced9279b new reseed added 7 years ago
orignal 390bb07cca 2.15.0 7 years ago
orignal 034bff5b2f added gostcoin family certificate 7 years ago
R4SAS aa86ab97f0 update i2pd.conf example, update socks proxy tunnel 7 years ago
Darknet Villain d499e250e0 Docker: fix permissions issue 7 years ago
kayrus 4267063dba Create run dir for i2pd process in systemd unit file 7 years ago
R4SAS 8f8b4536b6 add future R4SAS reseed cert replacement
warn: will use after 2.16.0 release
7 years ago
orignal 76fab1fea8 reseeds update 7 years ago
Mikal f6d3a6239c Merge pull request #884 from l-n-s/dockerfile_updates
Add updated Dockerfile
7 years ago
BOPOHA 8c23a091da bogus date in contrib/rpm/i2pd.spec
fixed bad date and  bogus date in %changelog
7 years ago
Darknet Villain a1c72be2a9 Add updated Dockerfile 7 years ago
BOPOHA 4014d86a57 base version updated to 2.14.0 7 years ago
Darknet Villain 1ed39dbbed Sample config: enable SAM by default + update description for notransit 7 years ago
R4SAS 92b40c9485 update tunnels.conf 7 years ago
v2e 5550eabac1 kbs -- KBs in i2pd.conf 7 years ago
R4SAS 2aa8cf7104 update gitignore 7 years ago
R4SAS 1b1cfe1b92 rewrote win build script and moved it to build folder 7 years ago
R4SAS eb12d43800 update windows build scripts 7 years ago
orignal 465366e644 new ressed 7 years ago
Anatolii Vorona 2eec205e31 i2pd.spec: changed Release format, upgrade Version 7 years ago
r4sas 217e99a0e2 updated InnoSetup script
deleted old unused icon
added doxygen "docs/generated" folder to gitignore
8 years ago
Darknet Villain 4905dded87 Moved files from docs/ to contrib/ 8 years ago
Darknet Villain 25559f1772 Added AppArmor profile 8 years ago
r4sas a840ed06b7 update android notification icon
update android qt app icon
add mingw build batch and .gitignore
8 years ago
r4sas 162b60a05b Added script - builder for mingw. 8 years ago