Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openssl-ibmca for openSUSE:Factory checked in at 2022-10-06 07:42:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssl-ibmca (Old) and /work/SRC/openSUSE:Factory/.openssl-ibmca.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssl-ibmca" Thu Oct 6 07:42:41 2022 rev:39 rq:1008264 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openssl-ibmca/openssl-ibmca.changes 2022-03-16 20:22:05.973040749 +0100 +++ /work/SRC/openSUSE:Factory/.openssl-ibmca.new.2275/openssl-ibmca.changes 2022-10-06 07:42:50.992773566 +0200 @@ -1,0 +2,17 @@ +Tue Oct 4 19:33:57 UTC 2022 - Mark Post <mp...@suse.com> + +- Upgraded to version 2.3.1 (jsc#PED-597) + * openssl-ibmca 2.3.1 + - Adjustments for libica 4.1.0 + * openssl-ibmca 2.3.0 + - First version including the provider + - Fix for engine build without OpenSSL 3.0 sources + * openssl-ibmca 2.2.3 + - Fix PKEY segfault with OpenSSL 3.0 + * openssl-ibmca 2.2.2 + - Fix tests with OpenSSL 3.0 + - Build against libica 4.0 +- Removed a Requires for libica from the specfile. +- Removed the obsolete baselibs.conf file + +------------------------------------------------------------------- Old: ---- baselibs.conf openssl-ibmca-2.2.1.tar.gz New: ---- openssl-ibmca-2.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssl-ibmca.spec ++++++ --- /var/tmp/diff_new_pack.tB1qnL/_old 2022-10-06 07:42:51.592774902 +0200 +++ /var/tmp/diff_new_pack.tB1qnL/_new 2022-10-06 07:42:51.600774919 +0200 @@ -19,15 +19,14 @@ %global enginesdir %(pkg-config --variable=enginesdir libcrypto) Name: openssl-ibmca -Version: 2.2.1 +Version: 2.3.1 Release: 0 Summary: The IBMCA OpenSSL dynamic engine License: Apache-2.0 Group: Hardware/Other URL: https://github.com/opencryptoki/openssl-ibmca Source: https://github.com/opencryptoki/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source1: baselibs.conf -Source2: engine_section.txt +Source1: engine_section.txt BuildRequires: autoconf BuildRequires: automake @@ -35,7 +34,6 @@ BuildRequires: libica-tools >= 2.4.0 BuildRequires: libtool BuildRequires: openssl-devel -Requires: libica3 Requires: openssl ExclusiveArch: s390x @@ -57,7 +55,7 @@ %install # Update the sample config file so that the dynamic path points # to the correct version of the engines directory. -sed -i -e "/^dynamic_path/s, = .*/, = %{enginesdir}/," src/openssl.cnf.sample +sed -i -e "/^dynamic_path/s, = .*/, = %{enginesdir}/," src/engine/openssl.cnf.sample %make_install rm %{buildroot}/%{enginesdir}/ibmca.la @@ -67,12 +65,12 @@ # is run. It will be read by the openssl .include directive that points # to /etc/ssl/engines.d/ mkdir -p %{buildroot}%{_datadir}/%{name} -cp -p %{SOURCE2} %{buildroot}%{_datadir}/%{name}/openssl-ibmca.sectiondef.txt +cp -p %{SOURCE1} %{buildroot}%{_datadir}/%{name}/openssl-ibmca.sectiondef.txt # This will create the actual engine definition section that will be usable # by the .include directive of openSSL. That include will be inserted during # the postinstall phase of the package installation. -grep -v "^#" src/openssl.cnf.sample | \ +grep -v "^#" src/engine/openssl.cnf.sample | \ sed -n -e '/^\[ibmca_section\]/,$ p' | \ sed -e '/^$/ {N;N;s/\n\n/\n/g;}' | \ sed -e 's/^dynamic_path/#dynamic_path/' > %{buildroot}%{_datadir}/%{name}/openssl-ibmca.enginedef.cnf @@ -96,13 +94,11 @@ %files %license LICENSE +%doc ChangeLog %doc README.md -%doc src/openssl.cnf.sample -%doc src/openssl.cnf.defaultlibica -%doc src/openssl.cnf.libica -%doc src/openssl.cnf.libica-cex +%doc src/engine/openssl.cnf.sample +%doc src/engine/ibmca-engine-opensslconfig %dir %{_datadir}/%{name} -%{_datadir}/%{name}/openssl.cnf.* %{_datadir}/%{name}/openssl-ibmca.sectiondef.txt %{_datadir}/%{name}/openssl-ibmca.enginedef.cnf %{enginesdir}/ibmca.* ++++++ openssl-ibmca-2.2.1.tar.gz -> openssl-ibmca-2.3.1.tar.gz ++++++ ++++ 37908 lines of diff (skipped)