forked from pool/courier-imap
This commit is contained in:
parent
0f3809cd4e
commit
c4bbf09e4d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:936c28c0607e23a98b16ed5cee142c7ba8a6cb55217a831232e04dddccde7d5c
|
|
||||||
size 3342522
|
|
3
courier-imap-4.3.1.tar.bz2
Normal file
3
courier-imap-4.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:963e35beaf420ac9c808d18b6dada68c7e5adba16fe1231e2e132f4410e9547d
|
||||||
|
size 3342757
|
@ -9,9 +9,7 @@
|
|||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: courier-imap-ssl
|
# Provides: courier-imap-ssl
|
||||||
# Required-Start: $syslog $remote_fs courier-authdaemon
|
# Required-Start: $syslog $remote_fs courier-authdaemon
|
||||||
# X-UnitedLinux-Should-Start:
|
|
||||||
# Required-Stop: $syslog $remote_fs
|
# Required-Stop: $syslog $remote_fs
|
||||||
# X-UnitedLinux-Should-Stop:
|
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Default-Stop: 0 1 2 6
|
# Default-Stop: 0 1 2 6
|
||||||
# Short-Description: Courier-IMAP server for SSL connections
|
# Short-Description: Courier-IMAP server for SSL connections
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 15:08:52 CEST 2008 - hvogel@suse.de
|
||||||
|
|
||||||
|
- update to version 4.3.1
|
||||||
|
* make SSL23 default tls protocol
|
||||||
|
* update description of SSL/TLS-related settings
|
||||||
|
* introduce IMAP_MAILBOX_SANITY_CHECK
|
||||||
|
* Explicitly make stderr line-buffered
|
||||||
|
* Suppress spurious error message in imap.c
|
||||||
|
- fix some rpmlint warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 17 13:19:29 CET 2008 - mskibbe@suse.de
|
Thu Jan 17 13:19:29 CET 2008 - mskibbe@suse.de
|
||||||
|
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: courier-imap
|
# Provides: courier-imap
|
||||||
# Required-Start: $syslog $remote_fs courier-authdaemon
|
# Required-Start: $syslog $remote_fs courier-authdaemon
|
||||||
# X-UnitedLinux-Should-Start:
|
|
||||||
# Required-Stop: $syslog $remote_fs
|
# Required-Stop: $syslog $remote_fs
|
||||||
# X-UnitedLinux-Should-Stop:
|
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Default-Stop: 0 1 2 6
|
# Default-Stop: 0 1 2 6
|
||||||
# Short-Description: Courier-IMAP server
|
# Short-Description: Courier-IMAP server
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package courier-imap (Version 4.3.0)
|
# spec file for package courier-imap (Version 4.3.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,17 +10,19 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: courier-imap
|
Name: courier-imap
|
||||||
BuildRequires: courier-authlib-devel fam-devel gcc-c++ gdbm-devel libstdc++-devel openssl openssl-devel postfix procps
|
BuildRequires: courier-authlib-devel fam-devel gcc-c++ gdbm-devel libstdc++-devel openssl openssl-devel postfix procps
|
||||||
Requires: fam-server
|
Requires: fam-server
|
||||||
Url: http://www.courier-mta.org/imap/
|
Url: http://www.courier-mta.org/imap/
|
||||||
Summary: An IMAP and POP3 Server for Maildir MTAs
|
Summary: An IMAP and POP3 Server for Maildir MTAs
|
||||||
Version: 4.3.0
|
Version: 4.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Conflicts: imap qpopper
|
Conflicts: imap qpopper
|
||||||
Group: Productivity/Networking/Email/Servers
|
Group: Productivity/Networking/Email/Servers
|
||||||
Obsoletes: %{name}-ldap
|
Obsoletes: %{name}-ldap
|
||||||
|
Provides: %{name}-ldap
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: pop3.pamd
|
Source1: pop3.pamd
|
||||||
Source2: imap.pamd
|
Source2: imap.pamd
|
||||||
@ -38,6 +40,7 @@ Prefix: /usr
|
|||||||
%define _sysconfdir /etc/courier
|
%define _sysconfdir /etc/courier
|
||||||
%define _localstatedir /var/run
|
%define _localstatedir /var/run
|
||||||
%define authdaemondir %{_localstatedir}/authdaemon.courier-imap
|
%define authdaemondir %{_localstatedir}/authdaemon.courier-imap
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Courier-IMAP is a lightweight server that provides IMAP access to
|
Courier-IMAP is a lightweight server that provides IMAP access to
|
||||||
@ -73,7 +76,6 @@ make
|
|||||||
#make check
|
#make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
# Move daemons into sbin
|
# Move daemons into sbin
|
||||||
mv $RPM_BUILD_ROOT%{_prefix}/bin/{couriertls,imapd,pop3d} $RPM_BUILD_ROOT%{_prefix}/sbin/
|
mv $RPM_BUILD_ROOT%{_prefix}/bin/{couriertls,imapd,pop3d} $RPM_BUILD_ROOT%{_prefix}/sbin/
|
||||||
@ -177,6 +179,14 @@ exit 0
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 02 2008 hvogel@suse.de
|
||||||
|
- update to version 4.3.1
|
||||||
|
* make SSL23 default tls protocol
|
||||||
|
* update description of SSL/TLS-related settings
|
||||||
|
* introduce IMAP_MAILBOX_SANITY_CHECK
|
||||||
|
* Explicitly make stderr line-buffered
|
||||||
|
* Suppress spurious error message in imap.c
|
||||||
|
- fix some rpmlint warnings
|
||||||
* Thu Jan 17 2008 mskibbe@suse.de
|
* Thu Jan 17 2008 mskibbe@suse.de
|
||||||
- update to version 4.3.0 which
|
- update to version 4.3.0 which
|
||||||
o Fix some Bugs
|
o Fix some Bugs
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: courier-pop-ssl
|
# Provides: courier-pop-ssl
|
||||||
# Required-Start: $syslog $remote_fs courier-authdaemon
|
# Required-Start: $syslog $remote_fs courier-authdaemon
|
||||||
# X-UnitedLinux-Should-Start:
|
|
||||||
# Required-Stop: $syslog $remote_fs
|
# Required-Stop: $syslog $remote_fs
|
||||||
# X-UnitedLinux-Should-Stop:
|
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Default-Stop: 0 1 2 6
|
# Default-Stop: 0 1 2 6
|
||||||
# Short-Description: Courier-POP3 server for SSL connections
|
# Short-Description: Courier-POP3 server for SSL connections
|
||||||
|
Loading…
Reference in New Issue
Block a user