From 1782298ea837b9e0b6525c0396f1bc738d2900b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 14 Jun 2006 20:19:48 +0000 Subject: [PATCH] - 8.13.7 (CVE-2006-1173, VU#146718 according to SuSE SA) Changed files: sendmail.spec -> 1.180 --- sendmail.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sendmail.spec b/sendmail.spec index 9f59736..c739610 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -1,9 +1,9 @@ -# # TODO: # - make sid-milter support: # http://sourceforge.net/projects/sid-milter/ # http://www.sendmail.net/ # - http://blue-labs.org/clue/bluelabs.patch-8.12.3 has been updated upstream +# - move compilation from install to build section, fix re-entrancy of install # # Conditional build: %bcond_without ldap # without LDAP support @@ -21,12 +21,12 @@ Summary(ru): Summary(tr): Elektronik posta hizmetleri sunucusu Summary(uk): ðÏÛÔÏ×ÉÊ ÔÒÁÎÓÐÏÒÔÎÉÊ ÁÇÅÎÔ sendmail Name: sendmail -Version: 8.13.6 -Release: 5 +Version: 8.13.7 +Release: 1 License: BSD Group: Networking/Daemons Source0: ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz -# Source0-md5: 484cca51f74b5e562b3cf119ceb2f900 +# Source0-md5: 5327e065cb0c1919122c8cecbeddbc28 Source1: %{name}.init Source2: %{name}.sysconfig Source3: %{name}.aliases @@ -296,7 +296,7 @@ for f in hoststat mailq newaliases purgestat ; do ln -sf /usr/sbin/sendmail $RPM_BUILD_ROOT%{_bindir}/${f} done -for map in virtusertable access domaintable mailertable ; do +for map in virtusertable access domaintable mailertable; do touch $RPM_BUILD_ROOT%{_sysconfdir}/${map} $RPM_BUILD_ROOT%{_sbindir}/makemap -C $RPM_BUILD_ROOT%{_sysconfdir}/sendmail.cf hash \ $RPM_BUILD_ROOT%{_sysconfdir}/${map}.db < $RPM_BUILD_ROOT%{_sysconfdir}/${map} @@ -318,7 +318,7 @@ install %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/domaintable install %{SOURCE14} $RPM_BUILD_ROOT/etc/monit/ # make rpm strip possible -chmod u+w $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}}/* +%{_fixperms} $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}} mv -f smrsh/README README.smrsh mv -f cf/README README.cf -- 2.44.0