rpms/star/devel star.spec,1.53,1.54

Ondrej Vasik ovasik at fedoraproject.org
Wed Feb 3 12:41:52 UTC 2010


Author: ovasik

Update of /cvs/pkgs/rpms/star/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22019

Modified Files:
	star.spec 
Log Message:
fix buffer overflow for files with names of length  100 chars - caused by recently added fortify sources checks(#556664)


Index: star.spec
===================================================================
RCS file: /cvs/pkgs/rpms/star/devel/star.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- star.spec	13 Jan 2010 12:26:47 -0000	1.53
+++ star.spec	3 Feb 2010 12:41:52 -0000	1.54
@@ -4,7 +4,7 @@
 Summary:  An archiving tool with ACL support
 Name: star
 Version: 1.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://cdrecord.berlios.de/old/private/star.html
 Source: ftp://ftp.berlios.de/pub/star/%{name}-%{version}.tar.bz2
 
@@ -16,6 +16,8 @@ Patch2: star-1.5-selinux.patch
 Patch3: star-1.5-changewarnSegv.patch
 #do not conflict with glibc stdio functions (#494213)
 Patch4: star-1.5-stdioconflict.patch
+#Prevent buffer overflow for filenames with length of 100 characters (#556664)
+Patch5: star-1.5.1-bufferoverflow.patch
 
 License: CDDL
 Group: Applications/Archiving
@@ -35,6 +37,7 @@ and can restore individual files from th
 %endif
 %patch3 -p1 -b .changewarnSegv
 %patch4 -p1 -b .stdio
+%patch5 -p1 -b .namesoverflow
 cp -a star/all.mk star/Makefile
 iconv -f iso_8859-1 -t utf-8 AN-1.5 >AN-1.5_utf8
 mv AN-1.5_utf8 AN-1.5
@@ -109,6 +112,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/ustar.1*
 
 %changelog
+* Wed Feb 03 2010 Ondrej Vasik <ovasik at redhat.com> 1.5.1-2
+- fix buffer overflow for files with names of length
+  100 chars(#556664)
+
 * Wed Jan 13 2010 Ondrej Vasik <ovasik at redhat.com> 1.5.1-1
 - new upstream release 1.5.1
 



More information about the scm-commits mailing list