|
@@ -7,14 +7,14 @@
|
|
|
|
|
|
# pigeonhole
|
|
|
%define build_pigeonhole 1
|
|
|
-%define pigeonholever 0.5.21.1
|
|
|
+%define pigeonholever 2.4.0
|
|
|
|
|
|
%global restart_flag /run/%{name}/%{name}-restart-after-rpm-install
|
|
|
|
|
|
Summary: Dovecot Secure imap server
|
|
|
Summary(ja): Dovecot セキュア IMAP サーバ
|
|
|
Name: dovecot
|
|
|
-Version: 2.3.21.1
|
|
|
+Version: 2.4.0
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: servers
|
|
|
Vendor: Project Vine
|
|
@@ -28,7 +28,7 @@ URL: https://www.dovecot.org/
|
|
|
Source: https://dovecot.org/releases/%{shortver}/%{name}-%{version}.tar.gz
|
|
|
Source1: dovecot.init
|
|
|
Source2: dovecot.pam
|
|
|
-Source8: https://pigeonhole.dovecot.org/releases/%{shortver}/dovecot-%{shortver}-pigeonhole-%{pigeonholever}.tar.gz
|
|
|
+Source8: https://pigeonhole.dovecot.org/releases/%{shortver}/dovecot-pigeonhole-%{pigeonholever}.tar.gz
|
|
|
Source9: dovecot.sysconfig
|
|
|
Source10: dovecot.tmpfilesd
|
|
|
Source14: dovecot.conf.5
|
|
@@ -42,12 +42,14 @@ Patch4: dovecot-2.2-mkcert-10years.patch
|
|
|
Patch5: dovecot-2.1.10-waitonline.patch
|
|
|
Patch22: dovecot-configure-c99.patch
|
|
|
|
|
|
+%if %{version} <= 2.4.0
|
|
|
Patch100: dovecot-2.3.14-opensslv3.patch
|
|
|
# Fix assert-crash after "Process .. is ignoring idle SIGINT" error
|
|
|
# https://github.com/dovecot/core/commit/5dbe5119f3a0b7782d8c2ce67c35f0df2fc61747
|
|
|
Patch101: 5dbe5119f3a0b7782d8c2ce67c35f0df2fc61747.patch
|
|
|
+%endif
|
|
|
|
|
|
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
BuildRequires: openssl-devel, pam-devel, pkgconfig(zlib)
|
|
|
BuildRequires: bzip2-devel, libcap-devel
|
|
|
BuildRequires: libtool autoconf automake, gettext-devel
|
|
@@ -527,7 +529,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
-* Wed Aug 14 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.31.1-1
|
|
|
+* Mon Feb 17 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.0-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Wed Aug 14 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.21.1-1
|
|
|
- new upstream release.
|
|
|
|
|
|
* Sun Aug 04 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.21-2
|