Updating link to change in openSUSE:Factory/libnvme revision 26
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=b8a6d5acd16c360aea452894c0cf7525
This commit is contained in:
parent
ad1ce60a0b
commit
db7584163f
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
||||
<param name="filename">libnvme</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param>
|
||||
<param name="revision">13ba383</param>
|
||||
<param name="revision">68c6ffb</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
||||
<param name="changesrevision">13ba38387e5446849ae59d3ccd8183cf9aca3145</param>
|
||||
<param name="changesrevision">68c6ffb11d40a427fc1fd70ac2ac97fd01952913</param>
|
||||
</service>
|
||||
</servicedata>
|
3
libnvme-1.6+5.g68c6ffb.obscpio
Normal file
3
libnvme-1.6+5.g68c6ffb.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f128fce36f707eb0f4f1c63ba0660d6d06327b3eabfb0b28a9d89383a1bb7786
|
||||
size 3038220
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:543497ebda2a823c3b6bf537343c6aacadab7d33daf8a00d59f48ef9ed277171
|
||||
size 3076108
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 10:10:56 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
- Update to version 1.7.1+0.g13ba383:
|
||||
* tree: do no free ns on error in nvme_ns_init
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 13:26:50 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
- Update to version 1.7+0.gf38b1d7:
|
||||
* tree: do not open blk device on default
|
||||
* tree: read all attributes from sysfs when available
|
||||
* ioctl: set data length when retrieving LBA status
|
||||
* types: fix regression for vendor-specific field in nvme_id_ns
|
||||
* util: use cleanup functions
|
||||
* linux: use cleanup functions
|
||||
* json: use cleanup functions
|
||||
* fabrics: use cleanup functions
|
||||
* tree: use cleanup functions
|
||||
* cleanup: add cleanup functions
|
||||
* tree: fix incorrect return value
|
||||
* tree: Fix clearing application strings
|
||||
* libnvme: reshuffle nvme_generate_tls_key_identity()
|
||||
* libnvme: fixup error codes
|
||||
* libnvme: Implement 'nvme_generate_tls_key_identity()'
|
||||
* libnvme: support NVMe TLS identities version 1
|
||||
* libnvme: Add base64 functions
|
||||
* libnvme: separate out 'gen_tls_identity' and reshuffle 'derive_nvme_keys'
|
||||
* libnvme: separate out a function 'select_hmac'
|
||||
* libnvme: fix a memory leak when calling read_ssns()
|
||||
* libnvme: fix a memory leak in read_discovery()
|
||||
* fabrics: avoid redundant args in nvme_discovery_log()
|
||||
* fabrics: have nvmf_get_discovery_log() call nvmf_get_discovery_wargs()
|
||||
* fabrics: fetch smaller Discovery Log Page header
|
||||
* fabrics: avoid redundant Get Log Page on retry
|
||||
* fabrics: clear RAE for discovery log page commands
|
||||
* json-schema: add keyring and tls_key details
|
||||
* types: add Host Behavior Support field definitions
|
||||
* mi: Cast values to u32 if shift overflows int
|
||||
* types: Cast values to u32 if shift overflows int
|
||||
* test: Avoid unaligned pointer dereferences
|
||||
* nbft: Avoid unaligned pointer dereferences
|
||||
* types: add cross-namespace copy formats, status codes, ONCS bits
|
||||
* nvme: Add length field to Hkdf-Expand-Label computation
|
||||
* ioctl: use lsp arg in nvme_get_log_boot_partition
|
||||
* fabrics: use SECTYPE to determine whether to use TLS
|
||||
* fabrics: Allocate aligned payloads for id_ctrl and discovery log calls
|
||||
* linux: Allocate aligned payloads for id_ctrl and id_ns calls
|
||||
* ioctl: MSB variable-size storage/reference tags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 14:38:25 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libnvme
|
||||
version: 1.7.1+0.g13ba383
|
||||
mtime: 1703065918
|
||||
commit: 13ba38387e5446849ae59d3ccd8183cf9aca3145
|
||||
version: 1.6+5.g68c6ffb
|
||||
mtime: 1696957866
|
||||
commit: 68c6ffb11d40a427fc1fd70ac2ac97fd01952913
|
||||
|
@ -21,7 +21,7 @@
|
||||
%bcond_without check
|
||||
|
||||
Name: libnvme
|
||||
Version: 1.7.1+0.g13ba383
|
||||
Version: 1.6+5.g68c6ffb
|
||||
Release: 0
|
||||
Summary: Linux-native nvme device management library
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user