OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Oct-2005 13:17:15
Branch: HEAD Handle: 2005102712171500
Modified files:
openpkg-src/libgda libgda.patch
Log:
regen patch and add security fix (CVE-2005-2958)
Summary:
Revision Changes Path
1.6 +33 -12 openpkg-src/libgda/libgda.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libgda/libgda.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 libgda.patch
--- openpkg-src/libgda/libgda.patch 24 Aug 2005 18:39:08 -0000 1.5
+++ openpkg-src/libgda/libgda.patch 27 Oct 2005 11:17:15 -0000 1.6
@@ -1,6 +1,27 @@
+Index: libgda/gda-log.c
+--- libgda/gda-log.c.orig 2004-10-09 16:37:58 +0200
++++ libgda/gda-log.c 2005-10-27 13:15:48 +0200
+@@ -111,7 +111,7 @@
+ #ifdef LIBGDA_WIN32
+ g_log ("Gda", G_LOG_LEVEL_INFO, "%s", msg);
+ #else
+- syslog (LOG_USER | LOG_INFO, msg);
++ syslog (LOG_USER | LOG_INFO, "%s", msg);
+ #endif
+ g_free (msg);
+ }
+@@ -144,7 +144,7 @@
+ #ifdef LIBGDA_WIN32
+ g_log ("Gda", G_LOG_LEVEL_ERROR, "%s", msg);
+ #else
+- syslog (LOG_USER | LOG_ERR, msg);
++ syslog (LOG_USER | LOG_ERR, "%s", msg);
+ #endif
+ g_free (msg);
+ }
Index: providers/sqlite/gda-sqlite-provider.c
---- providers/sqlite/gda-sqlite-provider.c.orig 2005-06-01 21:14:12
+0200
-+++ providers/sqlite/gda-sqlite-provider.c 2005-08-24 20:35:00 +0200
+--- providers/sqlite/gda-sqlite-provider.c.orig 2005-09-28 13:39:45
+0200
++++ providers/sqlite/gda-sqlite-provider.c 2005-10-27 13:15:08 +0200
@@ -26,6 +26,7 @@
#endif
@@ -8,11 +29,11 @@
+#include <string.h>
#include <libgda/gda-intl.h>
#include <libgda/gda-data-model-array.h>
- #include <libgda/gda-util.h>
+ #include <libgda/gda-data-model-private.h>
Index: report/testing/Makefile.in
---- report/testing/Makefile.in.orig 2005-07-08 16:45:27 +0200
-+++ report/testing/Makefile.in 2005-08-24 20:35:00 +0200
-@@ -323,7 +323,7 @@
+--- report/testing/Makefile.in.orig 2005-10-13 10:11:35 +0200
++++ report/testing/Makefile.in 2005-10-27 13:15:08 +0200
+@@ -336,7 +336,7 @@
gda_report_test_SOURCES = \
gda-report-test.c
@@ -22,9 +43,9 @@
$(top_builddir)/report/libgda-report/libgda-report-3.la \
$(LIBGDA_LIBS)
Index: testing/Makefile.in
---- testing/Makefile.in.orig 2005-07-08 16:45:28 +0200
-+++ testing/Makefile.in 2005-08-24 20:35:00 +0200
-@@ -337,7 +337,7 @@
+--- testing/Makefile.in.orig 2005-10-13 10:11:35 +0200
++++ testing/Makefile.in 2005-10-27 13:15:08 +0200
+@@ -350,7 +350,7 @@
ibmdb2-test.c \
ibmdb2-test.h
@@ -34,9 +55,9 @@
$(LIBGDA_LIBS)
Index: tools/Makefile.in
---- tools/Makefile.in.orig 2005-07-08 16:45:28 +0200
-+++ tools/Makefile.in 2005-08-24 20:35:00 +0200
-@@ -414,10 +414,10 @@
+--- tools/Makefile.in.orig 2005-10-13 10:11:36 +0200
++++ tools/Makefile.in 2005-10-27 13:15:08 +0200
+@@ -427,10 +427,10 @@
done
gda-config-tool$(EXEEXT): $(gda_config_tool_OBJECTS)
$(gda_config_tool_DEPENDENCIES)
@rm -f gda-config-tool$(EXEEXT)
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]