From ef114aad8a6387fc80157c705915b044b55cdf1d Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 5 May 2018 22:08:36 +0300 Subject: [PATCH 1/9] nspr-4.19:ver.bump --- system/base/nspr/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/system/base/nspr/pspec.xml b/system/base/nspr/pspec.xml index 36b5617f..032c0904 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.17/src/nspr-4.17.tar.gz + https://ftp.mozilla.org/pub/nspr/releases/v4.19/src/nspr-4.19.tar.gz nspr.pc.in generate-pc-config.sh @@ -41,6 +41,13 @@ + + 2018-05-05 + 4.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-09-26 4.17.0 From eed033f50814f8968675a7e3969dbc9f76b5338f Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 5 May 2018 22:15:32 +0300 Subject: [PATCH 2/9] sqlite-3.22.0 --- system/base/sqlite/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml index c742f579..5a69dbb4 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/2017/sqlite-autoconf-3200100.tar.gz - https://sqlite.org/2017/sqlite-doc-3200100.zip + https://sqlite.org/2018/sqlite-autoconf-3220000.tar.gz + https://sqlite.org/2018/sqlite-doc-3220000.zip readline-devel @@ -104,6 +104,13 @@ + + 2018-05-05 + 3.22.0 + Verison Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-09-26 3.20.1 From f69867b4b47e90f87d3ef8fd31c18877a4454b15 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 5 May 2018 22:16:27 +0300 Subject: [PATCH 3/9] sqlite-3.22.0 --- system/base/sqlite/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index ffc00b1a..6368de0c 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-3200100" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3220000" % get.workDIR()) shelltools.system("pwd") - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3200100/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3220000/*") # 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()) From b297748bbefe9af31b56dc3b24149529d6e051fb Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 12 May 2018 14:50:35 +0300 Subject: [PATCH 4/9] module-virtualbox --- kernel/drivers/module-virtualbox/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kernel/drivers/module-virtualbox/pspec.xml b/kernel/drivers/module-virtualbox/pspec.xml index aba451d2..7d4a5009 100644 --- a/kernel/drivers/module-virtualbox/pspec.xml +++ b/kernel/drivers/module-virtualbox/pspec.xml @@ -12,7 +12,7 @@ driver Kernel modules for VirtualBox This package provides the kernel support for VirtualBox. - https://sourceforge.net/projects/pisilinux/files/source/module-virtualbox-5.2.10.tar.xz + https://sourceforge.net/projects/pisilinux/files/source/module-virtualbox-5.2.12.tar.xz kernel-module-headers @@ -50,6 +50,13 @@ + + 2018-05-10 + 5.2.12 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-04-28 5.2.10 From 132bd5bc3912ea0602dc598e9c179201c32655f3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 12 May 2018 14:52:25 +0300 Subject: [PATCH 5/9] module-virtualbox-guest --- kernel/drivers/module-virtualbox-guest/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kernel/drivers/module-virtualbox-guest/pspec.xml b/kernel/drivers/module-virtualbox-guest/pspec.xml index 278abef4..1b50b483 100644 --- a/kernel/drivers/module-virtualbox-guest/pspec.xml +++ b/kernel/drivers/module-virtualbox-guest/pspec.xml @@ -12,7 +12,7 @@ driver Kernel modules for VirtualBox guest machines This package provides the kernel modules needed for mouse integration and shared folder support between VirtualBox host and guest systems. - https://sourceforge.net/projects/pisilinux/files/source/module-virtualbox-guest-5.2.10.tar.xz + https://sourceforge.net/projects/pisilinux/files/source/module-virtualbox-guest-5.2.12.tar.xz kernel-module-headers @@ -52,6 +52,13 @@ + + 2018-05-10 + 5.2.12 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-04-28 5.2.10 From 8618bcbe653f33a40d0ccf472be90f91ccb0440e Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 12 May 2018 15:03:05 +0300 Subject: [PATCH 6/9] module-virtualbox --- kernel/drivers/module-virtualbox/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/drivers/module-virtualbox/pspec.xml b/kernel/drivers/module-virtualbox/pspec.xml index 7d4a5009..395b993c 100644 --- a/kernel/drivers/module-virtualbox/pspec.xml +++ b/kernel/drivers/module-virtualbox/pspec.xml @@ -53,7 +53,7 @@ 2018-05-10 5.2.12 - Version bump. + Version bump Ertuğrul Erata ertugrulerata@gmail.com From e67de669e4b8cdbd63435c2543d48697bcfb8488 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 12 May 2018 15:04:20 +0300 Subject: [PATCH 7/9] module-virtualbox-guest --- kernel/drivers/module-virtualbox-guest/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/drivers/module-virtualbox-guest/pspec.xml b/kernel/drivers/module-virtualbox-guest/pspec.xml index 1b50b483..089e3f76 100644 --- a/kernel/drivers/module-virtualbox-guest/pspec.xml +++ b/kernel/drivers/module-virtualbox-guest/pspec.xml @@ -55,7 +55,7 @@ 2018-05-10 5.2.12 - Version bump. + Version bump Ertuğrul Erata ertugrulerata@gmail.com From ec3287c24bc923eadd60f4e402390bdd6283c908 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 12 May 2018 16:03:12 +0300 Subject: [PATCH 8/9] module-virtualbox --- kernel/drivers/module-virtualbox/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/drivers/module-virtualbox/pspec.xml b/kernel/drivers/module-virtualbox/pspec.xml index 395b993c..7d4a5009 100644 --- a/kernel/drivers/module-virtualbox/pspec.xml +++ b/kernel/drivers/module-virtualbox/pspec.xml @@ -53,7 +53,7 @@ 2018-05-10 5.2.12 - Version bump + Version bump. Ertuğrul Erata ertugrulerata@gmail.com From f7de25197edb05bf3cd5bf824a363f2854683c2b Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 14 May 2018 11:46:57 +0300 Subject: [PATCH 9/9] cmake-3.11.1:ver.bump --- system/devel/cmake/pspec.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/system/devel/cmake/pspec.xml b/system/devel/cmake/pspec.xml index f78a94d3..006f0469 100644 --- a/system/devel/cmake/pspec.xml +++ b/system/devel/cmake/pspec.xml @@ -12,12 +12,13 @@ app:console Cross-platform, open-source make system CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. - https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz + https://cmake.org/files/v3.11/cmake-3.11.1.tar.gz curl-devel expat-devel libarchive-devel ncurses-devel + rhash-devel zlib-devel xz-devel libuv-devel @@ -29,6 +30,7 @@ curl expat + rhash libarchive libgcc ncurses @@ -45,6 +47,13 @@ + + 2018-05-14 + 3.11.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-02-09 3.7.2