update to 3.3.4

This commit is contained in:
jolan 2006-03-22 01:36:11 +00:00
parent a31a7ba6c7
commit ba7ee47af0
4 changed files with 13 additions and 16 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.15 2006/01/11 12:19:44 espie Exp $
# $OpenBSD: Makefile,v 1.16 2006/03/22 01:36:11 jolan Exp $
COMMENT= "Embedded SQL implementation"
COMMENT-tcl= "TCL bindings for Sqlite3"
V= 3.2.8
V= 3.3.4
DISTNAME= sqlite-${V}
PKGNAME= sqlite3-${V}p0
PKGNAME-tcl= sqlite3-tcl-${V}p0
PKGNAME= sqlite3-${V}
PKGNAME-tcl= sqlite3-tcl-${V}
CATEGORIES= databases
SHARED_LIBS= sqlite3 8.6
@ -28,7 +28,7 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
# XXX gcc bug? some regress tests crash at w/-O2 but not -Os
# XXX gcc bug? some regress tests crash w/-O2 but not -Os
.if ${MACHINE_ARCH} == "amd64"
CFLAGS+=-Os
.endif

View File

@ -1,4 +1,4 @@
MD5 (sqlite-3.2.8.tar.gz) = 9f2c014aaa46565b8163e047166a5686
RMD160 (sqlite-3.2.8.tar.gz) = 9e76c81ba613c952d8d9a9b3ef9ea147f38d38a3
SHA1 (sqlite-3.2.8.tar.gz) = 22dc683741f716459ad5e6473be79e3c24031c3d
SIZE (sqlite-3.2.8.tar.gz) = 1521504
MD5 (sqlite-3.3.4.tar.gz) = e31b390c294c0ea093f0bed3353fdff2
RMD160 (sqlite-3.3.4.tar.gz) = 09ef8bc8bd21ff96ebcba4053f8d18b7276bedca
SHA1 (sqlite-3.3.4.tar.gz) = 93f742986e8bc2dfa34792e16df017a6feccf3a2
SIZE (sqlite-3.3.4.tar.gz) = 1644139

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.1 2005/12/26 21:32:01 sturm Exp $
--- Makefile.in.orig Mon Dec 26 22:10:12 2005
+++ Makefile.in Mon Dec 26 22:11:17 2005
@@ -233,7 +233,8 @@ last_change: $(SRC)
$OpenBSD: patch-Makefile_in,v 1.2 2006/03/22 01:36:11 jolan Exp $
--- Makefile.in.orig Wed Jan 25 09:52:16 2006
+++ Makefile.in Wed Feb 1 02:04:19 2006
@@ -242,7 +242,8 @@ last_change: $(SRC)
libsqlite3.la: $(LIBOBJ)
$(LTLINK) -o libsqlite3.la $(LIBOBJ) $(LIBPTHREAD) \

View File

@ -4,6 +4,3 @@ without running a separate RDBMS process. The distribution comes with a
standalone command-line access program (sqlite3) that can be used to
administer an SQLite database and which serves as an example of how to
use the SQLite library.
This is version 3 of the SQLite engine, it is not backwards compatible
with databases created with SQLite version 2.