commit qatlib for openSUSE:Factory

2024-01-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qatlib for openSUSE:Factory checked 
in at 2024-01-04 15:58:33

Comparing /work/SRC/openSUSE:Factory/qatlib (Old)
 and  /work/SRC/openSUSE:Factory/.qatlib.new.28375 (New)


Package is "qatlib"

Thu Jan  4 15:58:33 2024 rev:8 rq:1136544 version:23.11.0

Changes:

--- /work/SRC/openSUSE:Factory/qatlib/qatlib.changes2023-05-30 
22:03:39.239438732 +0200
+++ /work/SRC/openSUSE:Factory/.qatlib.new.28375/qatlib.changes 2024-01-04 
16:00:44.691855795 +0100
@@ -1,0 +2,13 @@
+Wed Jan  3 10:37:20 UTC 2024 - Torsten Duwe 
+
+- update to 23.11.0:
+  * use new --enable-legacy-algorithms to avoid regressions
+  * add support for data compression chaining (hash then compress)
+  * add support for additional configuration profiles
+  * add support DC NS (NoSession) APIs
+  * add support DC CompressBound APIs
+  * add Support for Chinese SM{2,3,4} ciphers
+  * bump shared library major to 4
+  * refactoring, bug fixes and documentation updates
+
+---

Old:

  22.07.2.tar.gz

New:

  23.11.0.tar.gz



Other differences:
--
++ qatlib.spec ++
--- /var/tmp/diff_new_pack.s3EqUn/_old  2024-01-04 16:00:45.207874645 +0100
+++ /var/tmp/diff_new_pack.s3EqUn/_new  2024-01-04 16:00:45.211874791 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qatlib
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   qatlib
-Version:22.07.2
+Version:23.11.0
 Release:0
 Summary:Intel QuickAssist Technology Library
 License:BSD-3-Clause
@@ -41,16 +41,16 @@
 %description -n libusdm0
 User space library for memory management.
 
-%package -n libqat3
+%package -n libqat4
 Summary:QuickAssist device access library
 
-%description -n libqat3
+%description -n libqat4
 User space library for accessing Intel QAT devices.
 
 %package devel
 Summary:Development files for qatlib
 Group:  Hardware/Other
-Requires:   libqat3 = %{version}-%{release}
+Requires:   libqat4 = %{version}-%{release}
 Requires:   libusdm0 = %{version}-%{release}
 
 %description
@@ -69,7 +69,7 @@
 autoreconf -iv
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-legacy-algorithms
 %make_build
 
 %install
@@ -78,7 +78,7 @@
 rm -f %{buildroot}%{_libdir}/*.so.[0-9]
 
 %ldconfig_scriptlets -n libusdm0
-%ldconfig_scriptlets -n libqat3
+%ldconfig_scriptlets -n libqat4
 
 %files
 %license LICENSE
@@ -90,8 +90,8 @@
 %files -n libusdm0
 %{_libdir}/libusdm.so.0*
 
-%files -n libqat3
-%{_libdir}/libqat.so.3*
+%files -n libqat4
+%{_libdir}/libqat.so.4*
 
 %files devel
 %{_includedir}/qat

++ 22.07.2.tar.gz -> 23.11.0.tar.gz ++
 42246 lines of diff (skipped)


commit qatlib for openSUSE:Factory

2023-05-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qatlib for openSUSE:Factory checked 
in at 2023-05-30 22:03:24

Comparing /work/SRC/openSUSE:Factory/qatlib (Old)
 and  /work/SRC/openSUSE:Factory/.qatlib.new.1533 (New)


Package is "qatlib"

Tue May 30 22:03:24 2023 rev:7 rq:1089848 version:22.07.2

Changes:

--- /work/SRC/openSUSE:Factory/qatlib/qatlib.changes2022-12-06 
14:24:43.454316820 +0100
+++ /work/SRC/openSUSE:Factory/.qatlib.new.1533/qatlib.changes  2023-05-30 
22:03:39.239438732 +0200
@@ -1,0 +2,7 @@
+Tue May 30 07:33:31 UTC 2023 - Jan Engelhardt 
+
+- Implement shared library packaging guidelines
+- Drop R/TM signs as per
+  https://en.opensuse.org/openSUSE:Package_description_guidelines
+
+---



Other differences:
--
++ qatlib.spec ++
--- /var/tmp/diff_new_pack.Yv24Tb/_old  2023-05-30 22:03:39.691441396 +0200
+++ /var/tmp/diff_new_pack.Yv24Tb/_new  2023-05-30 22:03:39.703441466 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qatlib
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,24 +35,37 @@
 # This package can be built on all archs, but is useful only on 
enterprise-class intel.
 ExclusiveArch:  x86_64
 
+%package -n libusdm0
+Summary:QuickAssist memory management library
+
+%description -n libusdm0
+User space library for memory management.
+
+%package -n libqat3
+Summary:QuickAssist device access library
+
+%description -n libqat3
+User space library for accessing Intel QAT devices.
+
 %package devel
 Summary:Development files for qatlib
 Group:  Hardware/Other
-Requires:   %{name}
+Requires:   libqat3 = %{version}-%{release}
+Requires:   libusdm0 = %{version}-%{release}
 
 %description
-This package provides user space libraries that allow access to Intel(R)
+This package provides user space libraries that allow access to Intel
 QuickAssist devices for hardware-accelerated cryptography.
 The QuickAssist APIs allow for finer control over the qat_4xxx devices
 than the more general libkcapi.
 
 %description devel
-Header files for using the Intel(R) QuickAssist C APIs.
+Header files for using the Intel QuickAssist C APIs.
 These APIs allow for finer control over the qat_4xxx devices
 than the more general libkcapi.
 
 %prep
-%setup -q
+%autosetup
 autoreconf -iv
 
 %build
@@ -64,17 +77,21 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 rm -f %{buildroot}%{_libdir}/*.so.[0-9]
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets -n libusdm0
+%ldconfig_scriptlets -n libqat3
 
 %files
 %license LICENSE
 %doc README.md
 %{_mandir}/man8/qat*
 %{_unitdir}/qat*
+%{_sbindir}/qat*
+
+%files -n libusdm0
 %{_libdir}/libusdm.so.0*
+
+%files -n libqat3
 %{_libdir}/libqat.so.3*
-%{_sbindir}/qat*
 
 %files devel
 %{_includedir}/qat


commit qatlib for openSUSE:Factory

2022-12-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qatlib for openSUSE:Factory checked 
in at 2022-12-06 14:24:26

Comparing /work/SRC/openSUSE:Factory/qatlib (Old)
 and  /work/SRC/openSUSE:Factory/.qatlib.new.1835 (New)


Package is "qatlib"

Tue Dec  6 14:24:26 2022 rev:6 rq:1040559 version:22.07.2

Changes:

--- /work/SRC/openSUSE:Factory/qatlib/qatlib.changes2021-11-02 
19:19:33.963102437 +0100
+++ /work/SRC/openSUSE:Factory/.qatlib.new.1835/qatlib.changes  2022-12-06 
14:24:43.454316820 +0100
@@ -1,0 +2,28 @@
+Sat Dec  3 23:15:30 UTC 2022 - Dirk Müller 
+
+- update to 22.07.2:
+  * Changed from yasm to nasm for assembly compilation
+  * Added configuration option to use C implementation of soft CRC
+implementation instead of asm
+  * Added support for pkg-config
+  * Added missing lock around accesses to some global data in qatmgr
+  * Fix for QATE-86605 – improve error checking on size param used by qatmgr
+debug function.
+  * Fix for issue #10
+  * Fixed link to Programmer's Guide
+  * Added support for Compression LZ4 and LZ4s algorithms
+  * Added support for Compression end-to-end integrity checks
+  * Added support for PKE Generic Point Multiply APIs
+  * Added support for CPM2.0b
+  * Updated library to support new version of QAT APIs
+  * Updated qat service to allow compression only and crypto only
+configurations
+  * Created qatlib-tests rpm package
+  * Added option to configure script to skip building sample code
+
+---
+Wed Apr 27 08:44:06 UTC 2022 - Marcus Meissner 
+
+- use source url, switch to .tar.gz as this is used in github upstream
+
+---

Old:

  _service
  qatlib-21.08.0.tar.xz

New:

  22.07.2.tar.gz



Other differences:
--
++ qatlib.spec ++
--- /var/tmp/diff_new_pack.5EDICl/_old  2022-12-06 14:24:43.874320401 +0100
+++ /var/tmp/diff_new_pack.5EDICl/_new  2022-12-06 14:24:43.878320435 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qatlib
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,18 @@
 
 
 Name:   qatlib
-Version:21.08.0
+Version:22.07.2
 Release:0
 Summary:Intel QuickAssist Technology Library
 License:BSD-3-Clause
 Group:  Hardware/Other
 URL:https://github.com/intel/qatlib
-Source: %{name}-%{version}.tar.xz
+Source: 
https://github.com/intel/qatlib/archive/refs/tags/%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
+BuildRequires:  nasm
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(zlib)
@@ -54,7 +56,7 @@
 autoreconf -iv
 
 %build
-%configure
+%configure --disable-static
 %make_build
 
 %install
@@ -70,11 +72,15 @@
 %doc README.md
 %{_mandir}/man8/qat*
 %{_unitdir}/qat*
-%{_libdir}/lib*.so.[02].*
+%{_libdir}/libusdm.so.0*
+%{_libdir}/libqat.so.3*
 %{_sbindir}/qat*
 
 %files devel
 %{_includedir}/qat
 %{_libdir}/lib*.so
+%{_libdir}/pkgconfig/libqat.pc
+%{_libdir}/pkgconfig/libusdm.pc
+%{_libdir}/pkgconfig/qatlib.pc
 
 %changelog


commit qatlib for openSUSE:Factory

2021-11-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qatlib for openSUSE:Factory checked 
in at 2021-11-02 19:18:59

Comparing /work/SRC/openSUSE:Factory/qatlib (Old)
 and  /work/SRC/openSUSE:Factory/.qatlib.new.1890 (New)


Package is "qatlib"

Tue Nov  2 19:18:59 2021 rev:5 rq:928687 version:21.08.0

Changes:

--- /work/SRC/openSUSE:Factory/qatlib/qatlib.changes2021-10-06 
19:50:16.712067406 +0200
+++ /work/SRC/openSUSE:Factory/.qatlib.new.1890/qatlib.changes  2021-11-02 
19:19:33.963102437 +0100
@@ -15,0 +16,14 @@
+Wed Oct  6 13:37:02 UTC 2021 - Torsten Duwe 
+
+- Update to 21.08.0
+  * Add support for Compression Deflate algorithm
+  * Add communication path to PF driver (PFVFcomms)
+  * Enable services based on VF capabilities.
+  * Stop service correctly during uninstallation
+  * Fix qatmgr foreground option -f
+  * Add qatmgr -v option to display version
+  * Add version check between qatlib and qatmgr
+  * Suppress deprecated warnings from OpenSSL3
+  * Fix build with clang
+
+---



Other differences:
--


commit qatlib for openSUSE:Factory

2021-10-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qatlib for openSUSE:Factory checked 
in at 2021-10-06 19:50:02

Comparing /work/SRC/openSUSE:Factory/qatlib (Old)
 and  /work/SRC/openSUSE:Factory/.qatlib.new.2443 (New)


Package is "qatlib"

Wed Oct  6 19:50:02 2021 rev:4 rq:923508 version:21.08.0

Changes:

--- /work/SRC/openSUSE:Factory/qatlib/qatlib.changes2021-07-20 
15:39:51.261514259 +0200
+++ /work/SRC/openSUSE:Factory/.qatlib.new.2443/qatlib.changes  2021-10-06 
19:50:16.712067406 +0200
@@ -1,0 +2,14 @@
+Wed Oct  6 13:37:02 UTC 2021 - Torsten Duwe 
+
+- Update to 21.05.0
+  * Add support for Compression Deflate algorithm
+  * Add communication path to PF driver (PFVFcomms)
+  * Enable services based on VF capabilities.
+  * Stop service correctly during uninstallation
+  * Fix qatmgr foreground option -f
+  * Add qatmgr -v option to display version
+  * Add version check between qatlib and qatmgr
+  * Suppress deprecated warnings from OpenSSL3
+  * Fix build with clang
+
+---

Old:

  qatlib-21.05.0.tar.xz

New:

  qatlib-21.08.0.tar.xz



Other differences:
--
++ qatlib.spec ++
--- /var/tmp/diff_new_pack.gtqWFl/_old  2021-10-06 19:50:17.268067921 +0200
+++ /var/tmp/diff_new_pack.gtqWFl/_new  2021-10-06 19:50:17.272067925 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   qatlib
-Version:21.05.0
+Version:21.08.0
 Release:0
 Summary:Intel QuickAssist Technology Library
-License:BSD-3-clause
+License:BSD-3-Clause
 Group:  Hardware/Other
 URL:https://github.com/intel/qatlib
 Source: %{name}-%{version}.tar.xz
@@ -70,7 +70,7 @@
 %doc README.md
 %{_mandir}/man8/qat*
 %{_unitdir}/qat*
-%{_libdir}/lib*.so.0.*
+%{_libdir}/lib*.so.[02].*
 %{_sbindir}/qat*
 
 %files devel

++ qatlib-21.05.0.tar.xz -> qatlib-21.08.0.tar.xz ++
 121759 lines of diff (skipped)


commit qatlib for openSUSE:Factory

2021-07-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qatlib for openSUSE:Factory checked 
in at 2021-07-20 15:39:10

Comparing /work/SRC/openSUSE:Factory/qatlib (Old)
 and  /work/SRC/openSUSE:Factory/.qatlib.new.2632 (New)


Package is "qatlib"

Tue Jul 20 15:39:10 2021 rev:3 rq:907097 version:21.05.0

Changes:

--- /work/SRC/openSUSE:Factory/qatlib/qatlib.changes2021-02-09 
21:16:11.882769271 +0100
+++ /work/SRC/openSUSE:Factory/.qatlib.new.2632/qatlib.changes  2021-07-20 
15:39:51.261514259 +0200
@@ -1,0 +2,11 @@
+Sat Jul  3 19:39:28 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 21.05.0:
+  * Added support for AES-CCM 192/265
+  * Added support for SHA3-224/384/512 (no partials support)
+  * Added support for ChaCha20-Poly1305
+  * Added support for PKE 8K (RSA, DH, ModExp, ModInv)
+  * Fixed device enumeration on different nodes
+  * Fixed pci_vfio_set_command for 32 bit builds
+
+---

Old:

  qatlib-20.10.20201116T163433.0257eb1.tar.xz

New:

  qatlib-21.05.0.tar.xz



Other differences:
--
++ qatlib.spec ++
--- /var/tmp/diff_new_pack.NOKe3w/_old  2021-07-20 15:39:51.877515361 +0200
+++ /var/tmp/diff_new_pack.NOKe3w/_new  2021-07-20 15:39:51.877515361 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   qatlib
-Version:20.10.20201116T163433.0257eb1
+Version:21.05.0
 Release:0
 Summary:Intel QuickAssist Technology Library
 License:BSD-3-clause

++ _service ++
--- /var/tmp/diff_new_pack.NOKe3w/_old  2021-07-20 15:39:51.913515425 +0200
+++ /var/tmp/diff_new_pack.NOKe3w/_new  2021-07-20 15:39:51.913515425 +0200
@@ -2,10 +2,13 @@
   
 git
 git://github.com/intel/qatlib.git
-20.10.0
+refs/tags/21.05.0
 qatlib
+@PARENT_TAG@
+
   
   
 *tar

++ qatlib-20.10.20201116T163433.0257eb1.tar.xz -> qatlib-21.05.0.tar.xz 
++
 25052 lines of diff (skipped)


commit qatlib for openSUSE:Factory

2021-02-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qatlib for openSUSE:Factory checked 
in at 2021-02-09 21:16:11

Comparing /work/SRC/openSUSE:Factory/qatlib (Old)
 and  /work/SRC/openSUSE:Factory/.qatlib.new.28504 (New)


Package is "qatlib"

Tue Feb  9 21:16:11 2021 rev:2 rq:870220 version:20.10.20201116T163433.0257eb1

Changes:

--- /work/SRC/openSUSE:Factory/qatlib/qatlib.changes2021-02-02 
14:25:40.311391831 +0100
+++ /work/SRC/openSUSE:Factory/.qatlib.new.28504/qatlib.changes 2021-02-09 
21:16:11.882769271 +0100
@@ -1,0 +2,5 @@
+Mon Feb  8 09:02:36 UTC 2021 - Torsten Duwe 
+
+- re-add _service file, but "disabled".
+
+---

New:

  _service



Other differences:
--
++ qatlib.spec ++
--- /var/tmp/diff_new_pack.59U5YH/_old  2021-02-09 21:16:12.470769939 +0100
+++ /var/tmp/diff_new_pack.59U5YH/_new  2021-02-09 21:16:12.474769944 +0100
@@ -35,6 +35,7 @@
 
 %package devel
 Summary:Development files for qatlib
+Group:  Hardware/Other
 Requires:   %{name}
 
 %description

++ _service ++

  
git
git://github.com/intel/qatlib.git
20.10.0
qatlib
%ci.%h
20.10
  
  
*tar
xz