SHA256
1
0
forked from pool/libiscsi

6 Commits

Author SHA256 Message Date
b5bfe7879a Accepting request 1268088 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/1268088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libiscsi?expand=0&rev=28
2025-04-10 19:57:32 +00:00
39e5e0092a - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/libiscsi?expand=0&rev=59
2025-04-09 09:40:14 +00:00
5381bdf0c2 Accepting request 1247082 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/1247082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libiscsi?expand=0&rev=27
2025-02-20 15:27:26 +00:00
dbfce8828e - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/libiscsi?expand=0&rev=57
2025-02-19 13:09:46 +00:00
8941254ed0 Accepting request 1229784 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/1229784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libiscsi?expand=0&rev=26
2024-12-11 20:00:57 +00:00
461e8d3877 - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/libiscsi?expand=0&rev=55
2024-12-10 13:28:57 +00:00
6 changed files with 43 additions and 9 deletions

View File

@@ -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>

View File

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

View File

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

View File

@@ -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>

View File

@@ -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

View File

@@ -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