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

tgt-1.0.85-3.4.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.5 for armv7hl

Name: tgt Distribution: openSUSE Step 15
Version: 1.0.85 Vendor: openSUSE
Release: 3.4.1 Build date: Tue Mar 28 11:28:37 2023
Group: System/Daemons Build host: armbuild01
Size: 664284 Source RPM: tgt-1.0.85-3.4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/fujita/tgt
Summary: Generic Linux target framework (tgt)
Linux target framework (tgt) aims to simplify various SCSI target
driver (iSCSI, Fibre Channel, SRP, etc) creation and maintenance.

Tgt consists of kernel modules, user-space daemon, and user-space
tools. Some target drivers uses all of them and some use only
user-space daemon and tools (i.e. they completely runs in user space).

Provides

Requires

License

GPL-2.0-only

Changelog

* Mon Jan 02 2023 dmueller@suse.com
  - update to 1.0.85:
    * remove duplicate includes
    * Fix blank documentation line in service file
* Fri Dec 23 2022 lduncan@suse.com
  - 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 dmueller@suse.com
  - 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 lduncan@suse.com
  - 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 jsegitz@suse.com
  - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
    * harden_tgtd.service.patch
    Modified:
    * tgtd.service
* Fri Jul 26 2019 matthias.gerstner@suse.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 lduncan@suse.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 lduncan@suse.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
* Thu Nov 23 2017 rbrown@suse.com
  - Replace references to /var/adm/fillup-templates with new
    %_fillupdir macro (boo#1069468)
* Tue Jan 31 2017 lduncan@suse.com
  - Adding documentation files to SPEC file to
    silence rpmlint
* Mon Nov 16 2015 lduncan@suse.com
  - Adding upstream patch to silence bogus error
    message when backing-store directory not present
    (bsc#954801), adding patch:
    * tgt-missing-module-directory-not-an-error
* Mon Nov 16 2015 lduncan@suse.com
  - Added upstream patch to handle possible target removal
    while accessing it (bsc#922526), adding patch:
    * tgt-handle-access-of-a-target-that-has-been-removed
* Fri Sep 18 2015 p.drouand@gmail.com
  - Update to version 1.0.60
    * No changelog available
  - Update homepage Url
  - Use download Url as source
  - Remove tgt-git-update; fixed on upstream
  - Remove depreciated AUTHORS section
  - Perform a spec-cleaner on spec file
* Sun Sep 13 2015 ddiss@suse.com
  - Fix rctgtd systemd service symlink; (bnc#945604).
* Thu Sep 10 2015 bwiedemann@suse.com
  - Allow to add options via sysconfig (bnc#828214)
  - Drop invalid ExecStopPre entry
* Fri Jun 26 2015 bwiedemann@suse.com
  - fix tgtd start by giving tgtd time to open the socket (bnc#934642)
    and use bash to run multiple programs in ExecStartPost

Files

/etc/tgt
/etc/tgt/conf.d
/etc/tgt/targets.conf
/usr/lib/systemd/system/tgtd.service
/usr/sbin/rctgtd
/usr/sbin/tgt-admin
/usr/sbin/tgt-setup-lun
/usr/sbin/tgtadm
/usr/sbin/tgtd
/usr/sbin/tgtimg
/usr/share/doc/packages/tgt
/usr/share/doc/packages/tgt/README.glfs
/usr/share/doc/packages/tgt/README.iscsi
/usr/share/doc/packages/tgt/README.iser
/usr/share/doc/packages/tgt/README.lu_configuration
/usr/share/doc/packages/tgt/README.md
/usr/share/doc/packages/tgt/README.mmc
/usr/share/doc/packages/tgt/README.passthrough
/usr/share/doc/packages/tgt/README.rbd
/usr/share/doc/packages/tgt/README.sbcjukebox
/usr/share/doc/packages/tgt/README.sheepdog
/usr/share/doc/packages/tgt/README.ssc
/usr/share/doc/packages/tgt/README.vtl
/usr/share/doc/packages/tgt/examples
/usr/share/doc/packages/tgt/examples/targets.conf.example
/usr/share/doc/packages/tgt/examples/targets.conf.vtl.L700
/usr/share/doc/packages/tgt/examples/targets.conf.vtl.MSL2024
/usr/share/doc/packages/tgt/html
/usr/share/doc/packages/tgt/html/targets.conf.5.html
/usr/share/doc/packages/tgt/html/tgt-admin.8.html
/usr/share/doc/packages/tgt/html/tgt-setup-lun.8.html
/usr/share/doc/packages/tgt/html/tgtadm.8.html
/usr/share/doc/packages/tgt/html/tgtd.8.html
/usr/share/doc/packages/tgt/html/tgtimg.8.html
/usr/share/doc/packages/tgt/tmf.txt
/usr/share/fillup-templates/sysconfig.tgt
/usr/share/licenses/tgt
/usr/share/licenses/tgt/LICENSE
/usr/share/man/man5/targets.conf.5.gz
/usr/share/man/man8/tgt-admin.8.gz
/usr/share/man/man8/tgt-setup-lun.8.gz
/usr/share/man/man8/tgtadm.8.gz
/usr/share/man/man8/tgtd.8.gz
/usr/share/man/man8/tgtimg.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 21:45:44 2024