Skip to content
Snippets Groups Projects
Verified Commit 44858d97 authored by Max Rees's avatar Max Rees
Browse files

system/sqlite: [CVE] bump to 3.31.1 (#200)

Also add options=!check since the test suite wasn't being run anyway -
it requires tcl (which is a circular dependency :/) and is in the "src"
distribution, not the "autoconf" one.
parent 64396768
No related branches found
No related tags found
1 merge request!411CVE patches for 2020.03.16
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=sqlite
pkgver=3.30.1
pkgver=3.31.1
_pkgver=${pkgver%.*}0${pkgver#*.*.}00
_pkgver=${_pkgver%.*}${_pkgver#*.}
pkgrel=0
pkgdesc="C library that implements an SQL database engine"
url="https://sqlite.org/"
arch="all"
options="!check" # Test suite requires tcl - circular dependency
license="Public-Domain"
depends=""
makedepends="libedit-dev zlib-dev"
source="https://sqlite.org/2019/$pkgname-autoconf-$_pkgver.tar.gz"
source="https://sqlite.org/2020/$pkgname-autoconf-$_pkgver.tar.gz"
subpackages="$pkgname-doc $pkgname-dev $pkgname-libs"
builddir="$srcdir/$pkgname-autoconf-$_pkgver"
# secfixes:
# 3.31.1-r0:
# - CVE-2019-19242
# - CVE-2019-19244
# - CVE-2019-19317
# - CVE-2019-19603
# - CVE-2019-19645
# - CVE-2019-19646
# - CVE-2019-19880
# - CVE-2019-19923
# - CVE-2019-19924
# - CVE-2019-19925
# - CVE-2019-19926
# - CVE-2019-19959
# - CVE-2019-20218
build() {
local _amalgamation="-DSQLITE_ENABLE_FTS4 \
-DSQLITE_ENABLE_FTS3 \
......@@ -61,4 +78,4 @@ libs() {
mv "$pkgdir"/usr/lib "$subpkgdir"/usr/
}
sha512sums="9ec0283c417fb0323b0e43550af2a49e9a63988e4212c27ea62cc9da3534caa6faf5bdc7e051b6772c4ce61560a433b3d3288b68e05e9ba8495f61a3bcebda3e sqlite-autoconf-3300100.tar.gz"
sha512sums="d85250ba5f78f0c918880f663741709aba662192f04888b2324a0df17affdf5b8540e8428c6c7315119806e7adad758ea281c9b403c0ad94ac6a9bd1b93fd617 sqlite-autoconf-3310100.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment