update to 1.2.1
This commit is contained in:
parent
149f02eb01
commit
7d4504d6ae
@ -1,4 +1,4 @@
|
|||||||
dovecot-1.2-managesieve-0.11.3.tar.gz
|
dovecot-1.2.1.tar.gz
|
||||||
dovecot-1.2.rc2.tar.gz
|
dovecot-1.2-managesieve-0.11.7.tar.gz
|
||||||
dovecot-1.2.rc2-managesieve-0.11.3.diff.gz
|
dovecot-1.2.1-managesieve-0.11.7.diff.gz
|
||||||
dovecot-sieve-1.1.6.tar.gz
|
dovecot-1.2-sieve-0.1.8.tar.gz
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
diff -up dovecot-1.2.rc2/dovecot-example.conf.default-settings dovecot-1.2.rc2/dovecot-example.conf
|
diff -up dovecot-1.2.1/dovecot-example.conf.default-settings dovecot-1.2.1/dovecot-example.conf
|
||||||
--- dovecot-1.2.rc2/dovecot-example.conf.default-settings 2009-04-06 10:45:53.519651253 +0200
|
--- dovecot-1.2.1/dovecot-example.conf.default-settings 2009-07-13 09:05:54.735890052 +0200
|
||||||
+++ dovecot-1.2.rc2/dovecot-example.conf 2009-04-06 10:45:53.525647967 +0200
|
+++ dovecot-1.2.1/dovecot-example.conf 2009-07-13 09:09:23.309020322 +0200
|
||||||
@@ -10,17 +10,14 @@
|
@@ -10,18 +10,14 @@
|
||||||
# value inside quotes, eg.: key = "# char and trailing whitespace "
|
# value inside quotes, eg.: key = "# char and trailing whitespace "
|
||||||
|
|
||||||
# Default values are shown for each setting, it's not required to uncomment
|
# Default values are shown for each setting, it's not required to uncomment
|
||||||
-# any of the lines. Exception to this are paths, they're just examples with
|
-# those. These are exceptions to this though: No sections (e.g. namespace {})
|
||||||
-# the real defaults being based on configure options. The paths listed here
|
-# or plugin settings are added by default, they're listed only as examples.
|
||||||
-# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
-# Paths are also just examples with the real defaults being based on configure
|
||||||
-# --with-ssldir=/etc/ssl
|
-# options. The paths listed here are for configure --prefix=/usr
|
||||||
|
-# --sysconfdir=/etc --localstatedir=/var --with-ssldir=/etc/ssl
|
||||||
+# any of the lines.
|
+# any of the lines.
|
||||||
|
|
||||||
# Base directory where to store runtime data.
|
# Base directory where to store runtime data.
|
||||||
@ -21,7 +22,7 @@ diff -up dovecot-1.2.rc2/dovecot-example.conf.default-settings dovecot-1.2.rc2/d
|
|||||||
|
|
||||||
# A space separated list of IP or host addresses where to listen in for
|
# A space separated list of IP or host addresses where to listen in for
|
||||||
# connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
|
# connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
|
||||||
@@ -42,13 +39,13 @@
|
@@ -43,13 +39,13 @@
|
||||||
# listen = *:12000
|
# listen = *:12000
|
||||||
# ..
|
# ..
|
||||||
# }
|
# }
|
||||||
@ -37,7 +38,7 @@ diff -up dovecot-1.2.rc2/dovecot-example.conf.default-settings dovecot-1.2.rc2/d
|
|||||||
|
|
||||||
# Should all IMAP and POP3 processes be killed when Dovecot master process
|
# Should all IMAP and POP3 processes be killed when Dovecot master process
|
||||||
# shuts down. Setting this to "no" means that Dovecot can be upgraded without
|
# shuts down. Setting this to "no" means that Dovecot can be upgraded without
|
||||||
@@ -95,8 +92,8 @@
|
@@ -96,8 +92,8 @@
|
||||||
# dropping root privileges, so keep the key file unreadable by anyone but
|
# dropping root privileges, so keep the key file unreadable by anyone but
|
||||||
# root. Included doc/mkcert.sh can be used to easily generate self-signed
|
# root. Included doc/mkcert.sh can be used to easily generate self-signed
|
||||||
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
||||||
@ -48,7 +49,7 @@ diff -up dovecot-1.2.rc2/dovecot-example.conf.default-settings dovecot-1.2.rc2/d
|
|||||||
|
|
||||||
# If key file is password protected, give the password here. Alternatively
|
# If key file is password protected, give the password here. Alternatively
|
||||||
# give it when starting dovecot with -p parameter. Since this file is often
|
# give it when starting dovecot with -p parameter. Since this file is often
|
||||||
@@ -485,7 +482,7 @@
|
@@ -486,7 +482,7 @@
|
||||||
# locking methods as well. Some operating systems don't allow using some of
|
# locking methods as well. Some operating systems don't allow using some of
|
||||||
# them simultaneously.
|
# them simultaneously.
|
||||||
#mbox_read_locks = fcntl
|
#mbox_read_locks = fcntl
|
||||||
@ -57,9 +58,9 @@ diff -up dovecot-1.2.rc2/dovecot-example.conf.default-settings dovecot-1.2.rc2/d
|
|||||||
|
|
||||||
# Maximum time in seconds to wait for lock (all of them) before aborting.
|
# Maximum time in seconds to wait for lock (all of them) before aborting.
|
||||||
#mbox_lock_timeout = 300
|
#mbox_lock_timeout = 300
|
||||||
diff -up dovecot-1.2.rc2/src/master/master-settings.c.default-settings dovecot-1.2.rc2/src/master/master-settings.c
|
diff -up dovecot-1.2.1/src/master/master-settings.c.default-settings dovecot-1.2.1/src/master/master-settings.c
|
||||||
--- dovecot-1.2.rc2/src/master/master-settings.c.default-settings 2009-04-06 10:45:53.523648309 +0200
|
--- dovecot-1.2.1/src/master/master-settings.c.default-settings 2009-07-13 09:05:54.738890180 +0200
|
||||||
+++ dovecot-1.2.rc2/src/master/master-settings.c 2009-04-06 10:48:05.630586332 +0200
|
+++ dovecot-1.2.1/src/master/master-settings.c 2009-07-13 09:05:54.742889890 +0200
|
||||||
@@ -178,8 +178,8 @@ struct settings default_settings = {
|
@@ -178,8 +178,8 @@ struct settings default_settings = {
|
||||||
MEMBER(syslog_facility) "mail",
|
MEMBER(syslog_facility) "mail",
|
||||||
|
|
||||||
|
45
dovecot.spec
45
dovecot.spec
@ -1,9 +1,8 @@
|
|||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.2
|
Version: 1.2.1
|
||||||
%define betaver rc3
|
Release: 1%{?dist}
|
||||||
Release: 0.%{betaver}.1%{?dist}
|
|
||||||
License: MIT and LGPLv2 and BSD with advertising
|
License: MIT and LGPLv2 and BSD with advertising
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
@ -15,13 +14,14 @@ Group: System Environment/Daemons
|
|||||||
|
|
||||||
%define build_sieve 1
|
%define build_sieve 1
|
||||||
%define build_managesieve 1
|
%define build_managesieve 1
|
||||||
%define sieve_version 1.1.6
|
%define sieve_version 0.1.8
|
||||||
%define sieve_name dovecot-sieve
|
%define sieve_name dovecot-1.2-sieve
|
||||||
%define managesieve_version 0.11.4
|
%define managesieve_version 0.11.7
|
||||||
%define managesieve_name dovecot-%{version}-managesieve
|
#define managesieve_name dovecot-%{version}-managesieve
|
||||||
|
%define managesieve_name dovecot-1.2-managesieve
|
||||||
|
|
||||||
URL: http://www.dovecot.org/
|
URL: http://www.dovecot.org/
|
||||||
Source: http://www.dovecot.org/releases/1.2/%{name}-%{version}.%{betaver}.tar.gz
|
Source: http://www.dovecot.org/releases/1.2/%{name}-%{version}.tar.gz
|
||||||
Source1: dovecot.init
|
Source1: dovecot.init
|
||||||
Source2: dovecot.pam
|
Source2: dovecot.pam
|
||||||
Source3: maildir-migration.txt
|
Source3: maildir-migration.txt
|
||||||
@ -29,10 +29,11 @@ Source4: migrate-folders
|
|||||||
Source5: migrate-users
|
Source5: migrate-users
|
||||||
Source6: perfect_maildir.pl
|
Source6: perfect_maildir.pl
|
||||||
Source7: dovecot-REDHAT-FAQ.txt
|
Source7: dovecot-REDHAT-FAQ.txt
|
||||||
Source8: http://dovecot.org/releases/sieve/%{sieve_name}-%{sieve_version}.tar.gz
|
#Source8: http://dovecot.org/releases/sieve/%{sieve_name}-%{sieve_version}.tar.gz
|
||||||
|
Source8: http://www.rename-it.nl/dovecot/1.2/%{sieve_name}-%{sieve_version}.tar.gz
|
||||||
Source9: dovecot.sysconfig
|
Source9: dovecot.sysconfig
|
||||||
Source10: http://www.rename-it.nl/dovecot/1.2/%{managesieve_name}-%{managesieve_version}.tar.gz
|
Source10: http://www.rename-it.nl/dovecot/1.2/%{managesieve_name}-%{managesieve_version}.tar.gz
|
||||||
Source11: http://www.rename-it.nl/dovecot/1.2/dovecot-%{version}.%{betaver}-managesieve-%{managesieve_version}.diff.gz
|
Source11: http://www.rename-it.nl/dovecot/1.2/dovecot-%{version}-managesieve-%{managesieve_version}.diff.gz
|
||||||
|
|
||||||
# 3x Fedora specific
|
# 3x Fedora specific
|
||||||
Patch1: dovecot-1.1-default-settings.patch
|
Patch1: dovecot-1.1-default-settings.patch
|
||||||
@ -162,10 +163,8 @@ Group: Development/Libraries
|
|||||||
%description devel
|
%description devel
|
||||||
This package provides the development files for dovecot.
|
This package provides the development files for dovecot.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
%setup -q
|
||||||
%setup -q -n %{name}-%{version}.%{betaver}
|
|
||||||
|
|
||||||
zcat %{SOURCE11} | patch -p1 --fuzz=0 -s
|
zcat %{SOURCE11} | patch -p1 --fuzz=0 -s
|
||||||
%patch1 -p1 -b .default-settings
|
%patch1 -p1 -b .default-settings
|
||||||
@ -173,11 +172,11 @@ zcat %{SOURCE11} | patch -p1 --fuzz=0 -s
|
|||||||
%patch3 -p1 -b .mkcert-paths
|
%patch3 -p1 -b .mkcert-paths
|
||||||
|
|
||||||
%if %{build_sieve}
|
%if %{build_sieve}
|
||||||
%setup -q -n %{name}-%{version}.%{betaver} -D -T -a 8
|
%setup -q -D -T -a 8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_managesieve}
|
%if %{build_managesieve}
|
||||||
%setup -q -n %{name}-%{version}.%{betaver} -D -T -a 10
|
%setup -q -D -T -a 10
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -376,7 +375,14 @@ fi
|
|||||||
%if %{build_sieve}
|
%if %{build_sieve}
|
||||||
%files sieve
|
%files sieve
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/%{name}/lda/lib90_cmusieve_plugin.so
|
#%{_libdir}/%{name}/lda/lib90_cmusieve_plugin.so
|
||||||
|
%{_bindir}/sieve-filter
|
||||||
|
%{_bindir}/sieve-test
|
||||||
|
%{_bindir}/sievec
|
||||||
|
%{_bindir}/sieved
|
||||||
|
%{_mandir}/man1/sieve-test.1.gz
|
||||||
|
%{_mandir}/man1/sievec.1.gz
|
||||||
|
%{_mandir}/man1/sieved.1.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_managesieve}
|
%if %{build_managesieve}
|
||||||
@ -429,6 +435,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 13 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.1-1
|
||||||
|
- updated to 1.2.1
|
||||||
|
- GSSAPI authentication is fixed (#506782)
|
||||||
|
- logins now fail if home directory path is relative, because it was
|
||||||
|
not working correctly and never was expected to work
|
||||||
|
- sieve and managesieve update
|
||||||
|
|
||||||
* Mon Apr 20 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.rc3.1
|
* Mon Apr 20 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.rc3.1
|
||||||
- updated to 1.2.rc3
|
- updated to 1.2.rc3
|
||||||
|
|
||||||
|
8
sources
8
sources
@ -1,4 +1,4 @@
|
|||||||
66ce5ff7faff318a943a1b62b765c127 dovecot-1.2-managesieve-0.11.4.tar.gz
|
c269cfe38fc40061e232dd28e5fe3721 dovecot-1.2.1.tar.gz
|
||||||
5ef845d0c137a6fd4cca8453073cd6b4 dovecot-1.2.rc3.tar.gz
|
61e84cf3749e3ec1ce1f41e918f1f0b0 dovecot-1.2-managesieve-0.11.7.tar.gz
|
||||||
50e849383089b4abb2718e8aa004f3be dovecot-1.2.rc3-managesieve-0.11.4.diff.gz
|
a2b944bd9a477fd4c2bf65fe086369a6 dovecot-1.2.1-managesieve-0.11.7.diff.gz
|
||||||
7acf3d98974a515b868addbdb73054eb dovecot-sieve-1.1.6.tar.gz
|
364ca99ec75d7c149ed2f2de15debf8a dovecot-1.2-sieve-0.1.8.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user