From 57b132ef997229af4b69ec2403c5a62865c3eb7a Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 6 Jun 2015 11:38:53 +0200 Subject: [PATCH] sqlite: update to 3.8.10.2 --- sqlite/build.sh | 9 ++++++--- sqlite/meta/ChangeLog | 6 ++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/sqlite/build.sh b/sqlite/build.sh index 3eba3b5..127f083 100755 --- a/sqlite/build.sh +++ b/sqlite/build.sh @@ -6,9 +6,10 @@ ########################################################### # Check the following 4 variables before running the script topdir=sqlite -version=3.8.8.3 +version=3.8.10.2 +shortver=3081002 pkgver=1 -source[0]=http://www.sqlite.org/2015/sqlite-autoconf-3080803.tar.gz +source[0]=http://www.sqlite.org/2015/sqlite-autoconf-${shortver}.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -20,7 +21,7 @@ export CFLAGS="-O2 -g -DSQLITE_HOMEGROWN_RECURSIVE_MUTEX -D__EXTENSIONS__" export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" configure_args+=(--disable-static) -topsrcdir=sqlite-autoconf-3080803 +topsrcdir=sqlite-autoconf-${shortver} reg prep prep() @@ -44,6 +45,8 @@ reg install install() { generic_install DESTDIR + compat sqlite 3.8.8.3 1 1 + compat sqlite 3.8.10 1 1 } reg pack diff --git a/sqlite/meta/ChangeLog b/sqlite/meta/ChangeLog index b07c6cd..7c6f18e 100644 --- a/sqlite/meta/ChangeLog +++ b/sqlite/meta/ChangeLog @@ -1,5 +1,11 @@ CHANGELOG --------- +* Sat Jun 06 2015 Tom G. Christensen - 3.8.10.2-1 +- Update to 3.8.10.2 + +* Sat May 09 2015 Tom G. Christensen - 3.8.10-1 +- Update to 3.8.10 (fixes CVE-2015-3414, CVE-2015-3415, CVE-2015-3416) + * Sat Mar 21 2015 Tom G. Christensen - 3.8.8.3-1 - Update to 3.8.8.3