From 040b7155553e5d0a8246fa0950d87e2906465a730b8778ee815faa62d7fa0101 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Tue, 30 Jun 2020 20:52:09 +0000 Subject: [PATCH] Accepting request 817941 from home:lee_duncan:branches:devel:languages:python - Update to version v2.1.73 (bsc#1173257 CVE-2020-14019): * version 2.1.73 * save_to_file: fix fd open mode * saveconfig: copy temp configfile with permissions * saveconfig: open the temp configfile with modes set * Fix "is not" with a literal SyntaxWarning * Fix an incorrect config path in two comments * version 2.1.72 * Do not change dbroot after drivers have been registered * Remove '_if_needed' from RTSRoot._set_dbroot()'s name Replacing old tarball with python-rtslib-fb-v2.1.73.tar.xz OBS-URL: https://build.opensuse.org/request/show/817941 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rtslib-fb?expand=0&rev=51 --- _service | 2 +- _servicedata | 2 +- python-rtslib-fb-v2.1.71.tar.xz | 3 --- python-rtslib-fb-v2.1.73.tar.xz | 3 +++ python-rtslib-fb.changes | 15 +++++++++++++++ python-rtslib-fb.spec | 2 +- 6 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 python-rtslib-fb-v2.1.71.tar.xz create mode 100644 python-rtslib-fb-v2.1.73.tar.xz diff --git a/_service b/_service index 6728854..74aa78b 100644 --- a/_service +++ b/_service @@ -7,7 +7,7 @@ @PARENT_TAG@ v(\d*\.\d*\.)fb(\d*) \1\2 - v2.1.71 + v2.1.73 enable diff --git a/_servicedata b/_servicedata index b765416..99d2f1d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/open-iscsi/rtslib-fb.git - b37bc67fc7ed3d1ec447e9f43eb68d30dd716367 \ No newline at end of file + 4766d9d07338778a599d7d7e2b5012ac5b03bc16 \ No newline at end of file diff --git a/python-rtslib-fb-v2.1.71.tar.xz b/python-rtslib-fb-v2.1.71.tar.xz deleted file mode 100644 index 8ca33d5..0000000 --- a/python-rtslib-fb-v2.1.71.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63d65fc9af4aeb87372a3342e89d5cd78342a8637721c6c28d862abb148f9ce3 -size 42064 diff --git a/python-rtslib-fb-v2.1.73.tar.xz b/python-rtslib-fb-v2.1.73.tar.xz new file mode 100644 index 0000000..f8da354 --- /dev/null +++ b/python-rtslib-fb-v2.1.73.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcca674dd058af8c7a8f21ae41fb14886e5351bff63cc330644868d6f1ddf4a8 +size 42392 diff --git a/python-rtslib-fb.changes b/python-rtslib-fb.changes index 465ca32..167f4a2 100644 --- a/python-rtslib-fb.changes +++ b/python-rtslib-fb.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jun 30 17:49:04 UTC 2020 - lduncan@suse.com + +- Update to version v2.1.73 (bsc#1173257 CVE-2020-14019): + * version 2.1.73 + * save_to_file: fix fd open mode + * saveconfig: copy temp configfile with permissions + * saveconfig: open the temp configfile with modes set + * Fix "is not" with a literal SyntaxWarning + * Fix an incorrect config path in two comments + * version 2.1.72 + * Do not change dbroot after drivers have been registered + * Remove '_if_needed' from RTSRoot._set_dbroot()'s name + Replacing old tarball with python-rtslib-fb-v2.1.73.tar.xz + ------------------------------------------------------------------- Tue Mar 03 15:46:53 UTC 2020 - lduncan@suse.com diff --git a/python-rtslib-fb.spec b/python-rtslib-fb.spec index e72d316..94877ca 100644 --- a/python-rtslib-fb.spec +++ b/python-rtslib-fb.spec @@ -19,7 +19,7 @@ %define dbdir %{_sysconfdir}/target %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rtslib-fb -Version: 2.1.71 +Version: 2.1.73 Release: 0%{?dist} Summary: API for Linux kernel SCSI target (aka LIO) License: Apache-2.0