forked from pool/libiscsi
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b5bfe7879a | |||
| 39e5e0092a | |||
| 5381bdf0c2 | |||
| dbfce8828e | |||
| 8941254ed0 | |||
| 461e8d3877 |
@@ -3,4 +3,4 @@
|
||||
<param name="url">git@github.com:sahlberg/libiscsi.git</param>
|
||||
<param name="changesrevision">e6bcdf5fdbf39729399c4f0914661ca1055107a1</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/sahlberg/libiscsi.git</param>
|
||||
<param name="changesrevision">b25ee4f0c4e6a27c2f1fa6b9734d6244295a9ac4</param></service></servicedata>
|
||||
<param name="changesrevision">eb0853e36e89add782b20f23ab4a1cd0fe83fb89</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2311a6d7513e185e32db2eb2d8d42c118022c0c38cd3113daaa2415bae508122
|
||||
size 2116620
|
||||
3
libiscsi-1.20.0+git.20250327.obscpio
Normal file
3
libiscsi-1.20.0+git.20250327.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64b69321ae7d868388d8a5f0b99d4fcc5930f127df9d4a0ae1be9fe90d2a515c
|
||||
size 2171404
|
||||
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 09:40:03 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.20.0+git.20250327:
|
||||
* fix: use correct maximum length for TargetName and InitiatorName
|
||||
* refactor(TODO): cleanup todos that have been implemented for ages
|
||||
* feat(socket): log resolved ip addresses if portal is a hostname
|
||||
* fix(socket): restore logging of local ip and port
|
||||
* feat(logging): include LUN into log messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 13:08:14 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.20.0+git.20250104:
|
||||
* Add CHAP SHA3-256 support
|
||||
* Add support for CHAP with SHA-256
|
||||
* Add support for CHAP using SHA1
|
||||
* Don't use inet_ntoa, it is deprecated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 13:25:26 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.20.0+git.20241207:
|
||||
* fix: scan PDUs before exiting event_loop due to connect timedout
|
||||
* lib: finish event_loop on invalid fd
|
||||
* lib: reserve the fd on reconnect
|
||||
* Fix free pdu mismatch with alloc
|
||||
* Fix pdu indata of iser alloc and free mismatch
|
||||
* feat: add iscsi_reset_next_reconnect interface
|
||||
* For failing writes, show what is in the sector instead
|
||||
* libcunit1-dev is required for iscsi-test-cu to be build
|
||||
* install binaries and manpage to rpm
|
||||
* Add utils.h to dist_noinst_HEADERS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 13:49:23 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: libiscsi
|
||||
version: 1.20.0+git.20240530
|
||||
mtime: 1717019388
|
||||
commit: b25ee4f0c4e6a27c2f1fa6b9734d6244295a9ac4
|
||||
version: 1.20.0+git.20250327
|
||||
mtime: 1743032281
|
||||
commit: ecc8a10212c4d848e5c9bd4dd83e3068e334b2ae
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libiscsi
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 10
|
||||
Name: libiscsi
|
||||
Version: 1.20.0+git.20240530
|
||||
Version: 1.20.0+git.20250327
|
||||
Release: 0
|
||||
Summary: iSCSI client library and utilities
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
|
||||
Reference in New Issue
Block a user