|
@@ -1,7 +1,7 @@
|
|
Summary: Dovecot Secure imap server
|
|
Summary: Dovecot Secure imap server
|
|
Summary(ja): Dovecot セキュア IMAP サーバ
|
|
Summary(ja): Dovecot セキュア IMAP サーバ
|
|
Name: dovecot
|
|
Name: dovecot
|
|
-Version: 2.1.10
|
|
+Version: 2.2.10
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
|
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
|
License: MIT and LGPLv2 and BSD with advertising
|
|
License: MIT and LGPLv2 and BSD with advertising
|
|
@@ -14,17 +14,17 @@ Group: System Environment/Daemons
|
|
|
|
|
|
# pigeonhole
|
|
# pigeonhole
|
|
%define build_pigeonhole 1
|
|
%define build_pigeonhole 1
|
|
-%define pigeonholever 0.3.3
|
|
+%define pigeonholever 0.4.2
|
|
|
|
|
|
# pop before smtp (drac)
|
|
# pop before smtp (drac)
|
|
-%define build_drac 1
|
|
+%define build_drac 0
|
|
|
|
|
|
URL: http://www.dovecot.org/
|
|
URL: http://www.dovecot.org/
|
|
|
|
|
|
-Source: http://www.dovecot.org/releases/2.1/%{name}-%{version}.tar.gz
|
|
+Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}.tar.gz
|
|
Source1: dovecot.init
|
|
Source1: dovecot.init
|
|
Source2: dovecot.pam
|
|
Source2: dovecot.pam
|
|
-Source8: http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-pigeonhole-%{pigeonholever}.tar.gz
|
|
+Source8: http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
|
|
Source9: dovecot.sysconfig
|
|
Source9: dovecot.sysconfig
|
|
Source10: dovecot.tmpfilesd
|
|
Source10: dovecot.tmpfilesd
|
|
|
|
|
|
@@ -33,13 +33,14 @@ Source14: dovecot.conf.5
|
|
|
|
|
|
# drac plugin (pop before smtp)
|
|
# drac plugin (pop before smtp)
|
|
# Source100: http://www.dovecot.org/patches/1.1/drac.c
|
|
# Source100: http://www.dovecot.org/patches/1.1/drac.c
|
|
-Source100: http://sourceforge.jp/projects/dovecot2-drac/downloads/53176/dovecot2-drac-0.1.tar.gz
|
|
+# Source100: http://sourceforge.jp/projects/dovecot2-drac/downloads/53176/dovecot2-drac-0.1.tar.gz
|
|
-Source110: README.plugin-drac
|
|
+# Source110: README.plugin-drac
|
|
|
|
|
|
Patch1: dovecot-2.0-defaultconfig.patch
|
|
Patch1: dovecot-2.0-defaultconfig.patch
|
|
Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
|
|
Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
|
|
# local filesystem rules
|
|
# local filesystem rules
|
|
Patch3: dovecot-1.0.rc7-mkcert-paths.patch
|
|
Patch3: dovecot-1.0.rc7-mkcert-paths.patch
|
|
|
|
+Patch4: dovecot-2.2-mkcert-10years.patch
|
|
|
|
|
|
Packager: iwamoto
|
|
Packager: iwamoto
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -166,8 +167,9 @@ This package provides the development files for dovecot.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%patch1 -p1 -b .default-settings
|
|
%patch1 -p1 -b .default-settings
|
|
-%patch2 -p1 -b .mkcert-permissions
|
|
+%patch2 -p1
|
|
-%patch3 -p1 -b .mkcert-paths
|
|
+%patch3 -p1
|
|
|
|
+%patch4 -p1
|
|
|
|
|
|
%if %{build_drac}
|
|
%if %{build_drac}
|
|
%setup -T -D -q -a 100
|
|
%setup -T -D -q -a 100
|
|
@@ -212,7 +214,7 @@ make %{?_smp_mflags}
|
|
|
|
|
|
%if %{build_pigeonhole}
|
|
%if %{build_pigeonhole}
|
|
#pigeonhole
|
|
#pigeonhole
|
|
-pushd dovecot-2.1-pigeonhole-%{pigeonholever}
|
|
+pushd dovecot-2.2-pigeonhole-%{pigeonholever}
|
|
autoreconf -fiv
|
|
autoreconf -fiv
|
|
%configure \
|
|
%configure \
|
|
INSTALL_DATA="install -c -p -m644" \
|
|
INSTALL_DATA="install -c -p -m644" \
|
|
@@ -236,7 +238,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
|
|
|
|
|
|
%if %{build_pigeonhole}
|
|
%if %{build_pigeonhole}
|
|
-pushd dovecot-2.1-pigeonhole-%{pigeonholever}
|
|
+pushd dovecot-2.2-pigeonhole-%{pigeonholever}
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
popd
|
|
popd
|
|
%endif
|
|
%endif
|
|
@@ -286,7 +288,7 @@ install -p -m 644 doc/example-config/conf.d/*.conf.ext $RPM_BUILD_ROOT%{_sysconf
|
|
install -p -m 644 doc/dovecot-openssl.cnf $RPM_BUILD_ROOT%{ssldir}/dovecot-openssl.cnf
|
|
install -p -m 644 doc/dovecot-openssl.cnf $RPM_BUILD_ROOT%{ssldir}/dovecot-openssl.cnf
|
|
|
|
|
|
# Install pigeonhole conf
|
|
# Install pigeonhole conf
|
|
-pushd dovecot-2.1-pigeonhole-%{pigeonholever}
|
|
+pushd dovecot-2.2-pigeonhole-%{pigeonholever}
|
|
install -p -m 644 doc/example-config/conf.d/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
|
|
install -p -m 644 doc/example-config/conf.d/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
|
|
popd
|
|
popd
|
|
|
|
|
|
@@ -360,7 +362,7 @@ fi
|
|
|
|
|
|
%check
|
|
%check
|
|
make check
|
|
make check
|
|
-cd dovecot-2.1-pigeonhole-%{pigeonholever}
|
|
+cd dovecot-2.2-pigeonhole-%{pigeonholever}
|
|
make check
|
|
make check
|
|
|
|
|
|
%files -f libs.filelist
|
|
%files -f libs.filelist
|
|
@@ -477,6 +479,11 @@ make check
|
|
%{_datadir}/aclocal/dovecot.m4
|
|
%{_datadir}/aclocal/dovecot.m4
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jan 9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.2.10-1
|
|
|
|
+- new upstream release 2.2.10, pigeonhole 0.4.2
|
|
|
|
+- drop drac (Pop Before Smtp) support
|
|
|
|
+- add patch4
|
|
|
|
+
|
|
* Thu Oct 25 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.1.10-1
|
|
* Thu Oct 25 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.1.10-1
|
|
- new upstream release 2.1.10
|
|
- new upstream release 2.1.10
|
|
- new upstream release pigeonhole 0.3.3
|
|
- new upstream release pigeonhole 0.3.3
|
|
@@ -491,7 +498,7 @@ make check
|
|
* Mon Oct 31 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.0.15-1
|
|
* Mon Oct 31 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.0.15-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|
|
-* Tue Sep 28 2011 Masanobu HAGANE <masanobu@hagane.jp> 2.0.13-2
|
|
+* Wed Sep 28 2011 Masanobu HAGANE <masanobu@hagane.jp> 2.0.13-2
|
|
- revival drac_plugin.so (POP bedore SMTP) support
|
|
- revival drac_plugin.so (POP bedore SMTP) support
|
|
- use DRAC plugin for Dovecot-2.x
|
|
- use DRAC plugin for Dovecot-2.x
|
|
- (get from http://sourceforge.jp/projects/dovecot2-drac/releases/)
|
|
- (get from http://sourceforge.jp/projects/dovecot2-drac/releases/)
|
|
@@ -588,7 +595,7 @@ make check
|
|
* Sun Feb 01 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.1.10-1
|
|
* Sun Feb 01 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.1.10-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|
|
-* Sun Jan 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.1.8-1
|
|
+* Mon Jan 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.1.8-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|
|
* Sat Nov 01 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.1.6-1
|
|
* Sat Nov 01 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.1.6-1
|
|
@@ -842,7 +849,7 @@ make check
|
|
- add UW to Dovecot migration documentation and scripts, bug #139954
|
|
- add UW to Dovecot migration documentation and scripts, bug #139954
|
|
fix SSL documentation and scripts, add missing documentation, bug #139276
|
|
fix SSL documentation and scripts, add missing documentation, bug #139276
|
|
|
|
|
|
-* Thu Nov 15 2004 Warren Togami <wtogami@redhat.com> 0.99.11-2.FC4.1
|
|
+* Mon Nov 15 2004 Warren Togami <wtogami@redhat.com> 0.99.11-2.FC4.1
|
|
- rebuild against MySQL4
|
|
- rebuild against MySQL4
|
|
|
|
|
|
* Thu Oct 21 2004 John Dennis <jdennis@redhat.com>
|
|
* Thu Oct 21 2004 John Dennis <jdennis@redhat.com>
|