Accepting request 928949 from home:msmeissn:branches:security

- libzpc-sles15p4-mark-stack-nonexec.patch: note the asssembler as non execstack
- libzpc-rpmlintrc removed

OBS-URL: https://build.opensuse.org/request/show/928949
OBS-URL: https://build.opensuse.org/package/show/security/libzpc?expand=0&rev=6
This commit is contained in:
Mark Post 2021-11-03 15:06:22 +00:00 committed by Git OBS Bridge
parent 60362dd61e
commit 39824a8f15
4 changed files with 14 additions and 3 deletions

View File

@ -1,2 +0,0 @@
addFilter("libzpc1.* executable-stack /usr/lib64/libzpc.so")

View File

@ -0,0 +1,7 @@
--- libzpc-1.0.0/src/misc_asm.S.xx 2021-11-02 15:41:24.603185606 +0100
+++ libzpc-1.0.0/src/misc_asm.S 2021-11-02 15:41:33.667185600 +0100
@@ -58,3 +58,4 @@
.cfi_endproc
.size memcmp_consttime, .-memcmp_consttime
.size memcmp_consttime,.-memcmp_consttime
+.section .note.GNU-stack,"",@progbits

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 2 14:42:14 UTC 2021 - Marcus Meissner <meissner@suse.com>
- libzpc-sles15p4-mark-stack-nonexec.patch: note the asssembler as non execstack
- libzpc-rpmlintrc removed
-------------------------------------------------------------------
Tue Oct 19 21:49:30 UTC 2021 - Mark Post <mpost@suse.com>

View File

@ -24,7 +24,7 @@ License: Apache-2.0
Group: Productivity/Security
URL: https://github.com/opencryptoki/libzpc
Source: libzpc-1.0.0.tar.gz
Source1: %{name}-rpmlintrc
Patch0: libzpc-sles15p4-mark-stack-nonexec.patch
BuildRequires: cmake >= 3.10
BuildRequires: doxygen
BuildRequires: gcc-c++