Bump sqlite to 3.6.22

Closes #943.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-01-20 11:17:53 -03:00 committed by Peter Korsgaard
parent b3febdac86
commit c623a2379c
2 changed files with 4 additions and 3 deletions

View File

@ -7,8 +7,8 @@
Updated/fixed packages: autoconf, bind, binutils, bootutils, busybox,
directfb, e2fsprogs, gstreamer, gst-plugins-bad, hal, iptables,
iw, jpeg, kismet, libfuse, libpcap, libungif, lighttpd, mesa, mpg123,
mtd-utils, neon, openvpn, pcre, qt, rpm, sshfs, tremor, u-boot,
usb_modeswitch, usbutils, wpa_supplicant, xfsprogs
mtd-utils, neon, openvpn, pcre, qt, rpm, sqlite, sshfs, tremor,
u-boot, usb_modeswitch, usbutils, wpa_supplicant, xfsprogs
Issues resolved (http://bugs.uclibc.org):
@ -36,6 +36,7 @@
#925: Bump wpa_supplicant package to 0.6.10
#931: Bump kismet package to 2010-01-R1
#937: Bump openvpn package to 2.1.1
#943: Bump sqlite package to 3.6.22
2009.11, Released December 1st, 2009:

View File

@ -4,7 +4,7 @@
#
#############################################################
SQLITE_VERSION = 3.6.20
SQLITE_VERSION = 3.6.22
SQLITE_SOURCE = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org
SQLITE_INSTALL_STAGING = YES