diff --git a/sendmail.spec b/sendmail.spec index bb9fb29..6620cb1 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -3,7 +3,7 @@ # the version number to build on. Supported should be 62 70 71 72 for # Red Hat Linux 6.2 up to 7.2 and "100" for the current rawhide version. %define errata 90 -%define release 7 +%define release 8 %if %{errata} <= 70 %define sendmailcf usr/lib/sendmail-cf @@ -48,6 +48,7 @@ Patch9: sendmail-8.12.7-hesiod.patch Patch10: sendmail-8.12.7-manpage.patch Patch11: sendmail-8.12.8-security.patch Patch12: sendmail-8.12.9-sec.patch +Patch13: sendmail-8.12.9-security.patch Buildroot: %{_tmppath}/%{name}-root BuildRequires: gdbm-devel %if %{errata} > 62 @@ -133,6 +134,7 @@ fi %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build %ifarch s390 @@ -505,6 +507,9 @@ exit 0 %{_docdir}/sendmail %changelog +* Wed Sep 17 2003 Florian La Roche +- add security patch for CAN-2003-0694 + * Tue Aug 26 2003 Florian La Roche - add security patch