SPECS: sendmail.spec - 8.13.7 (CVE-2006-1173, VU#146718 according...

glen glen at pld-linux.org
Wed Jun 14 22:19:54 CEST 2006


Author: glen                         Date: Wed Jun 14 20:19:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
-  8.13.7 (CVE-2006-1173, VU#146718 according to SuSE SA)

---- Files affected:
SPECS:
   sendmail.spec (1.179 -> 1.180) 

---- Diffs:

================================================================
Index: SPECS/sendmail.spec
diff -u SPECS/sendmail.spec:1.179 SPECS/sendmail.spec:1.180
--- SPECS/sendmail.spec:1.179	Thu May 25 23:09:42 2006
+++ SPECS/sendmail.spec	Wed Jun 14 22:19:48 2006
@@ -1,10 +1,10 @@
 # $Revision$, $Date$
-#
 # 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
@@ -22,12 +22,12 @@
 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
@@ -297,7 +297,7 @@
 	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}
@@ -319,7 +319,7 @@
 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
@@ -480,6 +480,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.180  2006/06/14 20:19:48  glen
+-  8.13.7 (CVE-2006-1173, VU#146718 according to SuSE SA)
+
 Revision 1.179  2006/05/25 21:09:42  glen
 - recompile with -fPIC for amd64 and alpha; rel 5
 
@@ -756,10 +759,10 @@
 Revision 1.102  2002/06/04 12:58:23  blues
 - 8.12.4 - quite important security update
 - updated one patch
-STBR
+- STBR
 
 Revision 1.101  2002/05/21 14:24:06  qboosh
-- removed /etc/pam.d dir from package; new %%doc; release 5
+- removed /etc/pam.d dir from package; new %doc; release 5
 
 Revision 1.100  2002/04/26 17:47:43  bartowl
 - added conditional (def:off) support for pgsql maps (http://blue-labc.org/clue/sendmail.php)
@@ -779,17 +782,17 @@
 - added 'examples' directory to doc;
 
 Revision 1.95  2002/04/16 17:38:14  qboosh
-- samples moved to %%doc - no junk in /etc please
+- samples moved to %doc - no junk in /etc please
 
 Revision 1.94  2002/04/16 12:39:30  qboosh
 - renamed aliases and pamd files to standarized names
 
 Revision 1.93  2002/04/15 00:24:36  aflinta
- - added sample config files for mailtertable, access, virtusertable and
-   domaintable
- - fixed missing /etc/pam.d/smtp (required by /etc/sasl/Sendmail.conf)
- - relesase 3?
- - All changes made by Baseciq
+- added sample config files for mailtertable, access, virtusertable and
+  domaintable
+- fixed missing /etc/pam.d/smtp (required by /etc/sasl/Sendmail.conf)
+- relesase 3?
+- All changes made by Baseciq
 
 Revision 1.92  2002/04/10 23:30:49  kloczek
 - release 2: fix in sendmail.mc: confAUTO_REBUILD is no longer valid -
@@ -815,10 +818,10 @@
 - release 3
 
 Revision 1.87  2002/03/06 23:03:47  jack
-forgotten one '}'
+- forgotten one '}'
 
 Revision 1.86  2002/03/06 22:59:53  jack
-Added conditional requires cyrus-sasl-login
+- Added conditional requires cyrus-sasl-login
 
 Revision 1.85  2002/03/06 15:30:02  ankry
 - forgotten: release 2
@@ -843,10 +846,10 @@
 - release 5: aliases.db has group root, not mail
 
 Revision 1.79  2002/01/31 13:46:58  adasi
- - added procmail to requires
+- added procmail to requires
 
 Revision 1.78  2002/01/18 02:14:53  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.77  2002/01/11 15:51:43  kloczek
 - release 4.
@@ -876,14 +879,14 @@
 - smsp had UID and GID 25 ...
 
 Revision 1.69  2001/09/26 00:18:31  qboosh
-- fix in %%files
+- fix in %files
 - one more fix in dtelnet patch, DESTDIR-related fix in makefile patch
 - added STARTTLS support
 
 Revision 1.68  2001/09/25 21:19:50  qboosh
 - adding/deleting smmsp user+group in pre/postun
 - simplified installing doc
-- some updates in %%install and %%files (NFY)
+- some updates in %install and %files (NFY)
 
 Revision 1.67  2001/09/24 09:25:19  kloczek
 - removed commented Patch0 and cut %changelog.
@@ -909,7 +912,7 @@
 - release 4.
 
 Revision 1.60  2001/09/08 13:58:18  blues
-obsoletes omta
+- obsoletes omta
 
 Revision 1.59  2001/08/30 11:19:20  kloczek
 - release 3: added masqmail to Obsoletes.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sendmail.spec?r1=1.179&r2=1.180&f=u



More information about the pld-cvs-commit mailing list