Merge pull request #7723 from micmac1/lede-17.01-sqlite3

(lede 17.01) sqlite3 security bump
This commit is contained in:
champtar 2018-12-18 22:50:41 +01:00 committed by GitHub
commit b04fe7f74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sqlite
PKG_VERSION:=3190300
PKG_RELEASE:=2
PKG_VERSION:=3260000
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
PKG_HASH:=06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301
PKG_SOURCE_URL:=http://www.sqlite.org/2017/
PKG_HASH:=5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d
PKG_SOURCE_URL:=https://www.sqlite.org/2018/
PKG_LICENSE:=PUBLICDOMAIN
PKG_LICENSE_FILES:=
@ -43,7 +43,7 @@ define Package/libsqlite3
$(call Package/sqlite3/Default)
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+libpthread
DEPENDS:=+libpthread +zlib
TITLE+= (library)
endef
@ -79,7 +79,8 @@ TARGET_CFLAGS += $(FPIC) \
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-editline
--disable-editline \
--disable-static-shell
CONFIGURE_VARS += \
config_BUILD_CC="$(HOSTCC)" \