sqlite: update to 3.8.10.2
This commit is contained in:
parent
491db18b95
commit
57b132ef99
@ -6,9 +6,10 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=sqlite
|
topdir=sqlite
|
||||||
version=3.8.8.3
|
version=3.8.10.2
|
||||||
|
shortver=3081002
|
||||||
pkgver=1
|
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
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
@ -20,7 +21,7 @@ export CFLAGS="-O2 -g -DSQLITE_HOMEGROWN_RECURSIVE_MUTEX -D__EXTENSIONS__"
|
|||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||||
configure_args+=(--disable-static)
|
configure_args+=(--disable-static)
|
||||||
topsrcdir=sqlite-autoconf-3080803
|
topsrcdir=sqlite-autoconf-${shortver}
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
@ -44,6 +45,8 @@ reg install
|
|||||||
install()
|
install()
|
||||||
{
|
{
|
||||||
generic_install DESTDIR
|
generic_install DESTDIR
|
||||||
|
compat sqlite 3.8.8.3 1 1
|
||||||
|
compat sqlite 3.8.10 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sat Jun 06 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 3.8.10.2-1
|
||||||
|
- Update to 3.8.10.2
|
||||||
|
|
||||||
|
* Sat May 09 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 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 <swpkg@jupiterrise.com> - 3.8.8.3-1
|
* Sat Mar 21 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 3.8.8.3-1
|
||||||
- Update to 3.8.8.3
|
- Update to 3.8.8.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user