Browse Source

update debian and rpm stuff to 2.32.0

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1525/head
R4SAS 4 years ago
parent
commit
1dcb878796
  1. 2
      contrib/debian/i2pd.tmpfile
  2. 14
      contrib/i2pd.logrotate
  3. 4
      contrib/rpm/i2pd-git.spec
  4. 4
      contrib/rpm/i2pd.spec
  5. 9
      debian/changelog
  6. 6
      debian/copyright
  7. 9
      debian/i2pd.logrotate
  8. 1
      debian/i2pd.logrotate
  9. 2
      debian/postrm

2
contrib/debian/i2pd.tmpfile vendored

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
d /var/run/i2pd 0755 i2pd i2pd - -
d /run/i2pd 0755 i2pd i2pd - -
d /var/log/i2pd 0755 i2pd i2pd - -

14
contrib/i2pd.logrotate

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
"/var/log/i2pd/*.log" {
copytruncate
daily
rotate 5
compress
delaycompress
missingok
notifempty
copytruncate
daily
rotate 5
compress
delaycompress
missingok
notifempty
}

4
contrib/rpm/i2pd-git.spec

@ -121,6 +121,10 @@ getent passwd i2pd >/dev/null || \ @@ -121,6 +121,10 @@ getent passwd i2pd >/dev/null || \
%changelog
* Mon May 25 2020 r4sas <r4sas@i2pmail.org> - 2.32.0
- update to 2.32.0
- updated systemd service file (#1394)
* Thu May 7 2020 Anatolii Vorona <vorona.tolik@gmail.com> - 2.31.0-3
- added RPM logrotate config

4
contrib/rpm/i2pd.spec

@ -119,6 +119,10 @@ getent passwd i2pd >/dev/null || \ @@ -119,6 +119,10 @@ getent passwd i2pd >/dev/null || \
%changelog
* Mon May 25 2020 r4sas <r4sas@i2pmail.org> - 2.32.0
- update to 2.32.0
- updated systemd service file (#1394)
* Thu May 7 2020 Anatolii Vorona <vorona.tolik@gmail.com> - 2.31.0-3
- added RPM logrotate config

9
debian/changelog vendored

@ -1,3 +1,12 @@ @@ -1,3 +1,12 @@
i2pd (2.32.0-1) unstable; urgency=high
* updated to version 2.32.0/0.9.46
* updated systemd service file (see #1394)
* updated apparmor profile (see 9318388007cff0495b4b360d0480f4fc1219a9dc)
* updated logrotate config and moved it to contrib
-- r4sas <r4sas@i2pmail.org> Mon, 25 May 2020 12:45:00 +0000
i2pd (2.31.0-1) unstable; urgency=medium
* updated to version 2.31.0

6
debian/copyright vendored

@ -3,7 +3,7 @@ Upstream-Name: i2pd @@ -3,7 +3,7 @@ Upstream-Name: i2pd
Source: https://github.com/PurpleI2P
Files: *
Copyright: 2013-2017 PurpleI2P
Copyright: 2013-2020 PurpleI2P
License: BSD-3-clause
Files: qt/i2pd_qt/android/src/org/kde/necessitas/ministro/IMinistro.aidl
@ -16,8 +16,8 @@ License: BSD-2-Clause @@ -16,8 +16,8 @@ License: BSD-2-Clause
Files: debian/*
Copyright: 2013-2015 Kill Your TV <killyourtv@i2pmail.org>
2014-2016 hagen <hagen@i2pmail.org>
2016-2017 R4SAS <r4sas@i2pmail.org>
2017-2018 Yangfl <mmyangfl@gmail.com>
2016-2020 R4SAS <r4sas@i2pmail.org>
2017-2020 Yangfl <mmyangfl@gmail.com>
License: GPL-2+
License: BSD-3-clause

9
debian/i2pd.logrotate vendored

@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
/var/log/i2pd/i2pd.log {
rotate 6
daily
missingok
notifempty
compress
delaycompress
copytruncate
}

1
debian/i2pd.logrotate vendored

@ -0,0 +1 @@ @@ -0,0 +1 @@
/opt/build/i2pd/contrib/i2pd.logrotate

2
debian/postrm vendored

@ -6,7 +6,7 @@ if [ "$1" = "purge" ]; then @@ -6,7 +6,7 @@ if [ "$1" = "purge" ]; then
rm -rf /etc/i2pd
rm -rf /var/lib/i2pd
rm -rf /var/log/i2pd
rm -rf /var/run/i2pd
rm -rf /run/i2pd
fi
#DEBHELPER#

Loading…
Cancel
Save