From 3c22868579e4aa54e7591326c861d2a78033f032 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Sun, 12 Jan 2020 03:11:38 +0300 Subject: [PATCH 1/4] nspr fix --- system/base/nspr/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/base/nspr/actions.py b/system/base/nspr/actions.py index e5d6dc7d..4cc7ff49 100644 --- a/system/base/nspr/actions.py +++ b/system/base/nspr/actions.py @@ -9,6 +9,8 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools +NoStrip = ["/usr/lib"] + def setup(): # -fno-strict-aliasing workarounds some aliasing violations, see: https://bugzilla.redhat.com/show_bug.cgi?id=487844 --> shelltools.system('nspr/configure \ From 9e0a7c46a9d610573368ff396bde373449bf5b23 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 12 Jan 2020 06:51:05 +0300 Subject: [PATCH 2/4] kernel_build_fix.patch --- system/base/pisi/files/kernel_build_fix.patch | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/system/base/pisi/files/kernel_build_fix.patch b/system/base/pisi/files/kernel_build_fix.patch index 19547fa8..f77cf77d 100644 --- a/system/base/pisi/files/kernel_build_fix.patch +++ b/system/base/pisi/files/kernel_build_fix.patch @@ -1,14 +1,15 @@ -diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py -index df3de3b..2560b47 100644 ---- a/pisi/actionsapi/kerneltools.py -+++ b/pisi/actionsapi/kerneltools.py -@@ -253,6 +253,9 @@ def installLibcHeaders(excludes=None): - # Create directories +diff -Nuar a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py +--- a/pisi/actionsapi/kerneltools.py 2020-01-10 04:21:15.000000000 +0300 ++++ b/pisi/actionsapi/kerneltools.py 2020-01-12 00:11:45.464966486 +0300 +@@ -254,7 +254,11 @@ shelltools.makedirs(headers_tmp) shelltools.makedirs(headers_dir) -+ + + # Clean up the source directory + autotools.make('mrproper') - ++ # install the headers ++ autotools.make("%s defconfig" % make_cmd) autotools.rawInstall(make_cmd, "headers_install") + + oldwd = os.getcwd() From 314a3b0dcdd32c59bab5d6788783f39030d22342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Safa=20Ar=C4=B1man?= Date: Sun, 12 Jan 2020 13:09:27 +0300 Subject: [PATCH 3/4] pisi rebuild --- system/base/pisi/files/kernel_build_fix.patch | 15 --------------- system/base/pisi/pspec.xml | 12 ++++++++---- 2 files changed, 8 insertions(+), 19 deletions(-) delete mode 100644 system/base/pisi/files/kernel_build_fix.patch diff --git a/system/base/pisi/files/kernel_build_fix.patch b/system/base/pisi/files/kernel_build_fix.patch deleted file mode 100644 index f77cf77d..00000000 --- a/system/base/pisi/files/kernel_build_fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nuar a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py ---- a/pisi/actionsapi/kerneltools.py 2020-01-10 04:21:15.000000000 +0300 -+++ b/pisi/actionsapi/kerneltools.py 2020-01-12 00:11:45.464966486 +0300 -@@ -254,7 +254,11 @@ - shelltools.makedirs(headers_tmp) - shelltools.makedirs(headers_dir) - -+ # Clean up the source directory -+ autotools.make('mrproper') -+ - # install the headers -+ autotools.make("%s defconfig" % make_cmd) - autotools.rawInstall(make_cmd, "headers_install") - - oldwd = os.getcwd() diff --git a/system/base/pisi/pspec.xml b/system/base/pisi/pspec.xml index 037c2166..b866c08d 100644 --- a/system/base/pisi/pspec.xml +++ b/system/base/pisi/pspec.xml @@ -12,7 +12,7 @@ app:console PISI is the package management system of Pisi Linux PISI is a modern package management system implemented in Python. Some of its main features are: package sources are written in XML and python, implements all functions through a simple-to-use API, integrates low-level and high-level package management features. - https://github.com/PisiLinuxNew/pisi/archive/v2.7.1.tar.gz + https://github.com/PisiLinuxNew/pisi/archive/v2.7.1.tar.gz comar plyvel @@ -22,9 +22,6 @@ intltool leveldb-devel - - kernel_build_fix.patch - @@ -74,6 +71,13 @@ + + 2020-01-10 + 2.7.1 + Rebuild + Safa Arıman + safa@ariman.gen.tr + 2020-01-10 2.7.1 From 7676ffc4d389a3b4aba0854f79c38bf424c775de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Safa=20Ar=C4=B1man?= Date: Sun, 12 Jan 2020 13:20:03 +0300 Subject: [PATCH 4/4] kernel rebuild --- kernel/kernel/pspec.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kernel/kernel/pspec.xml b/kernel/kernel/pspec.xml index c5f9d483..353260e6 100644 --- a/kernel/kernel/pspec.xml +++ b/kernel/kernel/pspec.xml @@ -94,6 +94,17 @@ + + 2020-01-12 + 5.4.10 + Rebuild + security + + systemRestart + + Safa Arıman + safa@ariman.gen.tr + 2020-01-10 5.4.10