From e249042e635959a608af603e15e5deb83f100362 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 30 Apr 2025 14:48:49 +0300 Subject: [PATCH] sqlite ver. bump --- system/base/sqlite/actions.py | 8 ++++---- system/base/sqlite/pspec.xml | 11 +++++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index 5bd5a227..83e99b41 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -38,10 +38,10 @@ def setup(): --enable-fts4 \ --enable-fts5 \ --enable-rtree \ - --enable-json1 \ --enable-threadsafe") + # --enable-json1 \ # fix unused direct dependency analysis - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + # pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") #shelltools.cd("tea") #autotools.configure(" \ @@ -65,9 +65,9 @@ def install(): pisitools.dodoc("README*") - shelltools.cd("%s/sqlite-doc-3470200" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3490100" % get.workDIR()) - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3470200/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3490100/*") """ # fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605 shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR()) diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml index 998acdcc..e15e9ec6 100644 --- a/system/base/sqlite/pspec.xml +++ b/system/base/sqlite/pspec.xml @@ -14,8 +14,8 @@ app:console An SQL Database Engine in a C Library SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size. - https://www.sqlite.org/2024/sqlite-autoconf-3470200.tar.gz - https://www.sqlite.org/2024/sqlite-doc-3470200.zip + https://www.sqlite.org/2025/sqlite-autoconf-3490100.tar.gz + https://www.sqlite.org/2025/sqlite-doc-3490100.zip readline-devel @@ -105,6 +105,13 @@ --> + + 2025-04-26 + 3.49.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-12-18 3.47.2