Fixed more buffer overflows and memory corruptions

This commit is contained in:
Jaroslav Škarvada 2015-03-19 10:48:08 +01:00
parent 5f06bcd0a9
commit 63b1df76f8

View File

@ -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 <jskarvad@redhat.com> - 3.22-37
- Fixed more buffer overflows and memory corruptions
* Thu Sep 4 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 3.22-36
- Fixed buffer overflow in formail
Resolves: CVE-2014-3618