Accepting request 24154 from server:mail
Copy from server:mail/courier-imap based on submit request 24154 from user computersalat OBS-URL: https://build.opensuse.org/request/show/24154 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=21
This commit is contained in:
parent
59845defd1
commit
b21d79e16d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d7de2ba6d5f7fa2e7ac4bfeb053055e127234c3442a09f36aa5dd71b9f44ffa
|
||||
size 3565751
|
3
courier-imap-4.6.0.tar.bz2
Normal file
3
courier-imap-4.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d84e4bd4f643ec03ef1bdea9743c4b917fce7a36cf8967edeeefb7c15b825b37
|
||||
size 3397972
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 14:32:54 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- update to 4.6.0
|
||||
* outbox.c (imapd_sendmsg): Renamed sendmsg() to avoid library name
|
||||
clash.
|
||||
* tls: change the default OpenSSL configuration to disable anonymous
|
||||
authentication ciphers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 5 21:31:42 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- spec mods
|
||||
o resorted Tags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 5 18:37:12 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- update to 4.5.1
|
||||
* all: gcc 4.4 fixes
|
||||
* fetch.c (open_cached_fp): If the message file cannot be opened,
|
||||
create a dummy message in its place.
|
||||
- spec mods
|
||||
o added missing norootforbuild
|
||||
o fix patch naming patch0
|
||||
- mod to imapd.dist
|
||||
o increased MAXPERIP from 10 to 20
|
||||
thunderbird does 5 con per account, if not known by user
|
||||
he will come into trouble
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 15:23:37 UTC 2009 - chris@computersalat.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package courier-imap (Version 4.5.0)
|
||||
# spec file for package courier-imap (Version 4.6.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,15 +15,16 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: courier-imap
|
||||
Summary: An IMAP and POP3 Server for Maildir MTAs
|
||||
Url: http://www.courier-mta.org/imap/
|
||||
Version: 4.6.0
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Email/Servers
|
||||
Version: 4.5.0
|
||||
Release: 2
|
||||
Url: http://www.courier-mta.org/imap/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: pop3.pamd
|
||||
Source2: imap.pamd
|
||||
@ -33,7 +34,7 @@ Source6: courier-pop.init
|
||||
Source7: courier-pop-ssl.init
|
||||
Source8: %{name}.firewall
|
||||
Source9: %{name}-ssl.firewall
|
||||
Patch: %{name}-4.5.0-sbindir.patch
|
||||
Patch0: %{name}-4.5.0-sbindir.patch
|
||||
Patch1: %{name}-4.5.0-LDFLAGS.patch
|
||||
Patch2: %{name}-ulimit_conf.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -77,7 +78,7 @@ install the entire Courier server.
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
%patch -p1
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2
|
||||
|
||||
@ -118,7 +119,7 @@ done
|
||||
#
|
||||
%{__sed} -i -e 's/^IMAPDSTART=.*/IMAPDSTART=YES/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/imapd.dist
|
||||
%{__sed} -i -e 's/^ADDRESS=.*/ADDRESS=127.0.0.1/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/imapd.dist
|
||||
%{__sed} -i -e 's/^MAXPERIP=.*/MAXPERIP=10/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/imapd.dist
|
||||
%{__sed} -i -e 's/^MAXPERIP=.*/MAXPERIP=20/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/imapd.dist
|
||||
%{__sed} -i -e 's/^IMAPDSSLSTART=.*/IMAPDSSLSTART=YES/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/imapd-ssl.dist
|
||||
%{__sed} -i -e 's/^#\ \+\(TLS_CIPHER_LIST=.*\)/\1/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/imapd-ssl.dist
|
||||
%{__sed} -i -e 's/^POP3DSTART=.*/POP3DSTART=YES/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/pop3d.dist
|
||||
|
Loading…
Reference in New Issue
Block a user