Sync from SUSE:SLFO:Main libvma revision c256fdcf1b5bf5d3c174214b7fca6e90
This commit is contained in:
parent
55fd1ca7ee
commit
46900b1f48
6
_service
6
_service
@ -1,14 +1,14 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/Mellanox/libvma.git</param>
|
||||
<param name="package-meta">no</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">libvma</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||
<param name="revision">ae7f37cbdd4fae4b56fb5523bab8fbdb7dbc4177</param>
|
||||
<param name="revision">536ca51fb61bff316bc7b946e15c58bd48fc6a13</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">libvma*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
BIN
libvma-9.8.40.0.ae7f37cbdd4f.tar.gz
(Stored with Git LFS)
BIN
libvma-9.8.40.0.ae7f37cbdd4f.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libvma-9.8.60.0.536ca51fb61b.tar.gz
(Stored with Git LFS)
Normal file
BIN
libvma-9.8.60.0.536ca51fb61b.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 16:18:15 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 12:43:04 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
#
|
||||
%define git_ver .0.ae7f37cbdd4f
|
||||
%define git_ver .0.536ca51fb61b
|
||||
%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.40
|
||||
Version: 9.8.60
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||
Source1: vma.service
|
||||
|
Loading…
Reference in New Issue
Block a user