Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libzpc for openSUSE:Factory checked in at 2021-11-04 16:09:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzpc (Old) and /work/SRC/openSUSE:Factory/.libzpc.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzpc" Thu Nov 4 16:09:56 2021 rev:2 rq:929077 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libzpc/libzpc.changes 2021-10-29 22:35:46.243716964 +0200 +++ /work/SRC/openSUSE:Factory/.libzpc.new.1890/libzpc.changes 2021-11-04 16:10:38.229084243 +0100 @@ -1,0 +2,15 @@ +Tue Nov 2 14:42:14 UTC 2021 - Marcus Meissner <[email protected]> + +- libzpc-sles15p4-mark-stack-nonexec.patch: note the asssembler as + non execstack +- libzpc-rpmlintrc removed + +------------------------------------------------------------------- +Mon Nov 1 15:46:47 UTC 2021 - Mark Post <[email protected]> + +- Cleaned up the wording in the description. Updated the + summaries to actually reflect the contents of the packages. +- Changed the %setup macro to use $autosetup instead. +- Added a BuildRequires for texlive-bibtex-bin + +------------------------------------------------------------------- Old: ---- libzpc-rpmlintrc New: ---- libzpc-sles15p4-mark-stack-nonexec.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzpc.spec ++++++ --- /var/tmp/diff_new_pack.Bbnn7q/_old 2021-11-04 16:10:38.621084472 +0100 +++ /var/tmp/diff_new_pack.Bbnn7q/_new 2021-11-04 16:10:38.625084475 +0100 @@ -24,24 +24,24 @@ 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++ BuildRequires: libjson-c-devel +BuildRequires: texlive-bibtex-bin ExclusiveArch: s390x %description -The IBM Z Protected-key Crypto library libzpc is an open-source -library targeting the 64-bit Linux on IBM Z (s390x) platform. It -provides interfaces for cryptographic primitives. The underlying -implementations make use of z/Architecture's extensive -performance-boosting hardware support and its protected-key feature -which ensures that key material is never present in main memory at any -time. +The IBM Z Protected-key Crypto library libzpc is a library targeting +the 64-bit Linux on IBM Z (s390x) platform. It provides interfaces for +cryptographic primitives. The underlying implementations make use of +z/Architecture's performance-boosting hardware support and its +protected-key feature which ensures that key material is never present +in main memory at any time. %package -n libzpc1 -Summary: Library +Summary: IBM Z Protected-key Crypto library Group: System/Libraries %description -n libzpc1 @@ -49,15 +49,16 @@ IBM protected-key cryptography hardware %package devel -Summary: Deep Learning Library development files -Requires: libzpc0 = %{version}-%{release} +Summary: Header files for the IBM Z Protected-key Crypto library +Group: Productivity/Security +Requires: libzpc1 = %{version}-%{release} %description devel -This package provides the sole include file and symbolic link to the +This package provides the header files and symbolic link to the shared library for the libzpc RPM. %prep -%setup -q +%autosetup -p1 %build mkdir build && cd build ++++++ libzpc-sles15p4-mark-stack-nonexec.patch ++++++ --- 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
