SHA256
1
0
forked from pool/courier-imap

Accepting request 320487 from home:computersalat:devel:mail

update to 4.16.2

OBS-URL: https://build.opensuse.org/request/show/320487
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=71
This commit is contained in:
Christian Wittmer 2015-08-05 01:50:05 +00:00 committed by Git OBS Bridge
parent 024ac73da6
commit 7b96c052ef
7 changed files with 56 additions and 7 deletions

View File

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

View File

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

Binary file not shown.

View File

@ -0,0 +1,26 @@
Index: Makefile.am
===================================================================
--- Makefile.am.orig
+++ Makefile.am
@@ -160,7 +160,7 @@ install-exec-hook:
mkdir -p $(DESTDIR)$(sysconfdir)/shared.tmp
chmod 755 $(DESTDIR)$(sysconfdir)/shared.tmp
mkdir -p $(DESTDIR)$(sysconfdir)/imapaccess
- chmod 755 $(DESTDIR)$(sysconfdir)/shared.tmp
+ chmod 755 $(DESTDIR)$(sysconfdir)/imapaccess
install-data-local: install-man
test -d $(DESTDIR)/etc/pam.d || exit 0 ; \
Index: Makefile.in
===================================================================
--- Makefile.in.orig
+++ Makefile.in
@@ -1448,7 +1448,7 @@ install-exec-hook:
mkdir -p $(DESTDIR)$(sysconfdir)/shared.tmp
chmod 755 $(DESTDIR)$(sysconfdir)/shared.tmp
mkdir -p $(DESTDIR)$(sysconfdir)/imapaccess
- chmod 755 $(DESTDIR)$(sysconfdir)/shared.tmp
+ chmod 755 $(DESTDIR)$(sysconfdir)/imapaccess
install-data-local: install-man
test -d $(DESTDIR)/etc/pam.d || exit 0 ; \

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 5 01:45:26 UTC 2015 - chris@computersalat.de
- update to 4.16.2
* imap/mailboxlist.c (match_mailbox_prep): Use strncmp instead of
memcmp, to pacify overzealous static analysis checkers.
* Drop SSLv3 from TLS_CIPHER_LIST.
* imap, pop3: Added AUTH_MKHOMEDIR_SKEL setting.
- update to 4.16.1
* maildircache.c: fix use after free.
* mkdhparams: make compatible with libressl
* Handle 01-Jan-1970 for date-based searches.
* Update to courier-unicode 1.2.
* Add the makeimapaccess script.
- add Patch courier-imap-Makefile.patch
-------------------------------------------------------------------
Wed Oct 29 22:05:29 UTC 2014 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package courier-imap
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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.1.20141122
Version: 4.16.2
Release: 0
Url: http://www.courier-mta.org/imap/
Source0: %{name}-%{version}.tar.bz2
@ -41,6 +41,9 @@ Source19: courier-pop-ssl.service
Source20: courier-pop-gencert.service
Patch0: %{name}-sbindir.patch
Patch2: %{name}-ulimit_conf.patch
### Patch for upstream:
## fixes typo in Makefile.am
Patch3: %{name}-Makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 910
BuildRequires: audit-libs
@ -64,7 +67,7 @@ BuildRequires: zlib-devel
# openssl itself for /usr/bin/openssl configure check
BuildRequires: openssl
Conflicts: imap qpopper cyrus-imapd
Requires: courier-authlib >= 0.61
Requires: courier-authlib >= 0.62
Requires: fam-server
Requires: gdbm
Requires: openssl
@ -107,6 +110,7 @@ install the entire Courier server.
%setup -n %{name}-%{version}
%patch0
%patch2
%patch3
%build
%configure \
@ -247,7 +251,10 @@ done
%config %attr(644,root,root) /etc/pam.d/imap
%config %attr(644,root,root) /etc/pam.d/pop3
%dir %{_sysconfdir}/courier
%config %attr(600,root,root) %{_sysconfdir}/courier/imap*
%dir %{_sysconfdir}/courier/imapaccess
%dir %{_sysconfdir}/courier/shared
%dir %{_sysconfdir}/courier/shared.tmp
%config %attr(600,root,root) %{_sysconfdir}/courier/imapd*
%config %attr(600,root,root) %{_sysconfdir}/courier/pop3*
%config %{_sysconfdir}/courier/quotawarnmsg.example
%dir %{_sysconfdir}/SuSEfirewall2.d