summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorPavel Vinogradov2019-02-08 18:44:31 -0500
committerPavel Vinogradov2019-02-08 18:44:31 -0500
commitf92609cdde3e35dfffc09254262251d76dfc0b57 (patch)
treea5a0e5329c1536b0413d414ceb73ff42572c2eb0 /database
parent9ac85b1d021bd6a2a4c3ccba68b73324ffc722ba (diff)
database/sqlite: version 3.27.1
Diffstat (limited to 'database')
-rwxr-xr-xdatabase/sqlite/DETAILS6
-rw-r--r--database/sqlite/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index 440c94658c..db216327b2 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,12 +1,12 @@
SPELL=sqlite
- VERSION=3.26.0
+ VERSION=3.27.1
+ SOURCE_HASH="sha1:6cdb46a153b0e88f8a5fd80e29b3966885f39ea4:UPSTREAM_HASH"
SECURITY_PATCH=1
- SOURCE_HASH=sha1:9af2df1a6da5db6e2ecf3f463625f16740e036e9
VERSIONX=autoconf-$(awk -vFS=. '{printf "%d%02d%02d%02d",$1,$2,$3,$4}'\
<<<"$VERSION")
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSIONX}"
SOURCE=${SPELL}-${VERSIONX}.tar.gz
- SOURCE_URL[0]=https://www.sqlite.org/2018/${SOURCE}
+ SOURCE_URL[0]=https://www.sqlite.org/2019/${SOURCE}
LICENSE[0]=PD
WEB_SITE=https://www.sqlite.org/
ENTERED=20011016
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index ce1e6771d2..fb05c1d269 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,6 @@
+2019-02-08 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 3.27.1
+
2018-12-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: SECURITY_PATCH++, 3.26.0 fixes the "Magellan" remote code
execution vulnerability, cf. https://blade.tencent.com/magellan/index_en.html