From 7d0b36950db2bf1464cd9193fb495fe929436d1e Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 23 Sep 2025 22:20:20 +0300 Subject: [PATCH] p11-kit gtk4 ver. bump --- desktop/font/harfbuzz/pspec.xml | 9 ++++++++- desktop/toolkit/gtk/gtk4/pspec.xml | 10 +++++++++- hardware/disk/btrfs-progs/pspec.xml | 11 +++++++++-- network/share/nfs-utils/pspec.xml | 9 ++++++++- util/crypt/libtasn1/pspec.xml | 9 ++++++++- util/crypt/p11-kit/actions.py | 6 ++++-- util/crypt/p11-kit/pspec.xml | 10 +++++++++- 7 files changed, 55 insertions(+), 9 deletions(-) diff --git a/desktop/font/harfbuzz/pspec.xml b/desktop/font/harfbuzz/pspec.xml index 4928f710bf..515455d836 100644 --- a/desktop/font/harfbuzz/pspec.xml +++ b/desktop/font/harfbuzz/pspec.xml @@ -13,7 +13,7 @@ harfbuzz OpenType text shaping engine. The Harfbuzz package contains an OpenType text shaping engine. - https://github.com/harfbuzz/harfbuzz/releases/download/11.4.5/harfbuzz-11.4.5.tar.xz + https://github.com/harfbuzz/harfbuzz/releases/download/11.5.1/harfbuzz-11.5.1.tar.xz git meson @@ -100,6 +100,13 @@ + + 2025-09-22 + 11.5.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-09-01 11.4.5 diff --git a/desktop/toolkit/gtk/gtk4/pspec.xml b/desktop/toolkit/gtk/gtk4/pspec.xml index aaece27ed6..e73ce63472 100644 --- a/desktop/toolkit/gtk/gtk4/pspec.xml +++ b/desktop/toolkit/gtk/gtk4/pspec.xml @@ -12,7 +12,7 @@ gtk4-logo The GIMP Toolkit version 4 GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. - mirrors://gnome/gtk/4.18/gtk-4.18.6.tar.xz + mirrors://gnome/gtk/4.20/gtk-4.20.1.tar.xz gettext-devel glib2-devel @@ -118,6 +118,7 @@ /usr/lib/girepository-1.0 /usr/share/locale /usr/share/pixmaps + /usr/share/bash-completion @@ -201,6 +202,13 @@ + + 2025-09-22 + 4.20.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-06-10 4.18.6 diff --git a/hardware/disk/btrfs-progs/pspec.xml b/hardware/disk/btrfs-progs/pspec.xml index 00558c13bf..0ea031cf8e 100644 --- a/hardware/disk/btrfs-progs/pspec.xml +++ b/hardware/disk/btrfs-progs/pspec.xml @@ -1,5 +1,5 @@ - + btrfs-progs @@ -12,7 +12,7 @@ app:console Userspace utilities for btrfs btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem. - https://github.com/kdave/btrfs-progs/archive/v6.15.tar.gz + https://github.com/kdave/btrfs-progs/archive/v6.16.1.tar.gz xmlto asciidoc @@ -64,6 +64,13 @@ + + 2025-09-15 + 6.16.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-07-13 6.15 diff --git a/network/share/nfs-utils/pspec.xml b/network/share/nfs-utils/pspec.xml index 06c86ddd31..5fea306cbc 100644 --- a/network/share/nfs-utils/pspec.xml +++ b/network/share/nfs-utils/pspec.xml @@ -13,7 +13,7 @@ app:console NFS client and server Contains NFS (Network File System) client and server. It is possible to mount a network resource as a file system using the NFS protocol. - https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.3/nfs-utils-2.8.3.tar.bz2/download + https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.4/nfs-utils-2.8.4.tar.bz2/download sqlite-devel libcap-devel @@ -97,6 +97,13 @@ + + 2025-09-22 + 2.8.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-07 2.8.3 diff --git a/util/crypt/libtasn1/pspec.xml b/util/crypt/libtasn1/pspec.xml index d7a315d02c..b99ee44c6f 100644 --- a/util/crypt/libtasn1/pspec.xml +++ b/util/crypt/libtasn1/pspec.xml @@ -12,7 +12,7 @@ library ASN.1 library used in GNUTLS libtasn1 is the ASN.1 library which provides ASN.1 structures parsing capabilities for use with GNUTLS. - http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz + http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.20.0.tar.gz @@ -54,6 +54,13 @@ + + 2025-09-22 + 4.20.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-07-05 4.19.0 diff --git a/util/crypt/p11-kit/actions.py b/util/crypt/p11-kit/actions.py index 05a75173c6..c960ecef10 100644 --- a/util/crypt/p11-kit/actions.py +++ b/util/crypt/p11-kit/actions.py @@ -10,8 +10,10 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools, mesontools def setup(): - options = "-Dmodule_path=/usr/lib/pkcs11 -Dtrust_paths=/etc/ssl/certs/ca-certificates.crt -Dman=true -Dgtk_doc=true\ - " + options = "-Dmodule_path=/usr/lib/pkcs11 \ + -Dtrust_paths=/etc/ssl/certs/ca-certificates.crt \ + -Dman=true -Dgtk_doc=true \ + " if get.buildTYPE() == "emul32": shelltools.export("CC", "%s -m32" % get.CC()) diff --git a/util/crypt/p11-kit/pspec.xml b/util/crypt/p11-kit/pspec.xml index 01dda27877..33bcc0f9be 100644 --- a/util/crypt/p11-kit/pspec.xml +++ b/util/crypt/p11-kit/pspec.xml @@ -13,7 +13,7 @@ util.crypt Library to work with PKCS#11 modules The p11-kit package Provides a way to load and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules. - https://github.com/p11-glue/p11-kit/releases/download/0.25.5/p11-kit-0.25.5.tar.xz + https://github.com/p11-glue/p11-kit/releases/download/0.25.10/p11-kit-0.25.10.tar.xz meson gtk-doc @@ -39,6 +39,7 @@ /usr/lib /usr/share/locale/ /usr/share/bash-completion + /usr/share/zsh /usr/share/man @@ -84,6 +85,13 @@ + + 2025-09-22 + 0.25.10 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-07-05 0.25.5