Accepting request 823424 from home:lee_duncan:branches:network
- Upgrade to upstream vresion 2.1.2 as 2.1.2-suse (for jre#SES-1081), including: * use openssl for random data generation * Misspelled socket name might cause confusion to inexperienced user. * iscsi/libopeniscsiusr:add libopeniscsiuser_node.h to HEADERS * Let initiator name be created by iscsi-init.service. * iscsi: fix fd leak * iscsi: Add break to while loop * Fix compiler complaint about string copy in iscsiuio * Fix a compiler complaint about writing one byte * Fix issue with zero-length arrays at end of struct * Add iscsi-init.service * Proper disconnect of TCP connection * Fix dependency on new systemd RPM macro * Fix SIGPIPE loop in signal handler * Update iscsi-iname.c * log:modify iSCSI shared memory permissions for logs * Sequence systemd services correctly when upgrading * Ignore iface.example in iface match checks * More changes for musl. * Fix type mismatch under musl. * Change include of <sys/poll.h> to <poll.h> * Add Wants=remote-fs-pre.target for sequencing. * Add workaround in SPEC file for installcheck. * Fix issue where "iscsi-iname -p" core dumps. * iscsi-iname: fix iscsi-iname -p access NULL pointer without given IQN prefix * Fix iscsi.service so it handles restarts better Replacing open-iscsi-2.1.1-suse.tar.bz2 with open-iscsi-2.1.2-suse.tar.bz2, and updating open-iscsi-SUSE-latest.diff.bz2 to empty, since initially there are no differences. OBS-URL: https://build.opensuse.org/request/show/823424 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=167
This commit is contained in:
parent
acbbcdd659
commit
cc001447ed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c968815bb508fa772305abc257dbd4da2ad81e35e8ad60c2af0bb5a686d0e5b
|
|
||||||
size 488175
|
|
3
open-iscsi-2.1.2-suse.tar.bz2
Normal file
3
open-iscsi-2.1.2-suse.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:de1c1186931c23f8c527b84b94e815cf2a25ec560f7e34c16b480dc2cb0de491
|
||||||
|
size 488411
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:22d0da2fae9b69f691b462b449ef32fcfe2bbe8e8525819139c3bef24bb1d407
|
oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058
|
||||||
size 4555
|
size 14
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 25 01:05:13 UTC 2020 - Lee Duncan <lduncan@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to upstream vresion 2.1.2 as 2.1.2-suse (for
|
||||||
|
jre#SES-1081), including:
|
||||||
|
* use openssl for random data generation
|
||||||
|
* Misspelled socket name might cause confusion to inexperienced user.
|
||||||
|
* iscsi/libopeniscsiusr:add libopeniscsiuser_node.h to HEADERS
|
||||||
|
* Let initiator name be created by iscsi-init.service.
|
||||||
|
* iscsi: fix fd leak
|
||||||
|
* iscsi: Add break to while loop
|
||||||
|
* Fix compiler complaint about string copy in iscsiuio
|
||||||
|
* Fix a compiler complaint about writing one byte
|
||||||
|
* Fix issue with zero-length arrays at end of struct
|
||||||
|
* Add iscsi-init.service
|
||||||
|
* Proper disconnect of TCP connection
|
||||||
|
* Fix dependency on new systemd RPM macro
|
||||||
|
* Fix SIGPIPE loop in signal handler
|
||||||
|
* Update iscsi-iname.c
|
||||||
|
* log:modify iSCSI shared memory permissions for logs
|
||||||
|
* Sequence systemd services correctly when upgrading
|
||||||
|
* Ignore iface.example in iface match checks
|
||||||
|
* More changes for musl.
|
||||||
|
* Fix type mismatch under musl.
|
||||||
|
* Change include of <sys/poll.h> to <poll.h>
|
||||||
|
* Add Wants=remote-fs-pre.target for sequencing.
|
||||||
|
* Add workaround in SPEC file for installcheck.
|
||||||
|
* Fix issue where "iscsi-iname -p" core dumps.
|
||||||
|
* iscsi-iname: fix iscsi-iname -p access NULL pointer without given IQN prefix
|
||||||
|
* Fix iscsi.service so it handles restarts better
|
||||||
|
Replacing open-iscsi-2.1.1-suse.tar.bz2 with open-iscsi-2.1.2-suse.tar.bz2,
|
||||||
|
and updating open-iscsi-SUSE-latest.diff.bz2 to empty, since initially
|
||||||
|
there are no differences.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 8 16:42:42 UTC 2020 - Lee Duncan <lduncan@suse.com>
|
Mon Jun 8 16:42:42 UTC 2020 - Lee Duncan <lduncan@suse.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%define iscsi_minor_release 1
|
%define iscsi_minor_release 1
|
||||||
%define iscsi_patch_release 1
|
%define iscsi_patch_release 2
|
||||||
%define iscsi_patch_release_suse %{iscsi_patch_release}-suse
|
%define iscsi_patch_release_suse %{iscsi_patch_release}-suse
|
||||||
Name: open-iscsi
|
Name: open-iscsi
|
||||||
Version: 2.1.1
|
Version: 2.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux iSCSI Software Initiator
|
Summary: Linux iSCSI Software Initiator
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user