5 Commits

Author SHA256 Message Date
Nicolas Morey
84907162f8 Merge remote-tracking branch 'devel/main' into slfo-main (jsc#PED-15319)
* devel/main:
  Update to 9.8.83
  Update to 9.8.82
  Add Gitea build results
  - Update to v9.8.80   - RM #4607536 Improve VMA stability   - RM #4446285 Replace linux list with BSD list   - RM #4337575 Init VMA in vma_thread_offload()   - RM #4260620 infinite loop latency spec   - RM #4251780 SocketXtreme API for external allocator   - RM #4223310 VMA support for kernel 6.10   - RM #4233101 header licensing for 2025 - Drop Fix-compilation-with-GCC-14.patch as it was fixed upstream.
  Accepting request 1221044 from home:NMorey:branches:science:HPC
  Accepting request 1198986 from home:NMorey:branches:science:HPC

Signed-off-by: Nicolas Morey <nmorey@suse.com>
2026-01-15 08:42:39 +01:00
f082792fde Accepting request 1221080 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1221080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvma?expand=0&rev=19
2024-11-04 21:43:08 +00:00
ec8ca72f2d - Update to v9.8.60 (jsc#PED-11338 jsc#PED-11339)
- RM #3749337 Fix TCP keepAlive timer when set to -1
  - RM #3749310 Fix delayed TCP keepAlive probes
  - RM #3604029 Fix releasing ring flow
  - RM #3623373 Fix corruption during ring release
  - RM #3655436 Add full TCP_KEEPALIVE support
  - RM #3697720 Fixing socket destruction race
  - RM #1214066 Update some unsigned char -> uint32_t for table_id

OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=37
2024-11-04 17:10:43 +00:00
5019428eba Accepting request 1198993 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1198993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvma?expand=0&rev=18
2024-09-06 15:18:20 +00:00
bb9aca9b8f - Backport upstream patch to fix compilation GCC >= 14
- Fix-compilation-with-GCC-14.patch
- Refresh harden_vma.service.patch to use patch -p0 format

OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=35
2024-09-05 13:06:08 +00:00
5 changed files with 6 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
<param name="exclude">.git</param>
<param name="filename">libvma</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="revision">71b52abd40e83ea59ff936cf6e679aa28b293cfb</param>
<param name="revision">cd4c034d39846b0a05affefba7e5d666f422c3a2</param>
</service>
<service name="recompress" mode="manual">
<param name="file">libvma*.tar</param>

BIN
libvma-9.8.83.0.464539ec.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
Thu Jan 15 08:59:31 UTC 2026 - Nicolas Morey <nmorey@suse.com>
- Update to 9.8.84
- Core
- RM #4607536 Improve VMA stability
-------------------------------------------------------------------
Tue Jan 06 09:08:05 UTC 2026 - Nicolas Morey <nmorey@suse.com>

View File

@@ -17,14 +17,14 @@
#
%define git_ver .0.4555b4bc
%define git_ver .0.464539ec
%define lib_major 9
Name: libvma
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
License: BSD-2-Clause OR GPL-2.0-only
Group: Development/Libraries/C and C++
Version: 9.8.84
Version: 9.8.83
Release: 0
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: vma.service