SHA256
1
0
forked from pool/courier-imap

Accepting request 258964 from home:computersalat:devel:mail

update to 4.15.1.20141122, disable SSLv3

OBS-URL: https://build.opensuse.org/request/show/258964
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=70
This commit is contained in:
Christian Wittmer 2014-10-30 11:57:06 +00:00 committed by Git OBS Bridge
parent 0b0a8372a6
commit 024ac73da6
6 changed files with 32 additions and 4 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31d05d48324c340d900007067ed30f3d33077530b34f5064e254c69d7d2d7f63
size 2999907

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c34107e7ba9e5396d50b58fb414a495806335cab7135c96ad85a3816785b109
size 3266353

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Oct 29 22:05:29 UTC 2014 - chris@computersalat.de
- update to 4.15.1.20141122
* tcpd/libcouriertls.c: add parsing options for different protocol
combination.
* Update comments in *ssl config files.
* libs/tcpd/libcouriertls.c (tls_create): Set SSL_OP_NOSSLv3 flag,
to disable SSL3 support.
* mkdhparams: TLS_DHPARAMS environmnt variable overrides default
DH parameter file location.
* courier-imap.spec.in: generate the default DH parameter file and
package it into the rpm, instead of generating one on the first
start.
* libs/maildir/maildirinfo.c (maildir_info_imapmunge): Fix
UTF-8 charset name.
* tcpd/libcouriertls.c (tls_create): Initialize temporary ecdh
parameters.
* imap: try to print a message on stderr if the alarm() call, that
detects FAM library breakage, goes off.
* mkdhparams: default to 2048 DH params for OpenSSL.
* courier-imap.service: bump up startup timeout, initial service start
may take several minutes to generate DH parameters for the first
time.
- add new dependency
* courier-unicode-devel (libunicode)
-------------------------------------------------------------------
Thu Sep 25 15:19:51 UTC 2014 - chris@computersalat.de

View File

@ -20,7 +20,7 @@ Name: courier-imap
Summary: An IMAP and POP3 Server for Maildir MTAs
License: GPL-3.0+
Group: Productivity/Networking/Email/Servers
Version: 4.15
Version: 4.15.1.20141122
Release: 0
Url: http://www.courier-mta.org/imap/
Source0: %{name}-%{version}.tar.bz2
@ -46,6 +46,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: audit-libs
%endif
BuildRequires: courier-authlib-devel >= 0.62
BuildRequires: courier-unicode-devel
BuildRequires: db-devel
%if 0%{?suse_version} >= 1220
BuildRequires: gamin-devel