From 478da3c1e210559a91af993dcc92c30bc82c245c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Thu, 3 May 2018 07:12:30 +0300 Subject: [PATCH 1/8] part1 - rebuild or update perl and python( gdbm breaks) - rebuild texinfo ? --- system/base/expat/pspec.xml | 9 ++++++++- system/base/gdbm/pspec.xml | 9 ++++++++- system/base/texinfo/pspec.xml | 11 +++++++++-- system/devel/check/pspec.xml | 12 +++++++++++- system/devel/elfutils/pspec.xml | 11 ++++++++++- system/devel/patch/pspec.xml | 9 ++++++++- 6 files changed, 54 insertions(+), 7 deletions(-) diff --git a/system/base/expat/pspec.xml b/system/base/expat/pspec.xml index d9c44cda..5206e2dd 100644 --- a/system/base/expat/pspec.xml +++ b/system/base/expat/pspec.xml @@ -12,7 +12,7 @@ library XML parsing libraries This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. - mirrors://sourceforge/expat/expat-2.2.3.tar.bz2 + mirrors://sourceforge/expat/expat-2.2.5.tar.bz2 gnuconfig glibc-devel @@ -63,6 +63,13 @@ + + 2018-05-01 + 2.2.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-03 2.2.3 diff --git a/system/base/gdbm/pspec.xml b/system/base/gdbm/pspec.xml index 08f460d5..244e2e96 100644 --- a/system/base/gdbm/pspec.xml +++ b/system/base/gdbm/pspec.xml @@ -12,7 +12,7 @@ library Standard GNU database libraries included for compatibility with Perl GNU dbm is a set of database routines that use extensible hashing. It works similar to the standard UNIX dbm routines. - mirrors://gnu/gdbm/gdbm-1.13.tar.gz + mirrors://gnu/gdbm/gdbm-1.14.1.tar.gz readline-devel @@ -50,6 +50,13 @@ + + 2018-05-01 + 1.14.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-03 1.13 diff --git a/system/base/texinfo/pspec.xml b/system/base/texinfo/pspec.xml index 293eb2db..fe6e76c3 100644 --- a/system/base/texinfo/pspec.xml +++ b/system/base/texinfo/pspec.xml @@ -12,9 +12,9 @@ app:console The GNU info program and utilities Texinfo is a documentation system that can produce both online information and printed output from a single source file. The GNU Project uses the Texinfo file format for most of its documentation. - mirrors://gnu/texinfo/texinfo-6.4.tar.gz + mirrors://gnu/texinfo/texinfo-6.5.tar.gz - ncurses + ncurses-devel perl @@ -45,6 +45,13 @@ + + 2018-05-01 + 6.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-03 6.4 diff --git a/system/devel/check/pspec.xml b/system/devel/check/pspec.xml index fc4c1624..804eff13 100644 --- a/system/devel/check/pspec.xml +++ b/system/devel/check/pspec.xml @@ -12,7 +12,10 @@ library A unit test framework for C check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. - https://github.com/libcheck/check/releases/download/0.11.0/check-0.11.0.tar.gz + https://github.com/libcheck/check/archive/0.12.0.tar.gz + + texinfo + @@ -48,6 +51,13 @@ + + 2018-05-01 + 0.12 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-06 0.11.0 diff --git a/system/devel/elfutils/pspec.xml b/system/devel/elfutils/pspec.xml index dc0288f3..d424cedd 100644 --- a/system/devel/elfutils/pspec.xml +++ b/system/devel/elfutils/pspec.xml @@ -13,7 +13,7 @@ library Libraries/utilities to handle ELF objects elfutils contains libraries and utilities to handle ELF objects and is a replacement for libelf. - ftp://sourceware.org/pub/elfutils/0.168/elfutils-0.168.tar.bz2 + ftp://sourceware.org/pub/elfutils/0.170/elfutils-0.170.tar.bz2 bzip2 xz-devel @@ -28,6 +28,8 @@ zlib bzip2 libgcc + xz-devel + zlib-devel /usr/bin @@ -56,6 +58,13 @@ + + 2018-05-01 + 0.170 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-25 0.168 diff --git a/system/devel/patch/pspec.xml b/system/devel/patch/pspec.xml index 708265fa..55a55973 100644 --- a/system/devel/patch/pspec.xml +++ b/system/devel/patch/pspec.xml @@ -12,7 +12,7 @@ app:console Applies patch files Patch takes a patch file generated by diff command, and applies it to the original files, thus producing patched files. - ftp://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.xz + ftp://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz attr-devel @@ -34,6 +34,13 @@ + + 2018-05-01 + 2.7.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-07 2.7.5 From 15c77e83a5d38d847020f026879973d469af2e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Thu, 3 May 2018 20:02:30 +0300 Subject: [PATCH 2/8] part2 perl and python updated. --- system/base/coreutils/pspec.xml | 9 ++++++++- system/base/file/pspec.xml | 9 ++++++++- system/base/gzip/pspec.xml | 9 ++++++++- system/base/less/pspec.xml | 9 ++++++++- system/base/libpipeline/pspec.xml | 9 ++++++++- system/base/openssl/pspec.xml | 11 +++++++++-- system/base/perl/pspec.xml | 9 ++++++++- system/base/python/pspec.xml | 9 ++++++++- system/base/tar/pspec.xml | 9 ++++++++- system/base/timezone/pspec.xml | 9 ++++++++- system/base/util-linux/pspec.xml | 9 ++++++++- 11 files changed, 89 insertions(+), 12 deletions(-) diff --git a/system/base/coreutils/pspec.xml b/system/base/coreutils/pspec.xml index 8583f4a8..a5df7b14 100644 --- a/system/base/coreutils/pspec.xml +++ b/system/base/coreutils/pspec.xml @@ -12,7 +12,7 @@ app:console A set of basic GNU tools commonly used in shell scripts Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...) - http://ftp.gnu.org/gnu/coreutils/coreutils-8.27.tar.xz + http://ftp.gnu.org/gnu/coreutils/coreutils-8.29.tar.xz acl-devel attr-devel @@ -55,6 +55,13 @@ + + 2018-05-01 + 8.29 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-01 8.27 diff --git a/system/base/file/pspec.xml b/system/base/file/pspec.xml index 58d5f744..941d5121 100644 --- a/system/base/file/pspec.xml +++ b/system/base/file/pspec.xml @@ -12,7 +12,7 @@ app:console Program to identify a file's format by scanning binary data for patterns Program to identify a file's format by scanning binary data for patterns. - ftp://ftp.astron.com/pub/file/file-5.31.tar.gz + ftp://ftp.astron.com/pub/file/file-5.32.tar.gz zlib-devel @@ -42,6 +42,13 @@ + + 2018-05-01 + 5.32 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-02 5.31 diff --git a/system/base/gzip/pspec.xml b/system/base/gzip/pspec.xml index 7d4e3b5e..72e8fbb0 100644 --- a/system/base/gzip/pspec.xml +++ b/system/base/gzip/pspec.xml @@ -13,7 +13,7 @@ app:console Standard GNU compressor gzip (GNU zip) is a popular data compression program written for the GNU project. - http://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.xz + http://ftp.gnu.org/gnu/gzip/gzip-1.9.tar.xz @@ -27,6 +27,13 @@ + + 2018-05-01 + 1.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-23 1.8 diff --git a/system/base/less/pspec.xml b/system/base/less/pspec.xml index 0728690a..d7aa8726 100644 --- a/system/base/less/pspec.xml +++ b/system/base/less/pspec.xml @@ -12,7 +12,7 @@ app:console Excellent text file viewer The less utility is a text file browser that resembles more, but has more capabilities. Less allows you to move backwards in the file as well as forwards. Since less doesn't have to read the entire input file before it starts, less starts up more quickly than text editors (for example, vi). - http://www.greenwoodsoftware.com/less/less-487.tar.gz + http://www.greenwoodsoftware.com/less/less-530.tar.gz ncurses-devel @@ -38,6 +38,13 @@ + + 2018-05-01 + 530 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-03 487 diff --git a/system/base/libpipeline/pspec.xml b/system/base/libpipeline/pspec.xml index 2816082a..4a246496 100644 --- a/system/base/libpipeline/pspec.xml +++ b/system/base/libpipeline/pspec.xml @@ -12,7 +12,7 @@ library pipeline manipulation library libpipeline is a C library for manipulating pipelines of subprocesses in a flexible and convenient way. - http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.2.tar.gz + http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.5.0.tar.gz @@ -38,6 +38,13 @@ + + 2018-05-01 + 1.5.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-03 1.4.2 diff --git a/system/base/openssl/pspec.xml b/system/base/openssl/pspec.xml index 863a16f5..3f17ba97 100644 --- a/system/base/openssl/pspec.xml +++ b/system/base/openssl/pspec.xml @@ -13,7 +13,7 @@ library Toolkit for SSL v2/v3 and TLS v1 OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) network protocols and related cryptography standards required by them. - https://www.openssl.org/source/openssl-1.0.2j.tar.gz + https://www.openssl.org/source/openssl-1.0.2o.tar.gz openssl-1.0.0-beta4-ca-dir.patch @@ -30,7 +30,7 @@ openssl-1.0.0-beta5-enginesdir.patch - openssl-1.0.2-ipv6.patch + @@ -94,6 +94,13 @@ + + 2018-05-01 + 1.0.2o + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-08 1.0.2j diff --git a/system/base/perl/pspec.xml b/system/base/perl/pspec.xml index b78e025d..d378ba5a 100644 --- a/system/base/perl/pspec.xml +++ b/system/base/perl/pspec.xml @@ -13,7 +13,7 @@ app:console Larry Wall's Practical Extraction and Reporting Language Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts. - http://www.cpan.org/src/5.0/perl-5.24.0.tar.bz2 + http://www.cpan.org/src/5.0/perl-5.26.1.tar.bz2 db-devel gdbm-devel @@ -55,6 +55,13 @@ + + 2018-05-03 + 5.26.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-21 5.24.0 diff --git a/system/base/python/pspec.xml b/system/base/python/pspec.xml index 829ee93b..2880edda 100644 --- a/system/base/python/pspec.xml +++ b/system/base/python/pspec.xml @@ -12,7 +12,7 @@ app:console An interpreted, interactive, object-orientated programming language Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. - http://www.python.org/ftp/python/2.7.13/Python-2.7.13.tar.xz + http://www.python.org/ftp/python/2.7.15/Python-2.7.15.tar.xz bzip2 @@ -133,6 +133,13 @@ --> + + 2018-05-03 + 2.7.15 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-08 2.7.13 diff --git a/system/base/tar/pspec.xml b/system/base/tar/pspec.xml index 10631e13..ee45cf0b 100644 --- a/system/base/tar/pspec.xml +++ b/system/base/tar/pspec.xml @@ -12,7 +12,7 @@ app:console A GNU file archiving program The GNU tar program saves many files together in one archive and can restore individual files (or all of the files) from that archive. - http://mirrors.kernel.org/gnu/tar/tar-1.29.tar.xz + http://mirrors.kernel.org/gnu/tar/tar-1.30.tar.xz tar.1 @@ -42,6 +42,13 @@ + + 2018-05-01 + 1.30 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-06 1.29 diff --git a/system/base/timezone/pspec.xml b/system/base/timezone/pspec.xml index 26b8f678..24c3c6c7 100644 --- a/system/base/timezone/pspec.xml +++ b/system/base/timezone/pspec.xml @@ -14,7 +14,7 @@ data Timezone data files and tools timezone includes timezone data files and tools to use them. Package contents are synchronized with glibc tree. - http://www.iana.org/time-zones/repository/releases/tzdata2016j.tar.gz + http://www.iana.org/time-zones/repository/releases/tzdata2018c.tar.gz perl gawk @@ -36,6 +36,13 @@ + + 2018-05-01 + 2018c + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-02-17 2016j diff --git a/system/base/util-linux/pspec.xml b/system/base/util-linux/pspec.xml index 2eee15f1..b0700309 100644 --- a/system/base/util-linux/pspec.xml +++ b/system/base/util-linux/pspec.xml @@ -13,7 +13,7 @@ library Various useful Linux utilities The util-linux package contains a large variety of low-level system utilities that are necessary for a Linux system to function. - https://www.kernel.org/pub/linux/utils/util-linux/v2.30/util-linux-2.30.1.tar.xz + https://www.kernel.org/pub/linux/utils/util-linux/v2.31/util-linux-2.31.1.tar.xz zlib-devel eudev-devel @@ -140,6 +140,13 @@ + + 2018-05-01 + 2.31.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-09-11 2.30.1 From 87599d0ae8186fb35f955033157e74bf6ad50a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Thu, 3 May 2018 20:13:46 +0300 Subject: [PATCH 3/8] man-* updated --- system/base/man-db/pspec.xml | 9 ++++++++- system/base/man-pages/pspec.xml | 11 +++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/system/base/man-db/pspec.xml b/system/base/man-db/pspec.xml index 708a6e6c..f362a320 100644 --- a/system/base/man-db/pspec.xml +++ b/system/base/man-db/pspec.xml @@ -14,7 +14,7 @@ data:doc Application to read Linux man pages Man package consists of programs which is used to read most of the documentation available in linux system. For example, you can write "man nameoftheprogram" into the konsole or "man:nameoftheprogram" into the konqueror to get a detailed usage information for many programs. - http://download.savannah.gnu.org/releases/man-db/man-db-2.7.6.1.tar.xz + http://download.savannah.gnu.org/releases/man-db/man-db-2.8.1.tar.xz less gzip @@ -53,6 +53,13 @@ + + 2018-05-01 + 2.8.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-24 2.7.6.1 diff --git a/system/base/man-pages/pspec.xml b/system/base/man-pages/pspec.xml index a3cbca2a..653d3650 100644 --- a/system/base/man-pages/pspec.xml +++ b/system/base/man-pages/pspec.xml @@ -12,8 +12,8 @@ data:doc A somewhat comprehensive collection of Linux man pages A large collection of man pages (documentation) from the Linux Documentation Project (LDP). - https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.12.tar.xz - http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.xz + https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.15.tar.xz + http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.xz @@ -32,6 +32,13 @@ + + 2018-05-01 + 4.15 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-06 4.12 From 8c2b0f789a44e172ca26add4a29299eb55551402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Thu, 3 May 2018 20:40:02 +0300 Subject: [PATCH 4/8] part4 --- system/base/e2fsprogs/pspec.xml | 9 ++++++++- system/devel/elfutils/pspec.xml | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/system/base/e2fsprogs/pspec.xml b/system/base/e2fsprogs/pspec.xml index 3cf10038..e82d53e1 100644 --- a/system/base/e2fsprogs/pspec.xml +++ b/system/base/e2fsprogs/pspec.xml @@ -12,7 +12,7 @@ app:console Standard ext2/3/4 filesystem utilities e2fsprogs provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3/4 filesystem with journaling support. - mirrors://sourceforge/e2fsprogs/e2fsprogs-1.43.5.tar.gz + mirrors://sourceforge/e2fsprogs/e2fsprogs-1.43.9.tar.gz libutil-linux-devel @@ -65,6 +65,13 @@ + + 2018-05-02 + 1.43.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-03 1.43.5 diff --git a/system/devel/elfutils/pspec.xml b/system/devel/elfutils/pspec.xml index d424cedd..43d5915e 100644 --- a/system/devel/elfutils/pspec.xml +++ b/system/devel/elfutils/pspec.xml @@ -28,8 +28,8 @@ zlib bzip2 libgcc - xz-devel - zlib-devel + /usr/bin From c4a2170e7f9e2d29a589dee71d329c62ba56d083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 8 May 2018 06:47:21 +0300 Subject: [PATCH 5/8] update and fix deps --- system/base/gawk/pspec.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/system/base/gawk/pspec.xml b/system/base/gawk/pspec.xml index a939bd49..f06724aa 100644 --- a/system/base/gawk/pspec.xml +++ b/system/base/gawk/pspec.xml @@ -12,9 +12,12 @@ app:console GNU awk pattern-matching language The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It helps you to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. Gawk is the GNU implementation of awk. - ftp://mirrors.kernel.org/gnu/gawk/gawk-4.1.4.tar.xz + http://mirrors.kernel.org/gnu/gawk/gawk-4.2.0.tar.xz gettext + readline-devel + gmp-devel + mpfr-devel @@ -107,6 +107,13 @@ + + 2018-05-17 + 25 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-03 24 From d2b6e15a2e8b3c520932bfc211ee69af7fa2a6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 9 Jun 2018 20:02:44 +0300 Subject: [PATCH 8/8] elfutils update --- system/devel/elfutils/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/system/devel/elfutils/pspec.xml b/system/devel/elfutils/pspec.xml index 43d5915e..7c05688b 100644 --- a/system/devel/elfutils/pspec.xml +++ b/system/devel/elfutils/pspec.xml @@ -13,7 +13,7 @@ library Libraries/utilities to handle ELF objects elfutils contains libraries and utilities to handle ELF objects and is a replacement for libelf. - ftp://sourceware.org/pub/elfutils/0.170/elfutils-0.170.tar.bz2 + ftp://sourceware.org/pub/elfutils/0.171/elfutils-0.171.tar.bz2 bzip2 xz-devel @@ -58,6 +58,13 @@ + + 2018-06-09 + 0.171 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-05-01 0.170