--- rpms/qmail/sme9/qmail.spec 2019/02/28 03:57:36 1.6 +++ rpms/qmail/sme9/qmail.spec 2019/03/02 03:43:52 1.7 @@ -1,15 +1,15 @@ -# $Id: qmail.spec,v 1.5 2019/02/25 04:29:22 jpp Exp $ +# $Id: qmail.spec,v 1.6 2019/02/28 03:57:36 jpp Exp $ # # RPM spec file for Dan Bernstein's qmail package # -# $Id: qmail.spec,v 1.5 2019/02/25 04:29:22 jpp Exp $ +# $Id: qmail.spec,v 1.6 2019/02/28 03:57:36 jpp Exp $ # Summary: A modern, fast, secure replacement for sendmail %define name qmail Name: %{name} %define version 1.03 -%define release 22 +%define release 23 Version: %{version} Release: %{release}%{?dist} #Author: Daniel J. Bernstein @@ -23,8 +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: qmail-1.03-tls-20021228-renato_v2-remote.patch -#from http://inoa.net/qmail-tls/qmail-1.03-tls-20021228-renato_v2.patch +Patch6: netqmail-1.06-tls-20160918-remote.patch +#from http://inoa.net/qmail-tls/netqmail-1.06-tls-20160918.patch URL: http://cr.yp.to/%{name}.html BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Provides: smtpdaemon @@ -81,6 +81,10 @@ also includes a drop-in ``sendmail'' wra transparently by your current UAs. %changelog +* Fri Mar 01 2019 Jean-Philipe Pialasse 1.03-23.sme +- update using last patch for netqmail, only qmail-remote part [SME: 9349] +- add DEBUG flag for the moment to help configuring -DDEBUG=1 + * Wed Feb 27 2019 Jean-Philipe Pialasse 1.03-22.sme - fixed compilation line in spec file [SME: 9349] - now TLS and EHLO are defined to allow proper compilation @@ -235,7 +239,7 @@ transparently by your current UAs. %build #echo gcc -O2 --include /usr/include/errno.h > conf-cc #cc -O2 -DTLS=20021228 -I/usr/local/ssl/include -echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 --include /usr/include/errno.h > conf-cc +echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 -DDEBUG=1 --include /usr/include/errno.h > conf-cc make %install