Accepting request 859644 from home:lee_duncan:branches:network
- Updated to upstream version 2.1.3 as 2.1.3-suse, for bsc#1179908, including: * uip: check for TCP urgent pointer past end of frame * uip: check for u8 overflow when processing TCP options * uip: check for header length underflow during checksum calculation * fwparam_ppc: Fix memory leak in fwparam_ppc.c * iscsiuio: Remove unused macro IFNAMSIZ defined in iscsid_ipc.c * fwparam_ppc: Fix illegal memory access in fwparam_ppc.c * sysfs: Verify parameter of sysfs_device_get() * fwparam_ppc: Fix NULL pointer dereference in find_devtree() * open-iscsi: Clean user_param list when process exit * iscsi_net_util: Fix NULL pointer dereference in find_vlan_dev() * open-iscsi: Fix NULL pointer dereference in mgmt_ipc_read_req() * open-iscsi: Fix invalid pointer deference in find_initiator() * iscsiuio: Fix invalid parameter when call fstat() * iscsi-iname: Verify open() return value before calling read() * iscsi_sysfs: Fix NULL pointer deference in iscsi_sysfs_read_iface OBS-URL: https://build.opensuse.org/request/show/859644 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=173
This commit is contained in:
parent
c3463c5797
commit
9116482698
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de1c1186931c23f8c527b84b94e815cf2a25ec560f7e34c16b480dc2cb0de491
|
||||
size 488411
|
3
open-iscsi-2.1.3-suse.tar.bz2
Normal file
3
open-iscsi-2.1.3-suse.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91f08042e5c41ba6f948ba68ff5fbf97b1826c215f0c4e420df3499b020db18f
|
||||
size 490388
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47e3db3febb0adf5f0efe53aa0e1b7e9e7b2062e7cc6beba2505dd1d6ee0fdd2
|
||||
size 10562
|
||||
oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058
|
||||
size 14
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 31 18:16:01 UTC 2020 - Lee Duncan <lduncan@suse.com>
|
||||
|
||||
- Updated to upstream version 2.1.3 as 2.1.3-suse, for bsc#1179908,
|
||||
including:
|
||||
* uip: check for TCP urgent pointer past end of frame
|
||||
* uip: check for u8 overflow when processing TCP options
|
||||
* uip: check for header length underflow during checksum calculation
|
||||
* fwparam_ppc: Fix memory leak in fwparam_ppc.c
|
||||
* iscsiuio: Remove unused macro IFNAMSIZ defined in iscsid_ipc.c
|
||||
* fwparam_ppc: Fix illegal memory access in fwparam_ppc.c
|
||||
* sysfs: Verify parameter of sysfs_device_get()
|
||||
* fwparam_ppc: Fix NULL pointer dereference in find_devtree()
|
||||
* open-iscsi: Clean user_param list when process exit
|
||||
* iscsi_net_util: Fix NULL pointer dereference in find_vlan_dev()
|
||||
* open-iscsi: Fix NULL pointer dereference in mgmt_ipc_read_req()
|
||||
* open-iscsi: Fix invalid pointer deference in find_initiator()
|
||||
* iscsiuio: Fix invalid parameter when call fstat()
|
||||
* iscsi-iname: Verify open() return value before calling read()
|
||||
* iscsi_sysfs: Fix NULL pointer deference in iscsi_sysfs_read_iface
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 23:30:22 UTC 2020 - Lee Duncan <lduncan@suse.com>
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
%define iscsi_minor_release 1
|
||||
%define iscsi_patch_release 2
|
||||
%define iscsi_patch_release 3
|
||||
%define iscsi_patch_release_suse %{iscsi_patch_release}-suse
|
||||
Name: open-iscsi
|
||||
Version: 2.1.2
|
||||
Version: 2.1.3
|
||||
Release: 0
|
||||
Summary: Linux iSCSI Software Initiator
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user