All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Egorenkov <egorenar@linux.ibm.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/s390-tools: bump to version 2.15.1
Date: Wed, 28 Oct 2020 16:42:20 +0100	[thread overview]
Message-ID: <20201028154220.648052-1-egorenar@linux.ibm.com> (raw)

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
 .../0001-zipl-boot-disable-SSP.patch          | 28 -------------------
 .../0002-genprotimg-boot-disable-SSP.patch    | 28 -------------------
 package/s390-tools/s390-tools.hash            |  2 +-
 package/s390-tools/s390-tools.mk              |  2 +-
 4 files changed, 2 insertions(+), 58 deletions(-)
 delete mode 100644 package/s390-tools/0001-zipl-boot-disable-SSP.patch
 delete mode 100644 package/s390-tools/0002-genprotimg-boot-disable-SSP.patch

diff --git a/package/s390-tools/0001-zipl-boot-disable-SSP.patch b/package/s390-tools/0001-zipl-boot-disable-SSP.patch
deleted file mode 100644
index bedc94d62d..0000000000
--- a/package/s390-tools/0001-zipl-boot-disable-SSP.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 5ba78a11cbf2cab793e4214170a9ab540687e3c8 Mon Sep 17 00:00:00 2001
-From: Alexander Egorenkov <egorenar@linux.ibm.com>
-Date: Tue, 20 Oct 2020 12:50:58 +0200
-Subject: [PATCH] zipl/boot: disable SSP
-
-SSP cannot work with boot loaders because it requires libc.
-
-Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
----
- zipl/boot/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/zipl/boot/Makefile b/zipl/boot/Makefile
-index 359189e5..a2e5f190 100644
---- a/zipl/boot/Makefile
-+++ b/zipl/boot/Makefile
-@@ -7,7 +7,7 @@ INCLUDE_PARMS := $(addprefix -I,$(INCLUDE_PATHS))
- ALL_CFLAGS = $(NO_PIE_CFLAGS) -Os -g $(INCLUDE_PARMS) \
- 	  -DS390_TOOLS_RELEASE=$(S390_TOOLS_RELEASE) \
- 	  -fno-builtin -ffreestanding -fno-asynchronous-unwind-tables \
--	  -fno-delete-null-pointer-checks \
-+	  -fno-delete-null-pointer-checks -fno-stack-protector \
- 	  -fexec-charset=IBM1047 -m64 -mpacked-stack \
- 	  -mstack-size=4096 -mstack-guard=128 -msoft-float \
- 	  -W -Wall -Wformat-security
--- 
-2.26.2
-
diff --git a/package/s390-tools/0002-genprotimg-boot-disable-SSP.patch b/package/s390-tools/0002-genprotimg-boot-disable-SSP.patch
deleted file mode 100644
index 63ca7d0aa4..0000000000
--- a/package/s390-tools/0002-genprotimg-boot-disable-SSP.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 6a7800c00752dc0e68939d640274b9813cf0604e Mon Sep 17 00:00:00 2001
-From: Alexander Egorenkov <egorenar@linux.ibm.com>
-Date: Tue, 20 Oct 2020 12:55:44 +0200
-Subject: [PATCH] genprotimg/boot: disable SSP
-
-SSP cannot work with boot loaders because it requires libc.
-
-Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
----
- genprotimg/boot/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/genprotimg/boot/Makefile b/genprotimg/boot/Makefile
-index d39bbd66..f2bc25c3 100644
---- a/genprotimg/boot/Makefile
-+++ b/genprotimg/boot/Makefile
-@@ -12,7 +12,7 @@ ALL_CFLAGS := $(NO_PIE_CFLAGS) -Os -g \
- 	-DENABLE_SCLP_ASCII=1 \
- 	-DS390_TOOLS_RELEASE=$(S390_TOOLS_RELEASE) \
- 	-fno-builtin -ffreestanding -fno-asynchronous-unwind-tables \
--	-fno-delete-null-pointer-checks \
-+	-fno-delete-null-pointer-checks -fno-stack-protector \
- 	-fexec-charset=IBM1047 -m64 -mpacked-stack \
- 	-mstack-size=4096 -mstack-guard=128 -msoft-float \
- 	-Wall -Wformat-security -Wextra -Werror
--- 
-2.26.2
-
diff --git a/package/s390-tools/s390-tools.hash b/package/s390-tools/s390-tools.hash
index 38c2431c25..4f60b22b05 100644
--- a/package/s390-tools/s390-tools.hash
+++ b/package/s390-tools/s390-tools.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  02171161c3f858e413f777dac542d37328b7b882a7919cfb966ea554bb6ac0b2  s390-tools-2.14.0.tar.gz
+sha256  8dc1180031018756ccd5acf6c26c4175bcac79e512e8a2ea8569fdf5d3f9bd6c  s390-tools-2.15.1.tar.gz
 sha256  cca17a9a944ebec769adee4aebd805c912c357785ff2705a99ffe68563021f75  COPYING
diff --git a/package/s390-tools/s390-tools.mk b/package/s390-tools/s390-tools.mk
index d186f85cd3..5a3bcffba9 100644
--- a/package/s390-tools/s390-tools.mk
+++ b/package/s390-tools/s390-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-S390_TOOLS_VERSION = 2.14.0
+S390_TOOLS_VERSION = 2.15.1
 S390_TOOLS_SITE = $(call github,ibm-s390-tools,s390-tools,v$(S390_TOOLS_VERSION))
 S390_TOOLS_LICENSE = MIT
 S390_TOOLS_LICENSE_FILES = LICENSE
-- 
2.26.2

             reply	other threads:[~2020-10-28 15:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28 15:42 Alexander Egorenkov [this message]
2020-10-31 22:44 ` [Buildroot] [PATCH 1/1] package/s390-tools: bump to version 2.15.1 Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201028154220.648052-1-egorenar@linux.ibm.com \
    --to=egorenar@linux.ibm.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.