Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libopeniscsiusr0-0.2.0-111.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libopeniscsiusr0 Distribution: openSUSE Tumbleweed
Version: 0.2.0 Vendor: openSUSE
Release: 111.1 Build date: Wed Mar 11 22:11:54 2026
Group: System/Libraries Build host: reproducible
Size: 129184 Source RPM: open-iscsi-2.1.11-111.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.open-iscsi.com
Summary: The iSCSI User-level Library
The iSCSI user-space API from the open-iscsi project.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Wed Mar 11 2026 Lee Duncan <lduncan@suse.com>
  - Update to version 2.1.11.suse+88.8e0635b3:
    * Make iface.example a doc file. (#526)
    * Updated SPEC file to deliver iface.example as a %doc
      file, no longer in the database directory.
* Thu Feb 26 2026 Lee Duncan <lduncan@suse.com>
  - Update to version 2.1.11.suse+85.4ef97a15:
    * Fix unused variable warning in usr/io.c (#524)
    * Remove old rpm subdirectory, no longer needed.
    * Remove old rpm subdirectory, no longer needed.
    * Add tcp.congestion_control configuration option (#520)
    * Small cleanups for firmware discovery. (#522)
    * Fix incorrect parsing of node.discovery_type "static" and "fw" (#518)
    * iscsi_net_util: avoid copying NULL pointers with strlcpy() (#515)
    * iscsi: delay reconnect until interface has valid IP. (#511)
* Sun Jul 13 2025 lduncan@suse.com
  - Update to version 2.1.11.suse+73.1723affc61eb:
    * README for rpm build directory
    * Fix issue with IPv6 adapter interfaces (#508, bsc#1240969)
    * fwparam_ppc.c: Fix the calloc-transposed-args issue (#504)
    * Makefile: fix "No rule to make target 'iscsiuio/Makefile.in" issue (#506)
    * Fix typo in initiator.c (#507)
  - Fixed some issues in this changes file
    * One date had incorrect format from 2014
    * Two separator lines were formatted incrrectly
* Wed Apr 16 2025 lduncan@suse.com
  - Update to version 2.1.11.suse+66.13c070123738:
    * Fix iscsid.conf NOP configuration (bsc#1240541)
* Mon Apr 07 2025 Lee Duncan <lduncan@suse.com>
  - Change SPEC file so that open-iscsi lock files always go
    in /run/lock/iscsi (bsc#1239107)
* Mon Apr 07 2025 lduncan@suse.com
  - Update to version 2.1.11.suse+65.65365e1cdedb:
    * doc: fixup iscsiadm man page option for -r (#501)
    * Modify log function to print session id (#498)
    * Fix minor typo ("authenticaton") (#500)
    * Preparing for version 2.1.11 (#499)
    * iscsid: Rate limit session reopen log messages (#492)
    * IPv6 support for iBFT iSCSI boot (#493)
    * Improve iscsiadm command line parsing messages (#494)
    * More testing cleanup, and fix dprint test usage (#491)
    * Fix a typo in test/README (#486)
    * iscsid: Fix hang during login with scan=manual (#485)
    * fix 4 issues which are finded when building with clang 17 (#478)
* Wed Jan 22 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Drop rcFOO symlinks for CODE16 (PED-266).
* Mon Sep 30 2024 lduncan@suse.com
  - Update to version 2.1.10.suse+51.fea0fde82ed1:
    * Incudes upstream version 2.1.10 plus some fixes
    * Fix firmware targets startup to always be "onboot" (#482)
      (bsc#1228084)
    * Change a discovery function to void return type (#481)
    * Fix gcc issues (#480)
    * Bugfix read specific sysfs value "off" of session attribute (#466)
    * Fix bug where abort_tmo read failures were ignored. (#467)
    * grammar nitpicks (#464)
    * Fix memory leak in iscsi_check_session_use_count (#465)
    * improve the comments in idbm_lock() (#458)
    * Make it visible when memory allocation failure (#457)
    * Better handle multiple iscsiadm commands (#453)
    * iscsiadm: allow hostnames in node-mode commands (#451)
    * Modify how workqueue priority is set (#445)
    * Fix authmethod check by printing a warning message when CHAP used and authmethod=None (#443)
    * iscsid: Rescan devices on relogin (#444)
    * Adds missing characters in README. (#440)
    * Turn off iSCSI NOP-Outs, by default.
    * fix: add usr/iscsid_req.h missinig underline (#431) (#436)
* Wed Dec 20 2023 Lee Duncan <lduncan@suse.com>
  - Updated to latest upstream: two small changes, with no known
    functional changes:
    * Incorrect documentation for `iscsiadm -m session` print level
      (upstream issue #432)
    * Stop using deprecated inet_aton and inet_ntoa (upstream issue
      [#435])
  - Also, stopped using pre-prepared tarballs for the build, instead
    now using a service file to get latest SUSE srouces directly.
    This removed these two files:
    * open-iscsi-2.1.9-suse.tar.bz2, and
    * open-iscsi-SUSE-latest.diff.bz2
    whcih were both created by a shell script, and added a service-
    file-generated file of the form:
    * open-iscsi-2.1.9.suse+TAG_OFFSET.tar.xz
    where TAG_OFFSET is of the form "COMMIT_COUNT.HASH", where
    COMMIT_COUNT is the count of commits since 2.1.9-suse (in this
    case), and HASH is the git commit hash being used.
* Wed Oct 25 2023 Lee Duncan <lduncan@suse.com>
  - Updated to latest upstream, which includes (bsc#1210514):
    * several fixes to harden iscsiuio, including:
    - logging now uses syslog
    - shutdown now waits for helper threads to complete
    - netlink socket cleanup
    * some minor bug fixes, some helping builds on musl
    This updates iscsiuio version to 0.7.8.8.
    This updates open-iscsi-SUSE-latest.diff.bz2
* Tue Jun 20 2023 Lee Duncan <lduncan@suse.com>
  - Fix iscsiuio build version by updating iscsiuio/meson.build
    and RPM SPEC file (bsc#1210514), updating
    open-iscsi-SUSE-latest.diff.bz2
* Thu Jun 15 2023 Lee Duncan <lduncan@suse.com>
  - Upgrade to upstream version 2.1.9 with tag "2.1.9-suse"
    (bsc#1210514), replacing open-iscsi-2.1.8-suse.tar.bz2 with
    open-iscsi-2.1.9-suse.tar.bz2, and resetting
    open-iscsi-SUSE-latest.diff.bz2. A summary from the ChangeLog
    file:
    * Fix discoveryd compiler warning
    * Sync iscsi_if.h with kernel
    * Handle old DB records correctly
    * Make IQN configuration for iscsi-iname
    * remove OFFLOAD_BOOT_SUPPORTED, which is always true
    * Use UUID for IPC, not "root"
    * do not support SHA3 for libressl
    * build meson cleanups, including changing default DB home
    * Updated README about NOPs
    * Remove "BindTo" in systemd service file
    * Some iscsiuio fixes, including licensing and memory leaks
      (bsc#1210514)
    * Small netlink fixes
    * Fix OOM adjustment
    * Some error recovery fixes
    * Some spelling fixes
* Mon Apr 17 2023 Lee Duncan <lduncan@suse.com>
  - Remove "--strip" in SPEC file for meson build, so that
    debuginfo is generated. (from mwilck) (bsc#1210536)
* Sat Feb 25 2023 Lee Duncan <lduncan@suse.com>
  - Build system: meson builds were ignoring optflags, and other
    passed in compiler options.

Files

/usr/lib64/libopeniscsiusr.so.0
/usr/lib64/libopeniscsiusr.so.0.2.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:32:08 2026