rpms/libflaim/devel fortify-source.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 libflaim.spec, 1.11, 1.12 sources, 1.3, 1.4 libflaim-gcc43.patch, 1.2, NONE

Christopher Brown (snecker) fedora-extras-commits at redhat.com
Mon Mar 24 22:11:12 UTC 2008


Author: snecker

Update of /cvs/pkgs/rpms/libflaim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3460

Modified Files:
	.cvsignore libflaim.spec sources 
Added Files:
	fortify-source.patch 
Removed Files:
	libflaim-gcc43.patch 
Log Message:
FORTIFY_SOURCE updates
Updated to latest svn checkout
Dropped gcc43 patch


fortify-source.patch:

--- NEW FILE fortify-source.patch ---
--- flaim/util/sharutil.h.orig	2008-03-24 19:52:35.000000000 +0000
+++ flaim/util/sharutil.h	2008-03-24 19:55:49.000000000 +0000
@@ -28,6 +28,9 @@
 
 #include "flaim.h"
 
+#include <stdio.h>
+#include <string.h>
+
 #if defined( FLM_WIN)
 	// Conversion from XXX to YYY, possible loss of data
 	#pragma warning( disable : 4244) 
--- flaim/util/dbshell.h.orig	2008-03-24 19:54:09.000000000 +0000
+++ flaim/util/dbshell.h	2008-03-24 19:56:13.000000000 +0000
@@ -30,6 +30,9 @@
 #include "flaimsys.h"
 #include "sharutil.h"
 
+#include <stdio.h>
+#include <string.h>
+
 // Types of clipboard data
 
 enum eClipboardDataType
--- flaim/util/flmunittest.h.orig	2008-03-24 19:56:35.000000000 +0000
+++ flaim/util/flmunittest.h	2008-03-24 19:58:21.000000000 +0000
@@ -29,6 +29,7 @@
 #include "flaimsys.h"
 #ifndef FLM_NLM
 	#include <stdio.h>
+	#include <string.h>
 #endif
 
 // Status codes passed to recordUnitTestResults
--- ftk/src/ftk.h.orig	2008-03-24 19:39:41.000000000 +0000
+++ ftk/src/ftk.h	2008-03-24 19:55:06.000000000 +0000
@@ -28,6 +28,9 @@
 #ifndef FTK_H
 #define FTK_H
 
+#include <stdio.h>
+#include <string.h>
+
 	/// \defgroup retcodes Return Codes
 	
 	#ifndef FLM_PLATFORM_CONFIGURED


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libflaim/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Feb 2008 23:37:04 -0000	1.3
+++ .cvsignore	24 Mar 2008 22:10:34 -0000	1.4
@@ -1 +1 @@
-libflaim-4.9.1051.tar.gz
+libflaim-4.9.1052.tar.gz


Index: libflaim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libflaim/devel/libflaim.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libflaim.spec	15 Feb 2008 23:37:04 -0000	1.11
+++ libflaim.spec	24 Mar 2008 22:10:34 -0000	1.12
@@ -1,12 +1,3 @@
-#
-# spec file for package libflaim (Version 4.9.1046)
-#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
-#
-# Please submit bugfixes or comments via http://bugzilla.redhat.com/
-
 # This tarball is a subversion checkout for Flaim 5.0
 # Available from https://forgesvn1.novell.com/svn/flaim/trunk/
 
@@ -16,13 +7,12 @@
 BuildRequires:	ncurses-devel
 Summary:	Embeddable cross-platform database engine
 URL:		http://forge.novell.com/modules/xfmod/project/?flaim
-Version:	4.9.1051
+Version:	4.9.1052
 Release:	1%{?dist}
 License:	GPLv2
 Group:		System Environment/Libraries
-Source:		http://forgeftp.novell.com/flaim/development/flaim/downloads/source/%{name}-4.9.1051.tar.gz
-# Patch0:	%{name}-permissions.patch
-Patch1:		%{name}-gcc43.patch
+Source:		http://forgeftp.novell.com/flaim/development/flaim/downloads/source/%{name}-4.9.1052.tar.gz
+Patch0:		fortify-source.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
@@ -46,8 +36,7 @@
 
 %prep
 %setup -q
-# %patch0 -p0
-%patch1 -p0
+%patch0 -p0
 
 %build
 cd flaim/
@@ -79,6 +68,13 @@
 %{_includedir}/flaimtk.h
 
 %changelog
+* Mon Mar 24 2008 Christopher Brown <snecklifter at gmail.com> - 4.9.1052-1
+- Update to latest svn
+- Drop gcc43 patch
+
+* Mon Mar 24 2008 Christopher Brown <snecklifter at gmail.com> - 4.9.1051-2
+- fortify source patch
+
 * Fri Feb 15 2008 Christopher Brown <snecklifter at gmail.com> - 4.9.1051-1
 - Update to latest svn
 - Fix building on x86_64 with gcc 4.3


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libflaim/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Feb 2008 23:37:04 -0000	1.3
+++ sources	24 Mar 2008 22:10:34 -0000	1.4
@@ -1 +1 @@
-8bcc7feba2eff6f96767a058ea5e10b3  libflaim-4.9.1051.tar.gz
+3f39b7a2a175f48f145c4b1586fcd804  libflaim-4.9.1052.tar.gz


--- libflaim-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list