forked from pool/libvma
Nicolas Morey
a07a3422ac
- Update to v9.8.40 - RM #3593939 DPCP dependency - RM #3591039 Wrong lwip seqno wrap around condition - RM #3591039 Type overflow during trimming TCP seg - RM #3591039 Ref count for mem_buf chains - RM #3591039 GRO retransmitted TCP stream - RM #3591039 Incorrect pbuf chain split - RM #3604175 Fixing stuck empty rx ring cleanup - RM #3525812 Socketxtreme buffer reclaim leak - RM #3420360 Support for ConnectX-7 - RM #3373882 Fix compilation issue for gcc 13.0.1 - RM #3321730 Update the copyright statement to 2023 - RM #3249310 Support only systemctl for vma service setup/removal - RM #321712 Prevent failure of debian postinst script - Drop patch fixed upstream: - issue-3373882-Fix-compilation-issue-for-gcc-13.0.1.patch OBS-URL: https://build.opensuse.org/request/show/1114872 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=31
17 lines
594 B
Plaintext
17 lines
594 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<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>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">libvma*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
|
|
</services>
|