Changelog for
tgt-1.0.89-1.1.x86_64.rpm :
* Mon Feb 26 2024 pgajdosAATTsuse.com- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
* Wed Nov 15 2023 ming li
- Update to version v1.0.89 (from 1.0.85):
* tgt 1.0.89
* tgtd.initd add missing
* Prevents threads from looping indefinitely
* tgt 1.0.88
* Create tgtd.confd /etc/conf.d/tgtd config file for openrc init system
* openrc init script An openrc init script for tgtd.
* tgt 1.0.87
* fix posix_fallocate ret check \"posix_fallocate() returns zero on success, or an error number on failure. Note that errno is not set.\"
* Add rotation_rate parameter to tgtadm.8.xml Add `rotation_rate` parameter and description.
* tgt 1.0.86
* fix: unused function errors
* add github actions CI just build test.
* README: minor update update URLs. remove too old kernel version info.
* Mon Jan 02 2023 Dirk Müller - update to 1.0.85:
* remove duplicate includes
* Fix blank documentation line in service file
* Fri Dec 23 2022 Lee Duncan - Some cleanup (bsc#1206639):
* removed patch setup-tgt-conf-d.patch, since it\'s upstream, and having it caused duplicated include of user config
* renamed setup-tgt-conf-d.patch to tgt-install-examples-in-documentation-dir.patch, to better reflect what it does (since it no longer sets up tgt.conf.d)
* removed the sytemd source file we have, since we get tgtd.service from upstream now (with a patch)
* added patch tgt-systemd-service-update.patch, to ensure SUSE-specific changes are in the service file
* dropped tgt-include-sys-macros-for-major.patch (obsolete)
* Sat Dec 03 2022 Dirk Müller - update to 1.0.84:
* fix bug: target bound initiator-name but client cannot discovery the target device
* fix use-after-free in iser_conn_free()
* Tue Apr 05 2022 Lee Duncan - Update to version v1.0.82 (from 1.0.74):
* tgt 1.0.82
* README: minor improvement
* Fix FMK and other flags. sg return good length and sense len. Not needed, additional condition. LTO streamer not work with check only ILI flag, need check FMK and may be other. Without thois check working fine. Test on LTO1 and LTO5 streamers.
* tgt 1.0.81
* README: use markdown format
* Add LICENSE file
* replace sourceforge with github
* tgt 1.0.80
* scripts/checkpatch.pl: escape literal left braces
* Replace __packed with __attribute__(...)
* Avoid passing NULL pointer to printf
* set INFORMATION field on COMPARE AND WRITE miscompare
* add helper to fill sense INFORMATION field
* Clean up error handling
* target: replace bzero with memset
* CHAP_AUTH_STATE_RESPONSE belongs to auth_state
* After rewind option, la->tail may equal la->head. This causes the old logmsg to be lost
* tgt 1.0.79
* fix coding style in log.h
* tgt 1.0.78
* tgtd: support pid file for tgtd daemon
* iscsi_tcp: add support for listening on random port
* iscsi_tcp: fix compile warning
* iscsi_tcp: Replace deprecated valloc function
* tgt 1.0.77
* spc: implement spc 0xb1 and support rotation rate
* tgt 1.0.76
* fix segmentation fault caused by scsi_sprintf
* tgt 1.0.75
* Fix gcc7 string truncation warnings.
* Update README This removed the need for the following patch (in the code now):
* tgt-Fix-gcc7-string-truncation-warnings.patch The SPEC file was also updated to match updated filenames.
* Wed Nov 24 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_tgtd.service.patch Modified:
* tgtd.service
* Fri Jul 26 2019 matthias.gerstnerAATTsuse.com- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
* Fri Feb 15 2019 lduncanAATTsuse.com- Update to version v1.0.74 from version v1.0.60:
* tgt 1.0.74
* AIO backing store now reports a list of supported opcodes
* tgt 1.0.73
* Update tgt-admin
* fix build w/newer glibc
* Display nop_count and and nop_interval
* Quote $backing_store variable in system(), execute() and backtick-calls
* Buffer size is stored in struct concat_buf.size field, so use that instead of BUFSIZE since buffer size can be more than BUFSIZE. Also, remove BUFSIZE since its not used anymore.
* tgt 1.0.72
* smc: fix snprintf warnings with gcc7 This removed the tarball v1.0.60.tar.gz, and replaced it with v1.0.74.tar.gz, which can now be gotten using the new _service file. This also updated the SPEC file with the new version number and the different patch set. Remaining patches were renumbered. This following patches were UPDATED (refreshed):
* tgt-fix-build
* tgt-include-sys-macros-for-major.patch The following patches were REMOVED (no longer needed):
* tgt-handle-access-of-a-target-that-has-been-removed
* tgt-missing-module-directory-not-an-error
* tgt-compare-pointer-to-null.patch And the following patch was added (and submitted upstream):
* tgt-Fix-gcc7-string-truncation-warnings.patch
* Sun Aug 12 2018 lduncanAATTsuse.com- Fixing build issue with \"major()\" and a pointer comparison warning while I was at it, adding patches (bsc#1181571):
* tgt-include-sys-macros-for-major.patch
* tgt-compare-pointer-to-null.patch