From 228397b796f08dc873b02b85a70003246823d6091bc0548de47f337e6ae3bb34 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 5 Jul 2010 13:21:59 +0000 Subject: [PATCH] Accepting request 42465 from server:mail Copy from server:mail/courier-imap based on submit request 42465 from user computersalat OBS-URL: https://build.opensuse.org/request/show/42465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=24 --- courier-imap.changes | 11 +++++++++++ courier-imap.spec | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/courier-imap.changes b/courier-imap.changes index ec58d71..a7cd9f1 100644 --- a/courier-imap.changes +++ b/courier-imap.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jul 3 12:36:09 CEST 2010 - meissner@suse.de + +- buildrequire openssl so configure finds /usr/bin/openssl bnc#619665 + +------------------------------------------------------------------- +Mon May 17 14:39:54 UTC 2010 - chris@computersalat.de + +- fix path to TLS_TRUSTCERTS (imap-ssl,pop3d-ssl) + o added --with-certdb=%{_sysconfdir}/ssl/certs + ------------------------------------------------------------------- Wed Feb 24 22:52:23 UTC 2010 - chris@computersalat.de diff --git a/courier-imap.spec b/courier-imap.spec index b6e7d3e..98eab45 100644 --- a/courier-imap.spec +++ b/courier-imap.spec @@ -21,7 +21,7 @@ Name: courier-imap Summary: An IMAP and POP3 Server for Maildir MTAs Version: 4.7.0 -Release: 1 +Release: 2 License: GPLv2+ Group: Productivity/Networking/Email/Servers Url: http://www.courier-mta.org/imap/ @@ -44,6 +44,8 @@ BuildRequires: audit-libs BuildRequires: courier-authlib-devel >= 0.62 BuildRequires: db-devel fam-devel gcc-c++ gdbm-devel libstdc++-devel BuildRequires: ncurses-devel openssl-devel postfix procps zlib-devel +# openssl itself for /usr/bin/openssl configure check +BuildRequires: openssl Conflicts: imap qpopper cyrus-imapd Requires: courier-authlib >= 0.61 Requires: fam-server gdbm openssl @@ -92,6 +94,7 @@ install the entire Courier server. --disable-root-check \ --enable-unicode \ --with-authdaemonvar=%{_localstatedir}/run/authdaemon.%{name} \ + --with-certdb=%{_sysconfdir}/ssl/certs \ --enable-workarounds-for-imap-client-bugs %{__make} %{?jobs:-j%jobs}