[packages/procmail] - by default call sendmail with option to ignore single dot as an end of message - rel 16

baggins baggins at pld-linux.org
Mon Nov 18 16:07:40 CET 2013


commit 226acb812cb9a34b1007014248ba08712b38b3be
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Nov 18 16:06:49 2013 +0100

    - by default call sendmail with option to ignore single dot as an end of message
    - rel 16

 ignore-dot.patch | 20 ++++++++++++++++++++
 procmail.spec    |  4 +++-
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/procmail.spec b/procmail.spec
index 73a60a0..578e6c8 100644
--- a/procmail.spec
+++ b/procmail.spec
@@ -11,7 +11,7 @@ Summary(zh_CN.UTF-8):	[服务器]分发mail到用户的守护进程
 Summary(zh_TW.UTF-8):	[祀務器]分蛛mail到用戶的佐鰾園評
 Name:		procmail
 Version:	3.22
-Release:	15
+Release:	16
 License:	GPL v2
 Group:		Applications/Mail
 Source0:	ftp://ftp.procmail.org/pub/procmail/%{name}-%{version}.tar.gz
@@ -24,6 +24,7 @@ Patch0:		%{name}-lockf.patch
 Patch1:		%{name}-misc.patch
 Patch2:		%{name}-FHS.patch
 Patch3:		private_getline.patch
+Patch4:		ignore-dot.patch
 URL:		http://www.procmail.org/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -92,6 +93,7 @@ listesi yazılımının temelini oluşturur.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 echo "" | %{__make} \
diff --git a/ignore-dot.patch b/ignore-dot.patch
new file mode 100644
index 0000000..a09d6f5
--- /dev/null
+++ b/ignore-dot.patch
@@ -0,0 +1,20 @@
+--- procmail-3.22/src/autoconf~	2013-11-18 15:05:55.281476012 +0100
++++ procmail-3.22/src/autoconf	2013-11-18 16:04:10.831253625 +0100
+@@ -92,7 +92,7 @@
+ #Ok	#define MAILSPOOLDIR "/var/mail/"
+ #Ok	#define SENDMAIL "/usr/lib/sendmail"
+ #	#define buggy_SENDMAIL
+-#	#define DEFflagsendmail ""
++#	#define DEFflagsendmail "-oi"
+ #Ok	#define CF_no_procmail_yet
+ #Ok	#define defSPATH "PATH=/bin:/usr/bin:/usr/local/bin"
+ #Ok	#define defPATH "PATH=$HOME/bin:/bin:/usr/bin:/usr/local/bin"
+@@ -1420,7 +1420,7 @@
+ 
+ echo '#define SENDMAIL "/usr/lib/sendmail"' >>$ACONF
+ 
+-echo "#define DEFflagsendmail \"\"" >>$ACONF
++echo "#define DEFflagsendmail \"-oi\"" >>$ACONF
+ 
+ a=/tmp/_chowntst.$$
+ $RM -r $a
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/procmail.git/commitdiff/226acb812cb9a34b1007014248ba08712b38b3be



More information about the pld-cvs-commit mailing list