mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
sqlite: bump version
Closes #1957 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e9bc59e5bf
commit
cffb9cf0d5
3
CHANGES
3
CHANGES
@ -8,7 +8,7 @@
|
|||||||
luasocket, rings, wsapi, xavante
|
luasocket, rings, wsapi, xavante
|
||||||
|
|
||||||
Updated/fixed packages: cdrkit, libidn, netperf, openssl, php,
|
Updated/fixed packages: cdrkit, libidn, netperf, openssl, php,
|
||||||
qt, tn5250, usbutils
|
qt, sqlite, tn5250, usbutils
|
||||||
|
|
||||||
Removed packages: modutils
|
Removed packages: modutils
|
||||||
|
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
|
#1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
|
||||||
#1945: PHP: add sqlite3 dependency when using external lib
|
#1945: PHP: add sqlite3 dependency when using external lib
|
||||||
#1951: Bump openssl to 0.9.8o
|
#1951: Bump openssl to 0.9.8o
|
||||||
|
#1957: Bump sqlite to 3.6.23.1
|
||||||
|
|
||||||
2010.05, Released May 30th, 2010:
|
2010.05, Released May 30th, 2010:
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
SQLITE_VERSION = 3.6.22
|
SQLITE_VERSION = 3.6.23.1
|
||||||
SQLITE_SOURCE = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
|
SQLITE_SOURCE = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
|
||||||
SQLITE_SITE = http://www.sqlite.org
|
SQLITE_SITE = http://www.sqlite.org
|
||||||
SQLITE_INSTALL_STAGING = YES
|
SQLITE_INSTALL_STAGING = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user