SHA256
1
0
forked from pool/courier-imap

Accepting request 206677 from home:computersalat:devel:mail

update to 0.14

OBS-URL: https://build.opensuse.org/request/show/206677
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=62
This commit is contained in:
Dr. Werner Fink 2013-11-13 07:51:30 +00:00 committed by Git OBS Bridge
parent af31b139f7
commit da07e92c65
8 changed files with 41 additions and 25 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,8 +1,8 @@
Index: imap/imapd.8.in
Index: libs/imap/imapd.8.in
===================================================================
--- imap/imapd.8.in.orig
+++ imap/imapd.8.in
@@ -24,9 +24,9 @@
--- libs/imap/imapd.8.in.orig
+++ libs/imap/imapd.8.in
@@ -33,9 +33,9 @@
imapd \- The Courier IMAP server
.SH "SYNOPSIS"
.HP \w'\fB@libexecdir@/couriertcpd\fR\ 'u
@ -14,11 +14,11 @@ Index: imap/imapd.8.in
+\fB@sbindir@/imapd\fR {\&./Maildir}
.SH "DESCRIPTION"
.PP
Index: imap/imapd-ssl.dist.in
\fBimapd\fR
Index: libs/imap/imapd-ssl.dist.in
===================================================================
--- imap/imapd-ssl.dist.in.orig
+++ imap/imapd-ssl.dist.in
--- libs/imap/imapd-ssl.dist.in.orig
+++ libs/imap/imapd-ssl.dist.in
@@ -102,7 +102,7 @@ IMAP_TLS_REQUIRED=0
##NAME: COURIERTLS:0
#
@ -28,10 +28,10 @@ Index: imap/imapd-ssl.dist.in
##NAME: TLS_PRIORITY:0
#
Index: imap/pop3d-ssl.dist.in
Index: libs/imap/pop3d-ssl.dist.in
===================================================================
--- imap/pop3d-ssl.dist.in.orig
+++ imap/pop3d-ssl.dist.in
--- libs/imap/pop3d-ssl.dist.in.orig
+++ libs/imap/pop3d-ssl.dist.in
@@ -87,7 +87,7 @@ POP3_TLS_REQUIRED=0
# at your own risk. Only the basic SSL/TLS functionality is known to be
# working. Keep this in mind as you play with the following variables.

View File

@ -1,7 +1,7 @@
Index: imap/pop3d.dist.in
Index: libs/imap/pop3d.dist.in
===================================================================
--- imap/pop3d.dist.in.orig
+++ imap/pop3d.dist.in
--- libs/imap/pop3d.dist.in.orig
+++ libs/imap/pop3d.dist.in
@@ -28,6 +28,25 @@ MAXDAEMONS=40
MAXPERIP=4

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Nov 11 21:11:56 UTC 2013 - chris@computersalat.de
- update to 4.14.0
* Autotool chain update.
* imapd.c (mddelete): Reject DELETE folder if the maildir is a symlink.
* imapd.c (doId): Implement the IMAP ID EXTENSION.
- 4.13.0
* imap: add explicit mkdirs on PIDFILE directories to startup scripts.
* rfc822: workaround for invalid utf-8 input making libidn go off the
rails.
- fix License
* GPL-3.0 -> GPL-3.0+
- rebase patches
* imap-sbindir, imap-ulimit_conf
-------------------------------------------------------------------
Tue Jan 15 18:05:58 UTC 2013 - chris@computersalat.de

View File

@ -18,9 +18,9 @@
Name: courier-imap
Summary: An IMAP and POP3 Server for Maildir MTAs
License: GPL-3.0
License: GPL-3.0+
Group: Productivity/Networking/Email/Servers
Version: 4.12.0
Version: 4.14
Release: 0
Url: http://www.courier-mta.org/imap/
Source0: %{name}-%{version}.tar.bz2
@ -138,11 +138,11 @@ done
%{__sed} -i -e 's/^POP3DSSLSTART=.*/POP3DSSLSTART=YES/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/pop3d-ssl.dist
%{__sed} -i -e 's/^#\ \+\(TLS_CIPHER_LIST=.*\)/\1/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/pop3d-ssl.dist
# For %doc macro
%{__install} -m 0644 imap/ChangeLog ChangeLog
%{__install} -m 0644 imap/README README.imap
%{__install} -m 0644 imap/README.proxy README.proxy
%{__install} -m 0644 maildir/README.maildirquota.txt README.maildirquota
%{__install} -m 0644 maildir/README.sharedfolders.txt README.sharedfolders
%{__install} -m 0644 libs/imap/ChangeLog ChangeLog
%{__install} -m 0644 libs/imap/README README.imap
%{__install} -m 0644 libs/imap/README.proxy README.proxy
%{__install} -m 0644 libs/maildir/README.maildirquota.txt README.maildirquota
%{__install} -m 0644 libs/maildir/README.sharedfolders.txt README.sharedfolders
%{__install} -D -m 0755 sysconftool $RPM_BUILD_ROOT%{_datadir}/%{name}/sysconftool
%{__chmod} 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/sysconftool
%{__cat} >$RPM_BUILD_ROOT%{_datadir}/%{name}/configlist <<EOF
@ -185,7 +185,7 @@ done
%files
%defattr(-,root,root,755)
%doc AUTHORS imap/ChangeLog COPYING* imap/BUGS README README.imap README.maildirquota README.proxy
%doc AUTHORS libs/imap/ChangeLog COPYING* libs/imap/BUGS README README.imap README.maildirquota README.proxy
%doc README.sharedfolders
%attr(755,root,root) /etc/init.d/courier-*
%config %attr(644,root,root) /etc/pam.d/imap