From f211df1c9d5f60121e0b5e48487f16a363ea0229 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 29 May 2019 16:02:48 +0300 Subject: [PATCH] nspr sqlite:ver. bump firefox --- system/base/nspr/pspec.xml | 9 ++++++++- system/base/sqlite/actions.py | 4 ++-- system/base/sqlite/pspec.xml | 11 +++++++++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/system/base/nspr/pspec.xml b/system/base/nspr/pspec.xml index 1beb6b37..69f80370 100644 --- a/system/base/nspr/pspec.xml +++ b/system/base/nspr/pspec.xml @@ -12,7 +12,7 @@ library Netscape Portable Runtime Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla client, many of Netscape/AOL/iPlanet's and other software offerings. - https://ftp.mozilla.org/pub/nspr/releases/v4.19/src/nspr-4.19.tar.gz + https://ftp.mozilla.org/pub/nspr/releases/v4.21/src/nspr-4.21.tar.gz nspr.pc.in generate-pc-config.sh @@ -41,6 +41,13 @@ + + 2019-05-27 + 4.21 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-15 4.19 diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index af12374f..01b0a2e5 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -61,10 +61,10 @@ def install(): pisitools.dodoc("README*") - shelltools.cd("%s/sqlite-doc-3260000" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3270200" % get.workDIR()) shelltools.system("pwd") - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3260000/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3270200/*") # 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 69156640..c79a26ae 100644 --- a/system/base/sqlite/pspec.xml +++ b/system/base/sqlite/pspec.xml @@ -12,8 +12,8 @@ library 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://sqlite.org/2018/sqlite-autoconf-3260000.tar.gz - https://sqlite.org/2018/sqlite-doc-3260000.zip + https://sqlite.org/2019/sqlite-autoconf-3270200.tar.gz + https://sqlite.org/2019/sqlite-doc-3270200.zip readline-devel @@ -104,6 +104,13 @@ + + 2019-05-27 + 3.27.2 + Verison Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-12-11 3.26.0