1 |
# $Id: qmail.spec,v 1.1 2013/02/02 00:24:43 slords Exp $ |
# $Id: qmail.spec,v 1.2 2016/12/05 15:52:16 vip-ire Exp $ |
2 |
|
|
3 |
# |
# |
4 |
# RPM spec file for Dan Bernstein's qmail package |
# RPM spec file for Dan Bernstein's qmail package |
5 |
# |
# |
6 |
# $Id: qmail.spec,v 1.1 2013/02/02 00:24:43 slords Exp $ |
# $Id: qmail.spec,v 1.2 2016/12/05 15:52:16 vip-ire Exp $ |
7 |
# |
# |
8 |
Summary: A modern, fast, secure replacement for sendmail |
Summary: A modern, fast, secure replacement for sendmail |
9 |
%define name qmail |
%define name qmail |
10 |
Name: %{name} |
Name: %{name} |
11 |
%define version 1.03 |
%define version 1.03 |
12 |
%define release 18 |
%define release 19 |
13 |
Version: %{version} |
Version: %{version} |
14 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
15 |
#Author: Daniel J. Bernstein |
#Author: Daniel J. Bernstein |
19 |
Patch0: qmail-1.03-echouser.patch |
Patch0: qmail-1.03-echouser.patch |
20 |
Patch1: http://homepages.tesco.net./~J.deBoynePollard/Softwares/qmail/any-to-cname.patch |
Patch1: http://homepages.tesco.net./~J.deBoynePollard/Softwares/qmail/any-to-cname.patch |
21 |
Patch2: qmail-103-dns_response_buffer.patch |
Patch2: qmail-103-dns_response_buffer.patch |
22 |
Patch3: http://www.suspectclass.com/sgifford/qmail/qmail-0.0.0.0.patch |
#Patch3: http://www.suspectclass.com/sgifford/qmail/qmail-0.0.0.0.patch |
23 |
Patch4: qmail-inject-null-sender.patch |
Patch4: qmail-inject-null-sender.patch |
24 |
|
Patch5: http://notes.sagredo.eu/sites/notes.sagredo.eu/files/qmail/patches/qmail-1.03-moreipme-0.6.patch |
25 |
URL: http://cr.yp.to/%{name}.html |
URL: http://cr.yp.to/%{name}.html |
26 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
Provides: smtpdaemon |
Provides: smtpdaemon |
76 |
transparently by your current UAs. |
transparently by your current UAs. |
77 |
|
|
78 |
%changelog |
%changelog |
79 |
|
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-19.sme |
80 |
|
- add moreip to avoid loop [SME: 9704] |
81 |
|
- patch from Scott Gifford |
82 |
|
- remove qmail-0.0.0.0.patch as it is included |
83 |
|
|
84 |
* Mon Dec 5 2016 Daniel Berteaud <daniel@firewall-services.com> 1.03-18 |
* Mon Dec 5 2016 Daniel Berteaud <daniel@firewall-services.com> 1.03-18 |
85 |
- Consider literal <> as null sender [SME: 9883] |
- Consider literal <> as null sender [SME: 9883] |
86 |
|
|
210 |
%patch0 -p1 |
%patch0 -p1 |
211 |
%patch1 -p1 |
%patch1 -p1 |
212 |
%patch2 -p1 |
%patch2 -p1 |
213 |
%patch3 -p1 |
#%patch3 -p1 |
214 |
%patch4 -p1 |
%patch4 -p1 |
215 |
|
%patch5 -p1 |
216 |
|
|
217 |
%build |
%build |
218 |
echo gcc -O2 --include /usr/include/errno.h > conf-cc |
echo gcc -O2 --include /usr/include/errno.h > conf-cc |