From 5295eb7c0a2178bf1f30523b19f13e00202f70af Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 19 Nov 2022 13:43:48 +0300 Subject: [PATCH 1/4] perlmodules rebuild. --- .../base/pisi/files/perlmodules_fix_Build_PL.patch | 13 +++++++++++++ system/base/pisi/pspec.xml | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 system/base/pisi/files/perlmodules_fix_Build_PL.patch diff --git a/system/base/pisi/files/perlmodules_fix_Build_PL.patch b/system/base/pisi/files/perlmodules_fix_Build_PL.patch new file mode 100644 index 00000000..d6670570 --- /dev/null +++ b/system/base/pisi/files/perlmodules_fix_Build_PL.patch @@ -0,0 +1,13 @@ +diff --git a/pisi/actionsapi/perlmodules.py b/pisi/actionsapi/perlmodules.py +index cd59b76..2bfb9d5 100644 +--- a/pisi/actionsapi/perlmodules.py ++++ b/pisi/actionsapi/perlmodules.py +@@ -72,7 +72,7 @@ def install(parameters = 'install'): + if system('make %s' % parameters): + raise InstallError, _('Make failed.') + else: +- if system('perl Build install'): ++ if system('perl Build install %s' % parameters): + raise MakeError, _('perl install failed.') + + removePacklist() diff --git a/system/base/pisi/pspec.xml b/system/base/pisi/pspec.xml index 5aaac792..2950a070 100644 --- a/system/base/pisi/pspec.xml +++ b/system/base/pisi/pspec.xml @@ -26,6 +26,7 @@ 0001-PackageKit-Search-Bug-Fix.patch pot_file_and_ru_translation.patch qt6-actionsapi.patch + perlmodules_fix_Build_PL.patch @@ -76,6 +77,13 @@ + + 2022-11-19 + 2.7.2 + Rebuild perlmodules. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-05 2.7.2 From 9d0cf03dcf30b8afa65f423785c576596897ab6e Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Thu, 29 Dec 2022 02:08:25 +0300 Subject: [PATCH 2/4] up. --- system/base/pisi/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base/pisi/pspec.xml b/system/base/pisi/pspec.xml index 2950a070..6c853974 100644 --- a/system/base/pisi/pspec.xml +++ b/system/base/pisi/pspec.xml @@ -78,7 +78,7 @@ - 2022-11-19 + 2022-12-29 2.7.2 Rebuild perlmodules. Mustafa Cinasal From 45ab872e4d24c8645496d016d3eca176781d7cd7 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 31 Dec 2022 23:13:09 +0300 Subject: [PATCH 3/4] up. --- system/base/pisi/pspec.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/base/pisi/pspec.xml b/system/base/pisi/pspec.xml index 6c853974..89792daf 100644 --- a/system/base/pisi/pspec.xml +++ b/system/base/pisi/pspec.xml @@ -78,11 +78,11 @@ - 2022-12-29 + 2022-12-31 2.7.2 Rebuild perlmodules. - Mustafa Cinasal - muscnsl@gmail.com + fury + uglyside@yandex.ru 2022-10-05 From 62b69b93b84855ced9de7175ff46ef7a9edf7b51 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 4 Jan 2023 06:38:58 +0300 Subject: [PATCH 4/4] libarchive. --- system/devel/libarchive/actions.py | 16 +++++++++------- system/devel/libarchive/pspec.xml | 9 ++++++++- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/system/devel/libarchive/actions.py b/system/devel/libarchive/actions.py index 182e724b..6274cf96 100644 --- a/system/devel/libarchive/actions.py +++ b/system/devel/libarchive/actions.py @@ -8,15 +8,17 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get -import os +#import os +j = ''.join([ + ' --with-lzo2', + ' --disable-static ' + ]) def setup(): autotools.autoreconf("-fi") - autotools.configure("--disable-static \ - --with-lzo2 \ - ") - - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + autotools.configure(j) + + #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() @@ -27,4 +29,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("COPYING","NEWS") + pisitools.dodoc("COPYING", "NEWS") diff --git a/system/devel/libarchive/pspec.xml b/system/devel/libarchive/pspec.xml index 226726f4..89e9502a 100644 --- a/system/devel/libarchive/pspec.xml +++ b/system/devel/libarchive/pspec.xml @@ -12,7 +12,7 @@ library Library for reading and writing streaming archives libarchive includes a library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats. - https://github.com/libarchive/libarchive/releases/download/v3.6.1/libarchive-3.6.1.tar.xz + https://github.com/libarchive/libarchive/releases/download/v3.6.2/libarchive-3.6.2.tar.xz acl-devel nettle-devel @@ -67,6 +67,13 @@ + + 2023-01-03 + 3.6.2 + Version bump. + fury + uglyside@yandex.ru + 2022-11-01 3.6.1