diff --git a/system/base/gettext/actions.py b/system/base/gettext/actions.py index 5df1564a..5def9ded 100644 --- a/system/base/gettext/actions.py +++ b/system/base/gettext/actions.py @@ -17,6 +17,7 @@ def setup(): # autoreconf breaks linker, graaaaaaaaggggghhhhhhh autotools.autoreconf("-fi") autotools.configure("--without-emacs \ + --libexecdir=/usr/lib \ --enable-nls \ --disable-static \ --enable-shared \ diff --git a/system/base/gettext/pspec.xml b/system/base/gettext/pspec.xml index eb51be05..37c4b48f 100644 --- a/system/base/gettext/pspec.xml +++ b/system/base/gettext/pspec.xml @@ -13,7 +13,7 @@ library GNU libraries and utilities for producing multi-lingual messages The GNU gettext package provides a set of tools and documentation for producing multi-lingual messages in programs. Tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs, a runtime library which supports the retrieval of translated messages, and stand-alone programs for handling the translatable and the already translated strings. Gettext provides an easy to use library and tools for creating, using, and modifying natural language catalogs and is a powerful and simple method for internationalizing programs. - http://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz + http://ftp.gnu.org/pub/gnu/gettext/gettext-0.24.2.tar.gz acl-devel glib2-devel @@ -79,6 +79,13 @@ + + 2025-07-07 + 0.24.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-05 0.22.5 diff --git a/system/base/libffi/pspec.xml b/system/base/libffi/pspec.xml index 0477aa50..af75ee58 100644 --- a/system/base/libffi/pspec.xml +++ b/system/base/libffi/pspec.xml @@ -12,7 +12,7 @@ library A portable foreign function interface library The libffi library provides a portable, high level programming interface to various calling conventions. - https://github.com/libffi/libffi/releases/download/v3.4.8/libffi-3.4.8.tar.gz + https://github.com/libffi/libffi/releases/download/v3.5.1/libffi-3.5.1.tar.gz @@ -56,6 +56,13 @@ + + 2025-06-18 + 3.5.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-13 3.4.8 diff --git a/system/base/openssl/pspec.xml b/system/base/openssl/pspec.xml index cf06d2f5..0cab5167 100755 --- 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://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz + https://github.com/openssl/openssl/releases/download/openssl-3.5.1/openssl-3.5.1.tar.gz https://www.openssl.org/source/openssl-1.1.1w.tar.gz @@ -112,6 +112,13 @@ + + 2025-07-07 + 3.5.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-30 3.5.0 diff --git a/system/base/perl-Locale-gettext/pspec.xml b/system/base/perl-Locale-gettext/pspec.xml index b0f888cc..669f7d97 100644 --- a/system/base/perl-Locale-gettext/pspec.xml +++ b/system/base/perl-Locale-gettext/pspec.xml @@ -32,6 +32,13 @@ + + 2024-10-04 + 1.07 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2024-07-06 1.07 diff --git a/system/base/perl/actions.py b/system/base/perl/actions.py index 82fc8978..a02ce21e 100644 --- a/system/base/perl/actions.py +++ b/system/base/perl/actions.py @@ -94,8 +94,8 @@ def install(): # NEEDS MODIFICATION FOR NEW VERSION pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so") pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.5") - pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.5.38") - pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.5.38.2") + pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.5.40") + pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.5.40.2") # pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so") # pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5") # pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5.38") diff --git a/system/base/perl/pspec.xml b/system/base/perl/pspec.xml index 0458aa70..bf69049f 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. - https://www.cpan.org/src/5.0/perl-5.38.2.tar.gz + https://www.cpan.org/src/5.0/perl-5.40.2.tar.gz db-devel gdbm-devel @@ -50,12 +50,19 @@ - Turkish.pm + Turkish.pm + + 2025-05-17 + 5.40.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-05-14 5.38.2 diff --git a/system/base/python/pspec.xml b/system/base/python/pspec.xml index b08291a6..533ec2af 100644 --- a/system/base/python/pspec.xml +++ b/system/base/python/pspec.xml @@ -143,6 +143,13 @@ --> + + 2025-07-07 + 2.7.18 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2025-06-08 2.7.18 diff --git a/system/base/python3/pspec.xml b/system/base/python3/pspec.xml index ef2b479e..a905d5b6 100644 --- a/system/base/python3/pspec.xml +++ b/system/base/python3/pspec.xml @@ -132,6 +132,13 @@ + + 2025-07-07 + 3.11.13 + Version bump + Pisi Linux Community + admin@pisilinux.org + 2025-06-08 3.11.13 diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index 52873a8c..af46a8a0 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -65,9 +65,9 @@ def install(): pisitools.dodoc("README*") - shelltools.cd("%s/sqlite-doc-3500100" % get.workDIR()) + shelltools.cd("%s/sqlite-doc-3500200" % get.workDIR()) - pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500100/*") + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3500200/*") """ # 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 681700a3..13414400 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/2025/sqlite-autoconf-3500100.tar.gz - https://www.sqlite.org/2025/sqlite-doc-3500100.zip + https://www.sqlite.org/2025/sqlite-autoconf-3500200.tar.gz + https://www.sqlite.org/2025/sqlite-doc-3500200.zip readline-devel @@ -105,6 +105,13 @@ --> + + 2025-07-07 + 3.50.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-06-08 3.50.1 diff --git a/system/devel/perl-XML-Parser/pspec.xml b/system/devel/perl-XML-Parser/pspec.xml index b42597d3..a1a2334a 100644 --- a/system/devel/perl-XML-Parser/pspec.xml +++ b/system/devel/perl-XML-Parser/pspec.xml @@ -12,7 +12,7 @@ library A Perl extension interface to James Clark's XML parser, expat This module provides an interface to James Clark's XML parser, expat. As in expat, a single instance of the parser can only parse one document. Calls to parsestring after the first for a given instance will die. - mirrors://cpan/authors/id/T/TO/TODDR/XML-Parser-2.46.tar.gz + mirrors://cpan/authors/id/T/TO/TODDR/XML-Parser-2.47.tar.gz expat-devel perl @@ -33,6 +33,13 @@ + + 2024-10-04 + 2.47 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-05-16 2.46