From 63b1df76f8d94a6d0605cd642fa90c8af38142d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 19 Mar 2015 10:48:08 +0100 Subject: [PATCH] Fixed more buffer overflows and memory corruptions --- procmail.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/procmail.spec b/procmail.spec index 493a28f..06756d7 100644 --- a/procmail.spec +++ b/procmail.spec @@ -8,7 +8,7 @@ Summary: Mail processing program Name: procmail Version: 3.22 -Release: 36%{?dist} +Release: 37%{?dist} License: GPLv2+ or Artistic Group: Applications/Internet # Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz @@ -25,6 +25,7 @@ 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 +Patch8: procmail-3.22-crash-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -44,6 +45,7 @@ forward certain incoming mail automatically to someone. %patch5 -p1 -b .ipv6 %patch6 -p1 -b .getline %patch7 -p1 -b .CVE-2014-3618 +%patch8 -p1 -b .crash-fix find examples -type f | xargs chmod 644 @@ -79,6 +81,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man[15]/* %changelog +* Thu Mar 19 2015 Jaroslav Škarvada - 3.22-37 +- Fixed more buffer overflows and memory corruptions + * Thu Sep 4 2014 Jaroslav Škarvada - 3.22-36 - Fixed buffer overflow in formail Resolves: CVE-2014-3618