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: 23-Feb-2007 15:30:36
Branch: HEAD Handle: 2007022314303501
Modified files:
openpkg-src/sqlite sqlite.patch sqlite.spec
Log:
apply a bugfix from the PHP CVS to the ancient SQLite 2.x sources
Summary:
Revision Changes Path
1.24 +12 -0 openpkg-src/sqlite/sqlite.patch
1.132 +1 -1 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.23 -r1.24 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 19 Feb 2007 07:26:18 -0000 1.23
+++ openpkg-src/sqlite/sqlite.patch 23 Feb 2007 14:30:35 -0000 1.24
@@ -13,6 +13,18 @@
#########
# Figure out whether or not we have a "usleep()" function.
+Index: sqlite-2.8.17/src/encode.c
+--- sqlite-2.8.17/src/encode.c.orig 2005-04-24 00:43:22 +0200
++++ sqlite-2.8.17/src/encode.c 2007-02-23 15:28:03 +0100
+@@ -176,6 +176,8 @@
+ int i, e;
+ unsigned char c;
+ e = *(in++);
++ if (e == 0)
++ return 0;
+ i = 0;
+ while( (c = *(in++))!=0 ){
+ if( c==1 ){
Index: sqlite-3.3.13/Makefile.in
--- sqlite-3.3.13/Makefile.in.orig 2006-10-03 14:40:42 +0200
+++ sqlite-3.3.13/Makefile.in 2006-12-18 09:51:03 +0100
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.131 -r1.132 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 19 Feb 2007 07:26:18 -0000 1.131
+++ openpkg-src/sqlite/sqlite.spec 23 Feb 2007 14:30:36 -0000 1.132
@@ -38,7 +38,7 @@
Group: Database
License: PD
Version: %{V_v3}
-Release: 20070219
+Release: 20070223
# package options
%option with_v2 no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]