From 01be77062126370abe8d52030d960bbdca2b81b6 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 31 Dec 2022 20:04:18 +0300 Subject: [PATCH] pcsc-lite,flatpak,ibpsl,postfix --- hardware/smartcard/pcsc-lite/actions.py | 2 +- hardware/smartcard/pcsc-lite/pspec.xml | 9 ++++++++- hardware/virtualization/flatpak/pspec.xml | 16 +++++++++++++++- office/misc/librevenge/pspec.xml | 9 ++++++++- programming/library/libpsl/pspec.xml | 9 ++++++++- server/postfix/actions.py | 3 +++ server/postfix/pspec.xml | 9 ++++++++- 7 files changed, 51 insertions(+), 6 deletions(-) diff --git a/hardware/smartcard/pcsc-lite/actions.py b/hardware/smartcard/pcsc-lite/actions.py index ad923a2ba3..92a9c653de 100644 --- a/hardware/smartcard/pcsc-lite/actions.py +++ b/hardware/smartcard/pcsc-lite/actions.py @@ -40,4 +40,4 @@ def install(): pisitools.dosym("/usr/lib/%s" % i, "/usr/lib/x86_64-linux-gnu/%s" % i) pisitools.dodoc("AUTHORS", "ChangeLog", "HELP", "NEWS", - "README", "SECURITY", "doc/README.DAEMON") + "README", "SECURITY", "doc/README.*") diff --git a/hardware/smartcard/pcsc-lite/pspec.xml b/hardware/smartcard/pcsc-lite/pspec.xml index 1e2b5c2234..85c8083194 100644 --- a/hardware/smartcard/pcsc-lite/pspec.xml +++ b/hardware/smartcard/pcsc-lite/pspec.xml @@ -12,7 +12,7 @@ app:console PC/SC drivers for smart card readers pcsc-lite is middleware to access a smart card using SCard API (PC/SC). - https://pcsclite.apdu.fr/files/pcsc-lite-1.9.0.tar.bz2 + https://pcsclite.apdu.fr/files/pcsc-lite-1.9.9.tar.bz2 eudev-devel @@ -51,6 +51,13 @@ + + 2022-12-30 + 1.9.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-09-24 1.9.0 diff --git a/hardware/virtualization/flatpak/pspec.xml b/hardware/virtualization/flatpak/pspec.xml index 5b36d55ec0..0d21e9b6cf 100644 --- a/hardware/virtualization/flatpak/pspec.xml +++ b/hardware/virtualization/flatpak/pspec.xml @@ -11,7 +11,7 @@ LGPLv2.1 Application distribution framework Linux application sandboxing and distribution framework, formerly xdg-app - https://github.com/flatpak/flatpak/releases/download/1.12.7/flatpak-1.12.7.tar.xz + https://github.com/flatpak/flatpak/releases/download/1.15.1/flatpak-1.15.1.tar.xz xmlto zstd-devel @@ -35,6 +35,9 @@ xdg-dbus-proxy elogind-devel fuse-devel + curl-devel + fuse3-devel + appstream-devel @@ -67,6 +70,9 @@ libassuan libgpg-error xdg-dbus-proxy + curl + fuse3 + appstream /usr/bin @@ -83,6 +89,7 @@ /usr/share/doc /usr/share/gtk-doc /usr/share/zsh + /usr/share/fish/vendor_conf.d/flatpak.fish @@ -109,6 +116,13 @@ + + 2022-12-31 + 1.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-05-05 1.12.7 diff --git a/office/misc/librevenge/pspec.xml b/office/misc/librevenge/pspec.xml index e955aff9c9..6a1c5ca9e6 100644 --- a/office/misc/librevenge/pspec.xml +++ b/office/misc/librevenge/pspec.xml @@ -12,7 +12,7 @@ library A base library for writing document import filters librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations. - http://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 + https://sourceforge.net/projects/libwpd/files/librevenge/librevenge-0.0.5/librevenge-0.0.5.tar.xz boost-devel cppunit-devel @@ -47,6 +47,13 @@ + + 2022-12-31 + 0.0.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-10-21 0.0.4 diff --git a/programming/library/libpsl/pspec.xml b/programming/library/libpsl/pspec.xml index d58da8f51a..ad5b12b613 100644 --- a/programming/library/libpsl/pspec.xml +++ b/programming/library/libpsl/pspec.xml @@ -16,7 +16,7 @@ gtk-doc glib2-devel - libnsl-devel + libnsl-devel icu4c-devel python-six gettext-devel @@ -67,6 +67,13 @@ + + 2022-12-31 + 0.21.2 + Rebuild libnsl. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-28 0.21.2 diff --git a/server/postfix/actions.py b/server/postfix/actions.py index 3e8744250f..c6c2f97543 100644 --- a/server/postfix/actions.py +++ b/server/postfix/actions.py @@ -10,6 +10,9 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): + shelltools.system("sed -i 's/Linux..345/&6/' makedefs") + shelltools.system("sed -i 's/LINUX2/LINUX6/' src/util/sys_defs.h") + pisitools.dosed("src/util/sys_defs.h", "hash:\/etc\/aliases", "hash:/etc/mail/aliases") def build(): diff --git a/server/postfix/pspec.xml b/server/postfix/pspec.xml index d9134dbf59..fb02c0551f 100644 --- a/server/postfix/pspec.xml +++ b/server/postfix/pspec.xml @@ -12,7 +12,7 @@ service A fast and secure drop-in replacement for sendmail Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. - http://www.postfix.org/postfix-release/official/postfix-3.5.12.tar.gz + https://ghostarchive.org/postfix/postfix-release/official/postfix-3.7.3.tar.gz db-devel libnsl-devel @@ -91,6 +91,13 @@ + + 2022-12-31 + 3.7.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-11-06 3.5.12