From b16c03f60a2045c12cb780ce6196ccf97dbf159c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 10 2014 10:09:08 +0000 Subject: import procmail-3.22-34.el7_0.1 --- diff --git a/SOURCES/procmail-3.22-CVE-2014-3618.patch b/SOURCES/procmail-3.22-CVE-2014-3618.patch new file mode 100644 index 0000000..124d1f9 --- /dev/null +++ b/SOURCES/procmail-3.22-CVE-2014-3618.patch @@ -0,0 +1,18 @@ +diff --git a/src/formisc.c b/src/formisc.c +index 338733b..c48df52 100644 +--- a/src/formisc.c ++++ b/src/formisc.c +@@ -84,12 +84,11 @@ normal: *target++= *start++; + case '"':*target++=delim='"';start++; + } + ;{ int i; +- do ++ while(*start) /* anything? */ + if((i= *target++= *start++)==delim) /* corresponding delimiter? */ + break; + else if(i=='\\'&&*start) /* skip quoted character */ + *target++= *start++; +- while(*start); /* anything? */ + } + hitspc=2; + } diff --git a/SPECS/procmail.spec b/SPECS/procmail.spec index 63f4b53..e465acb 100644 --- a/SPECS/procmail.spec +++ b/SPECS/procmail.spec @@ -8,7 +8,7 @@ Summary: Mail processing program Name: procmail Version: 3.22 -Release: 34%{?dist} +Release: 34%{?dist}.1 License: GPLv2+ or Artistic Group: Applications/Internet # Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz @@ -24,6 +24,7 @@ Patch2: procmail_3.22-8.debian.patch Patch4: procmail-3.22-truncate.patch Patch5: procmail-3.22-ipv6.patch Patch6: procmail-3.22-getline.patch +Patch7: procmail-3.22-CVE-2014-3618.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -42,6 +43,7 @@ forward certain incoming mail automatically to someone. %patch4 -p1 -b .truncate %patch5 -p1 -b .ipv6 %patch6 -p1 -b .getline +%patch7 -p1 -b .CVE-2014-3618 find examples -type f | xargs chmod 644 @@ -77,6 +79,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man[15]/* %changelog +* Thu Sep 4 2014 Jaroslav Škarvada - 3.22-34.1 +- Fixed buffer overflow in formail + Resolves: CVE-2014-3618 + * Fri Jan 24 2014 Daniel Mach - 3.22-34 - Mass rebuild 2014-01-24