rpms/fbida/FC-3 fbida.CVE-2006-1695.patch, NONE, 1.1 fbida.spec, 1.6, 1.7 CVE-2006-1695-fbgs.mktemp.patch, 1.1, NONE

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Mon Apr 24 06:21:52 UTC 2006


Author: adrian

Update of /cvs/extras/rpms/fbida/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11299

Modified Files:
	fbida.spec 
Added Files:
	fbida.CVE-2006-1695.patch 
Removed Files:
	CVE-2006-1695-fbgs.mktemp.patch 
Log Message:
doing some renaming


fbida.CVE-2006-1695.patch:

--- NEW FILE fbida.CVE-2006-1695.patch ---
diff -ru fbida-2.01.orig/fbgs fbida-2.01/fbgs
--- fbida-2.01.orig/fbgs	2004-03-28 13:32:16.000000000 +0200
+++ fbida-2.01/fbgs	2006-04-08 02:49:37.000000000 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 # tmp dir
-DIR="${TMPDIR-/var/tmp}/fbps-$$"
-mkdir -p $DIR	|| exit 1
+DIR=`mktemp -dtp /tmp fbgs-XXXXXX`
+[ -d $DIR ]  || exit 1
 trap "rm -rf $DIR" EXIT
 
 # parse options


Index: fbida.spec
===================================================================
RCS file: /cvs/extras/rpms/fbida/FC-3/fbida.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fbida.spec	24 Apr 2006 06:19:55 -0000	1.6
+++ fbida.spec	24 Apr 2006 06:21:52 -0000	1.7
@@ -6,7 +6,7 @@
 Group:          Applications/Multimedia
 URL:            http://linux.bytesex.org/fbida/
 Source:         http://dl.bytesex.org/releases/fbida/fbida-2.03.tar.gz
-Patch:          CVE-2006-1695-fbgs.mktemp.patch
+Patch:          fbida.CVE-2006-1695.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libexif-devel fontconfig-devel libjpeg-devel
 BuildRequires:  libpng-devel libtiff-devel pkgconfig


--- CVE-2006-1695-fbgs.mktemp.patch DELETED ---




More information about the scm-commits mailing list