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:   21-Jul-2007 09:42:23
  Branch: HEAD                             Handle: 2007072108422100

  Modified files:
    openpkg-src/sqlite      sqlite.patch sqlite.spec

  Log:
    upgrading package: sqlite 3.4.0 -> 3.4.1

  Summary:
    Revision    Changes     Path
    1.35        +0  -36     openpkg-src/sqlite/sqlite.patch
    1.146       +2  -2      openpkg-src/sqlite/sqlite.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.patch
  ============================================================================
  $ cvs diff -u -r1.34 -r1.35 sqlite.patch
  --- openpkg-src/sqlite/sqlite.patch   17 Jul 2007 10:50:51 -0000      1.34
  +++ openpkg-src/sqlite/sqlite.patch   21 Jul 2007 07:42:21 -0000      1.35
  @@ -20,15 +20,6 @@
    # All of the source code files.
    #
    SRC = \
  -@@ -409,7 +421,7 @@
  -     cp $(TOP)/src/parse.y .
  -     ./lemon$(BEXE) $(OPTS) parse.y
  -     mv parse.h parse.h.temp
  --    awk -f $(TOP)/addopcodes.awk parse.h.temp >parse.h
  -+    $(NAWK) -f $(TOP)/addopcodes.awk parse.h.temp >parse.h
  - 
  - pragma.lo:  $(TOP)/src/pragma.c $(HDR)
  -     $(LTCOMPILE) -c $(TOP)/src/pragma.c
   @@ -498,6 +510,23 @@
                -o testfixture $(TESTSRC) $(TOP)/src/tclsqlite.c \
                libsqlite3.la $(LIBTCL)
  @@ -151,30 +142,3 @@
   -Libs: -L${libdir} -lsqlite3
   +Libs: -L${libdir} -lsqlite3 @LIBS@
    Cflags: -I${includedir}
  -Index: src/shell.c
  ---- src/shell.c.orig 2007-06-12 14:18:01 +0200
  -+++ src/shell.c      2007-06-20 18:09:00 +0200
  -@@ -1753,6 +1753,7 @@
  -   char *home_dir = NULL;
  -   const char *sqliterc = sqliterc_override;
  -   char *zBuf = 0;
  -+  int n;
  -   FILE *in = NULL;
  - 
  -   if (sqliterc == NULL) {
  -@@ -1761,12 +1762,13 @@
  -       fprintf(stderr,"%s: cannot locate your home directory!\n", Argv0);
  -       return;
  -     }
  --    zBuf = malloc(strlen(home_dir) + 15);
  -+    n = strlen(home_dir) + 15;
  -+    zBuf = malloc(n);
  -     if( zBuf==0 ){
  -       fprintf(stderr,"%s: out of memory!\n", Argv0);
  -       exit(1);
  -     }
  --    sqlite3_snprintf(sizeof(zBuf), zBuf,"%s/.sqliterc",home_dir);
  -+    sqlite3_snprintf(n, zBuf,"%s/.sqliterc",home_dir);
  -     free(home_dir);
  -     sqliterc = (const char*)zBuf;
  -   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  ============================================================================
  $ cvs diff -u -r1.145 -r1.146 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec    20 Jul 2007 20:18:27 -0000      1.145
  +++ openpkg-src/sqlite/sqlite.spec    21 Jul 2007 07:42:21 -0000      1.146
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define       V_sqlite   3.4.0
  +%define       V_sqlite   3.4.1
   %define       V_odbc     0.74
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:        Database
   License:      PD
   Version:      %{V_sqlite}
  -Release:      20070720
  +Release:      20070721
   
   #   package options
   %option       with_utf8            no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to