Update sqlite package to version 3.6.18
Closes #655. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
89b33886f7
commit
ab17f40395
5
CHANGES
5
CHANGES
@ -9,8 +9,8 @@
|
|||||||
libevent, libglib2, liblockfile, libmad, libnl, libupnp, libuuid,
|
libevent, libglib2, liblockfile, libmad, libnl, libupnp, libuuid,
|
||||||
ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl,
|
ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl,
|
||||||
php, python, quagga, radvd, rsync, samba, shared-mime-info,
|
php, python, quagga, radvd, rsync, samba, shared-mime-info,
|
||||||
speech-tools, squashfs, syslinux, u-boot, util-linux, valgrind,
|
speech-tools, sqlite, squashfs, syslinux, u-boot, util-linux,
|
||||||
vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib
|
valgrind, vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib
|
||||||
|
|
||||||
Removed package: mdnsresponder, mpatrol
|
Removed package: mdnsresponder, mpatrol
|
||||||
|
|
||||||
@ -28,6 +28,7 @@
|
|||||||
#617: netkit/inetd requires RPC and fails to build if RPC is disabled
|
#617: netkit/inetd requires RPC and fails to build if RPC is disabled
|
||||||
#619: netkittelnet requires netkitbase to install, but there's no dependency
|
#619: netkittelnet requires netkitbase to install, but there's no dependency
|
||||||
#653: [SECURITY] Update php package to version 5.2.11
|
#653: [SECURITY] Update php package to version 5.2.11
|
||||||
|
#655: Update sqlite package to version 3.6.18
|
||||||
#657: Bug in imagemagick-clean target
|
#657: Bug in imagemagick-clean target
|
||||||
#665: [PATCH] Samba package
|
#665: [PATCH] Samba package
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
SQLITE_VERSION = 3.6.16
|
SQLITE_VERSION = 3.6.18
|
||||||
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…
Reference in New Issue
Block a user