Accepting request 1118363 from home:mwilck:branches:Base:System

- Update to version 1.6+5.g68c6ffb:
  * avoid stack corruption by unaligned DMA to user space buffers
    (bsc#1216344, gh#linux-nvme/libnvme#727)

OBS-URL: https://build.opensuse.org/request/show/1118363
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=49
This commit is contained in:
Lee Duncan 2023-10-18 20:28:49 +00:00 committed by Git OBS Bridge
parent c8a9104f71
commit 9d6075fe25
7 changed files with 17 additions and 10 deletions

View File

@ -3,8 +3,8 @@
<param name="scm">git</param>
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
<param name="filename">libnvme</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.6</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param>
<param name="revision">68c6ffb</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
<param name="changesrevision">37a803cf77e224f66d86b1e1d9e74a15f55ea600</param>
<param name="changesrevision">68c6ffb11d40a427fc1fd70ac2ac97fd01952913</param>
</service>
</servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f128fce36f707eb0f4f1c63ba0660d6d06327b3eabfb0b28a9d89383a1bb7786
size 3038220

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c08cd1ceef2bae55bd0d25fe6ea79cbdfac3561499547808f35b46fb37169af0
size 3025932

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 17 14:38:25 UTC 2023 - Martin Wilck <mwilck@suse.com>
- Update to version 1.6+5.g68c6ffb:
* avoid stack corruption by unaligned DMA to user space buffers
(bsc#1216344, gh#linux-nvme/libnvme#727)
-------------------------------------------------------------------
Thu Oct 12 16:50:55 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.6
mtime: 1695968810
commit: 37a803cf77e224f66d86b1e1d9e74a15f55ea600
version: 1.6+5.g68c6ffb
mtime: 1696957866
commit: 68c6ffb11d40a427fc1fd70ac2ac97fd01952913

View File

@ -21,7 +21,7 @@
%bcond_without check
Name: libnvme
Version: 1.6
Version: 1.6+5.g68c6ffb
Release: 0
Summary: Linux-native nvme device management library
License: LGPL-2.1-or-later