Commit ab17f403 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

Update sqlite package to version 3.6.18



Closes #655.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 89b33886
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
	libevent, libglib2, liblockfile, libmad, libnl, libupnp, libuuid,
	ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl,
	php, python, quagga, radvd, rsync, samba, shared-mime-info,
	speech-tools, squashfs, syslinux, u-boot, util-linux, valgrind,
	vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib
	speech-tools, sqlite, squashfs, syslinux, u-boot, util-linux,
	valgrind, vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib

	Removed package: mdnsresponder, mpatrol

@@ -28,6 +28,7 @@
	#617: netkit/inetd requires RPC and fails to build if RPC is disabled
	#619: netkittelnet requires netkitbase to install, but there's no dependency
	#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
	#665: [PATCH] Samba package

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
#############################################################

SQLITE_VERSION = 3.6.16
SQLITE_VERSION = 3.6.18
SQLITE_SOURCE = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org
SQLITE_INSTALL_STAGING = YES