--- rpms/qmail/sme10/qmail.spec 2017/04/13 15:55:52 1.6 +++ rpms/qmail/sme10/qmail.spec 2021/04/12 21:50:15 1.7 @@ -1,15 +1,15 @@ -# $Id: qmail.spec,v 1.5 2017/04/10 20:33:21 unnilennium Exp $ +# $Id: qmail.spec,v 1.6 2017/04/13 15:55:52 unnilennium Exp $ # # RPM spec file for Dan Bernstein's qmail package # -# $Id: qmail.spec,v 1.5 2017/04/10 20:33:21 unnilennium Exp $ +# $Id: qmail.spec,v 1.6 2017/04/13 15:55:52 unnilennium Exp $ # Summary: A modern, fast, secure replacement for sendmail %define name qmail Name: %{name} %define version 1.03 -%define release 21 +%define release 25 Version: %{version} Release: %{release}%{?dist} #Author: Daniel J. Bernstein @@ -23,6 +23,8 @@ Patch2: qmail-103-dns_response_buffer.pa #Patch3: http://www.suspectclass.com/sgifford/qmail/qmail-0.0.0.0.patch Patch4: qmail-inject-null-sender.patch Patch5: http://notes.sagredo.eu/sites/notes.sagredo.eu/files/qmail/patches/qmail-1.03-moreipme-0.6.patch +Patch6: netqmail-1.06-tls-20190517-remote.patch +#adapted from http://inoa.net/qmail-tls/netqmail-1.06-tls-20190517.patch URL: http://cr.yp.to/%{name}.html BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Provides: smtpdaemon @@ -77,6 +79,12 @@ also includes a drop-in ``sendmail'' wra transparently by your current UAs. %changelog +* Mon Apr 12 2021 Jean-Philippe Pialasse 1.03-25.sme +- add remote tls transport for qmail-remote [SME: 9349] +- updated release number higher than SME9 +- now TLS and EHLO are defined to allow proper compilation +- add DEBUG flag for the moment to help configuring -DDEBUG=1 + * Thu Apr 13 2017 Jean-Philipe Pialasse 1.03-21.sme - added documentation [SME: 9705] - added binaries ipmetest et ipmeprint to help configuration @@ -218,9 +226,12 @@ transparently by your current UAs. #%patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build -echo gcc -O2 --include /usr/include/errno.h > conf-cc +#echo gcc -O2 --include /usr/include/errno.h > conf-cc +#gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include +echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 -DDEBUG=1 --include /usr/include/errno.h > conf-cc make %install