forked from pool/courier-imap
This commit is contained in:
parent
b22e5aa305
commit
090338e6dc
22
courier-imap-4.1.1.diff
Normal file
22
courier-imap-4.1.1.diff
Normal file
@ -0,0 +1,22 @@
|
||||
--- imap/imapd-ssl.dist.in
|
||||
+++ imap/imapd-ssl.dist.in
|
||||
@@ -153,7 +153,7 @@
|
||||
# servers, and is optional for SSL/TLS clients. TLS_CERTFILE is usually
|
||||
# treated as confidential, and must not be world-readable.
|
||||
#
|
||||
-TLS_CERTFILE=@datadir@/imapd.pem
|
||||
+TLS_CERTFILE=@sysconfig@/imapd.pem
|
||||
|
||||
##NAME: TLS_TRUSTCERTS:0
|
||||
#
|
||||
--- imap/pop3d-ssl.dist.in
|
||||
+++ imap/pop3d-ssl.dist.in
|
||||
@@ -140,7 +140,7 @@
|
||||
# servers, and is optional for SSL/TLS clients. TLS_CERTFILE is usually
|
||||
# treated as confidential, and must not be world-readable.
|
||||
#
|
||||
-TLS_CERTFILE=@datadir@/pop3d.pem
|
||||
+TLS_CERTFILE=@sysconfig@/pop3d.pem
|
||||
|
||||
##NAME: TLS_TRUSTCERTS:0
|
||||
#
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 12:34:55 CET 2007 - mskibbe@suse.de
|
||||
|
||||
- Courier generates certificates in /usr/share/courier-imap
|
||||
(#241937)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 08:53:39 CET 2007 - mskibbe@suse.de
|
||||
|
||||
|
@ -15,7 +15,7 @@ BuildRequires: courier-authlib-devel fam-devel gcc-c++ libstdc++-devel openssl-
|
||||
URL: http://www.courier-mta.org/imap/
|
||||
Summary: An IMAP and POP3 Server for Maildir MTAs
|
||||
Version: 4.1.1
|
||||
Release: 29
|
||||
Release: 30
|
||||
License: GNU General Public License (GPL)
|
||||
Conflicts: imap qpopper
|
||||
Group: Productivity/Networking/Email/Servers
|
||||
@ -28,6 +28,7 @@ Source5: courier-imap-ssl.init
|
||||
Source6: courier-pop.init
|
||||
Source7: courier-pop-ssl.init
|
||||
Patch: %{name}-4.0.6.diff
|
||||
Patch1: %{name}-4.1.1.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Prefix: /usr
|
||||
%define _sysconfdir /etc/courier
|
||||
@ -47,6 +48,7 @@ delivers to maildir format mailboxes.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%{suse_update_config}
|
||||
@ -175,6 +177,9 @@ exit 0
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog -n courier-imap
|
||||
* Mon Feb 05 2007 - mskibbe@suse.de
|
||||
- Courier generates certificates in /usr/share/courier-imap
|
||||
(#241937)
|
||||
* Mon Jan 22 2007 - mskibbe@suse.de
|
||||
- checkproc uses -p parameter not as specified in man page
|
||||
(#230806)
|
||||
|
Loading…
Reference in New Issue
Block a user