fix bug #156159 insecure location of restart flag file
This commit is contained in:
parent
a88a87906d
commit
807ef6579e
@ -1,7 +1,7 @@
|
|||||||
Summary: Dovecot Secure imap server
|
Summary: Dovecot Secure imap server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Version: 0.99.14
|
Version: 0.99.14
|
||||||
Release: 4.fc4
|
Release: 5.fc4
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ BuildRequires: mysql-devel
|
|||||||
|
|
||||||
%define docdir %{_docdir}/%{name}-%{version}
|
%define docdir %{_docdir}/%{name}-%{version}
|
||||||
%define ssldir /etc/pki/%{name}
|
%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_uid 97
|
||||||
%define dovecot_gid 97
|
%define dovecot_gid 97
|
||||||
|
|
||||||
@ -172,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 28 2005 John Dennis <jdennis@redhat.com> - 0.99.14-5.fc4
|
||||||
|
- fix bug #156159 insecure location of restart flag file
|
||||||
|
|
||||||
* Fri Apr 22 2005 John Dennis <jdennis@redhat.com> - 0.99.14-4.fc4
|
* Fri Apr 22 2005 John Dennis <jdennis@redhat.com> - 0.99.14-4.fc4
|
||||||
- openssl moved its certs, CA, etc. from /usr/share/ssl to /etc/pki
|
- openssl moved its certs, CA, etc. from /usr/share/ssl to /etc/pki
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user