diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 01:41:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 01:42:17 +0100 |
commit | e3329ffa99c4506cf3bf67152d2171b996c4bc19 (patch) | |
tree | ce2bad9b03d44740e7103d4f2b357186bd2d3346 /net-analyzer/munin | |
parent | app-admin/monit: install logrotate file (diff) | |
download | gentoo-e3329ffa99c4506cf3bf67152d2171b996c4bc19.tar.gz gentoo-e3329ffa99c4506cf3bf67152d2171b996c4bc19.tar.bz2 gentoo-e3329ffa99c4506cf3bf67152d2171b996c4bc19.zip |
net-analyzer/munin: fix logrotate file (drop copytruncate)
hanno@ reported a potential security issue caused by copytruncate,
which we can avoid using because of the postrotate option.
Closes: https://bugs.gentoo.org/748948
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r-- | net-analyzer/munin/files/logrotate.d-munin.3 | 1 | ||||
-rw-r--r-- | net-analyzer/munin/munin-2.0.66-r2.ebuild (renamed from net-analyzer/munin/munin-2.0.66-r1.ebuild) | 0 | ||||
-rw-r--r-- | net-analyzer/munin/munin-2.0.67-r4.ebuild (renamed from net-analyzer/munin/munin-2.0.67-r2.ebuild) | 0 | ||||
-rw-r--r-- | net-analyzer/munin/munin-2.0.67-r5.ebuild (renamed from net-analyzer/munin/munin-2.0.67-r3.ebuild) | 0 |
4 files changed, 0 insertions, 1 deletions
diff --git a/net-analyzer/munin/files/logrotate.d-munin.3 b/net-analyzer/munin/files/logrotate.d-munin.3 index 2d3b6829762b..5133c47e8ba1 100644 --- a/net-analyzer/munin/files/logrotate.d-munin.3 +++ b/net-analyzer/munin/files/logrotate.d-munin.3 @@ -4,7 +4,6 @@ rotate 7 compress delaycompress - copytruncate notifempty create 640 root root postrotate diff --git a/net-analyzer/munin/munin-2.0.66-r1.ebuild b/net-analyzer/munin/munin-2.0.66-r2.ebuild index 7a5621b5deb7..7a5621b5deb7 100644 --- a/net-analyzer/munin/munin-2.0.66-r1.ebuild +++ b/net-analyzer/munin/munin-2.0.66-r2.ebuild diff --git a/net-analyzer/munin/munin-2.0.67-r2.ebuild b/net-analyzer/munin/munin-2.0.67-r4.ebuild index 9f666d4ad680..9f666d4ad680 100644 --- a/net-analyzer/munin/munin-2.0.67-r2.ebuild +++ b/net-analyzer/munin/munin-2.0.67-r4.ebuild diff --git a/net-analyzer/munin/munin-2.0.67-r3.ebuild b/net-analyzer/munin/munin-2.0.67-r5.ebuild index a0ed5615dc54..a0ed5615dc54 100644 --- a/net-analyzer/munin/munin-2.0.67-r3.ebuild +++ b/net-analyzer/munin/munin-2.0.67-r5.ebuild |