rpms/seq24/F-8 seq24-buffer-overflow.patch, NONE, 1.1 seq24.spec, 1.3, 1.4

Anthony Green (green) fedora-extras-commits at redhat.com
Fri Jul 11 15:05:17 UTC 2008


Author: green

Update of /cvs/pkgs/rpms/seq24/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18464

Modified Files:
	seq24.spec 
Added Files:
	seq24-buffer-overflow.patch 
Log Message:
Rev 9.  Fix buffer overflow.

seq24-buffer-overflow.patch:

--- NEW FILE seq24-buffer-overflow.patch ---
--- src/seqdata.cpp~	2006-05-17 21:40:15.000000000 -0700
+++ src/seqdata.cpp	2008-07-11 07:44:12.000000000 -0700
@@ -118,7 +118,7 @@
                                      6, 
                                      30 );
 
-        char val[4];
+        char val[5];
         sprintf( val, "%3d\n", i );
         char num[6];
         memset( num, 0, 6);


Index: seq24.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seq24/F-8/seq24.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seq24.spec	9 Oct 2007 09:45:33 -0000	1.3
+++ seq24.spec	11 Jul 2008 15:04:28 -0000	1.4
@@ -1,14 +1,15 @@
 Summary:      Real-time midi sequencer
 Name:         seq24
 Version:      0.8.7
-Release:      8%{?dist}
-License:      GPL
+Release:      9%{?dist}
+License:      GPLv2+
 Group:        Applications/Multimedia
 URL:          http://www.filter24.org/seq24/
 Source:       http://filter24.org/seq24/seq24-%{version}.tar.gz
 Source1:      seq24.png
 Source2:      seq24.desktop
 Patch0:       seq24-stack-smash.patch
+Patch3:	      seq24-buffer-overflow.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: lash-devel gtkmm24-devel
@@ -24,6 +25,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .stack-smash~
+%patch3 -p0 -b .buffer-overflow
 
 %build
 %configure
@@ -65,6 +67,10 @@
 %{_datadir}/icons/hicolor/64x64/apps/seq24.png
 
 %changelog
+* Fri Jul 11 2008 Anthony Green <green at redhat.com> 0.8.7-9
+- Add buffer overflow fix.
+- Fix license tag
+
 * Tue Oct 09 2007 Anthony Green <green at redhat.com> 0.8.7-8
 - Rebuilt for new lash again.
 




More information about the fedora-extras-commits mailing list