|
@@ -6,7 +6,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols
|
|
|
Summary(ja): IMAP/POP ネットワークメールプロトコル用デーモン
|
|
|
Name: uw-imap
|
|
|
Version: 2007f
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
# See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0
|
|
|
License: ASL 2.0
|
|
@@ -16,6 +16,9 @@ URL: http://www.washington.edu/imap/
|
|
|
Source0: ftp://ftp.cac.washington.edu/imap/imap-%{version}.tar.gz
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
+Distribution: Vine Linux
|
|
|
+Vendor: Project Vine
|
|
|
+
|
|
|
%define soname c-client
|
|
|
%define somajor 2007
|
|
|
%define shlibname lib%{soname}.so.%{somajor}
|
|
@@ -48,6 +51,11 @@ Patch9: imap-2002e-shared.patch
|
|
|
Patch10: imap-2002e-authmd5.patch
|
|
|
Patch11: imap-2007e-system_c_client.patch
|
|
|
Patch12: imap-2007f-format-security.patch
|
|
|
+Patch13: imap-2007e-poll.patch
|
|
|
+# From debian
|
|
|
+Patch14: 1006_openssl1.1_autoverify.patch
|
|
|
+
|
|
|
+Patch15: imap-2007f-ldflags.patch
|
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
BuildRequires: pam-devel
|
|
@@ -122,6 +130,11 @@ install -p -m644 %{SOURCE21} imap.pam
|
|
|
#install -p -m644 %{SOURCE22} imap.pam
|
|
|
#endif
|
|
|
|
|
|
+%patch12 -p1 -b .fmt-sec
|
|
|
+%patch13 -p1 -b .poll
|
|
|
+%patch14 -p1 -b .openssl11
|
|
|
+%patch15 -p1 -b .ldflags
|
|
|
+
|
|
|
%build
|
|
|
# Kerberos setup
|
|
|
test -f %{_sysconfdir}/profile.d/krb5-devel.sh && source %{_sysconfdir}/profile.d/krb5-devel.sh
|
|
@@ -277,6 +290,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2007f-3
|
|
|
+- imported Patch13-15 from rawhide.
|
|
|
+
|
|
|
* Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2007f-2
|
|
|
- rebuilt with openssl-1.0.2g.
|
|
|
|