From 807ef6579ec43f249426da4f56d71dcb6bb334b9 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Thu, 28 Apr 2005 19:57:40 +0000 Subject: [PATCH] fix bug #156159 insecure location of restart flag file --- dovecot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dovecot.spec b/dovecot.spec index 7837c41..9586477 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,7 +1,7 @@ Summary: Dovecot Secure imap server Name: dovecot Version: 0.99.14 -Release: 4.fc4 +Release: 5.fc4 License: LGPL Group: System Environment/Daemons @@ -44,7 +44,7 @@ BuildRequires: mysql-devel %define docdir %{_docdir}/%{name}-%{version} %define ssldir /etc/pki/%{name} -%define restart_flag /tmp/%{name}-restart-after-rpm-install +%define restart_flag /var/run/%{name}-restart-after-rpm-install %define dovecot_uid 97 %define dovecot_gid 97 @@ -172,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 28 2005 John Dennis - 0.99.14-5.fc4 +- fix bug #156159 insecure location of restart flag file + * Fri Apr 22 2005 John Dennis - 0.99.14-4.fc4 - openssl moved its certs, CA, etc. from /usr/share/ssl to /etc/pki