All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/python-configshell-fb: bump to version 1.1.29
@ 2022-01-14 21:06 Fabrice Fontaine
  2022-01-14 21:06 ` [Buildroot] [PATCH 2/3] package/python-rtslib-fb: bump to version 2.1.74 Fabrice Fontaine
  2022-01-14 21:06 ` [Buildroot] [PATCH 3/3] package/targetcli-fb: security bump to version 2.1.54 Fabrice Fontaine
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-14 21:06 UTC (permalink / raw)
  To: buildroot; +Cc: Christophe Vu-Brugier, Fabrice Fontaine, Asaf Kahlon

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-configshell-fb/python-configshell-fb.hash | 2 +-
 package/python-configshell-fb/python-configshell-fb.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-configshell-fb/python-configshell-fb.hash b/package/python-configshell-fb/python-configshell-fb.hash
index 0903e284aa..8fc38f61a6 100644
--- a/package/python-configshell-fb/python-configshell-fb.hash
+++ b/package/python-configshell-fb/python-configshell-fb.hash
@@ -1,3 +1,3 @@
 # locally computed
-sha256  3685446d6ee02881930bb2fdc5fdd254938da66ce9843a5b3676c4246b058e4b  python-configshell-fb-1.1.fb18.tar.gz
+sha256  24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c  python-configshell-fb-1.1.29.tar.gz
 sha256  5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320  COPYING
diff --git a/package/python-configshell-fb/python-configshell-fb.mk b/package/python-configshell-fb/python-configshell-fb.mk
index 94b6fed5ab..d0dd421e8d 100644
--- a/package/python-configshell-fb/python-configshell-fb.mk
+++ b/package/python-configshell-fb/python-configshell-fb.mk
@@ -6,7 +6,7 @@
 
 # When upgrading the version, be sure to also upgrade python-rtslib-fb
 # and targetcli-fb at the same time.
-PYTHON_CONFIGSHELL_FB_VERSION = 1.1.fb18
+PYTHON_CONFIGSHELL_FB_VERSION = 1.1.29
 PYTHON_CONFIGSHELL_FB_SITE = $(call github,open-iscsi,configshell-fb,v$(PYTHON_CONFIGSHELL_FB_VERSION))
 PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
 PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/3] package/python-rtslib-fb: bump to version 2.1.74
  2022-01-14 21:06 [Buildroot] [PATCH 1/3] package/python-configshell-fb: bump to version 1.1.29 Fabrice Fontaine
@ 2022-01-14 21:06 ` Fabrice Fontaine
  2022-01-14 21:06 ` [Buildroot] [PATCH 3/3] package/targetcli-fb: security bump to version 2.1.54 Fabrice Fontaine
  1 sibling, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-14 21:06 UTC (permalink / raw)
  To: buildroot; +Cc: Christophe Vu-Brugier, Fabrice Fontaine, Asaf Kahlon

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-rtslib-fb/python-rtslib-fb.hash | 2 +-
 package/python-rtslib-fb/python-rtslib-fb.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-rtslib-fb/python-rtslib-fb.hash b/package/python-rtslib-fb/python-rtslib-fb.hash
index f67231d398..3c2e39fffd 100644
--- a/package/python-rtslib-fb/python-rtslib-fb.hash
+++ b/package/python-rtslib-fb/python-rtslib-fb.hash
@@ -1,3 +1,3 @@
 # locally computed
-sha256  d5d81a78046b4c228d29ba88d9950e0f63858e5fcf601e3d0f8bf107fbaadc03  python-rtslib-fb-2.1.fb57.tar.gz
+sha256  9f581c4bcffebc60be236af8a6ebdeccdb66d0435eeb04ab1b743c170b95d046  python-rtslib-fb-2.1.74.tar.gz
 sha256  5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320  COPYING
diff --git a/package/python-rtslib-fb/python-rtslib-fb.mk b/package/python-rtslib-fb/python-rtslib-fb.mk
index 421fbed0ae..09bde874f0 100644
--- a/package/python-rtslib-fb/python-rtslib-fb.mk
+++ b/package/python-rtslib-fb/python-rtslib-fb.mk
@@ -6,7 +6,7 @@
 
 # When upgrading the version, be sure to also upgrade
 # python-configshell-fb and targetcli-fb at the same time.
-PYTHON_RTSLIB_FB_VERSION = 2.1.fb57
+PYTHON_RTSLIB_FB_VERSION = 2.1.74
 # Do not switch site to PyPI: it does not contain the latest version.
 PYTHON_RTSLIB_FB_SITE = $(call github,open-iscsi,rtslib-fb,v$(PYTHON_RTSLIB_FB_VERSION))
 PYTHON_RTSLIB_FB_LICENSE = Apache-2.0
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 3/3] package/targetcli-fb: security bump to version 2.1.54
  2022-01-14 21:06 [Buildroot] [PATCH 1/3] package/python-configshell-fb: bump to version 1.1.29 Fabrice Fontaine
  2022-01-14 21:06 ` [Buildroot] [PATCH 2/3] package/python-rtslib-fb: bump to version 2.1.74 Fabrice Fontaine
@ 2022-01-14 21:06 ` Fabrice Fontaine
  2022-01-15 10:24   ` Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-14 21:06 UTC (permalink / raw)
  To: buildroot; +Cc: Christophe Vu-Brugier, Fabrice Fontaine, Asaf Kahlon

Fix CVE-2020-13867: Open-iSCSI targetcli-fb through 2.1.52 has weak
permissions for /etc/target (and for the backup directory and backup
files).

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/targetcli-fb/targetcli-fb.hash | 2 +-
 package/targetcli-fb/targetcli-fb.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/targetcli-fb/targetcli-fb.hash b/package/targetcli-fb/targetcli-fb.hash
index 207c38e046..64f68a6675 100644
--- a/package/targetcli-fb/targetcli-fb.hash
+++ b/package/targetcli-fb/targetcli-fb.hash
@@ -1,3 +1,3 @@
 # locally computed
-sha256  0f32ab6f3ecd234280d55be5e89ce2b3a02f9c82c8dccaae66e26464cff8901a  targetcli-fb-2.1.fb41.tar.gz
+sha256  7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f  targetcli-fb-2.1.54.tar.gz
 sha256  5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320  COPYING
diff --git a/package/targetcli-fb/targetcli-fb.mk b/package/targetcli-fb/targetcli-fb.mk
index 7425423b8f..c6ca776b27 100644
--- a/package/targetcli-fb/targetcli-fb.mk
+++ b/package/targetcli-fb/targetcli-fb.mk
@@ -6,7 +6,7 @@
 
 # When upgrading the version, be sure to also upgrade python-rtslib-fb
 # and python-configshell-fb at the same time.
-TARGETCLI_FB_VERSION = 2.1.fb41
+TARGETCLI_FB_VERSION = 2.1.54
 TARGETCLI_FB_SITE = $(call github,open-iscsi,targetcli-fb,v$(TARGETCLI_FB_VERSION))
 TARGETCLI_FB_LICENSE = Apache-2.0
 TARGETCLI_FB_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 3/3] package/targetcli-fb: security bump to version 2.1.54
  2022-01-14 21:06 ` [Buildroot] [PATCH 3/3] package/targetcli-fb: security bump to version 2.1.54 Fabrice Fontaine
@ 2022-01-15 10:24   ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2022-01-15 10:24 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Christophe Vu-Brugier, Asaf Kahlon, buildroot

Fabrice, All,

On 2022-01-14 22:06 +0100, Fabrice Fontaine spake thusly:
> Fix CVE-2020-13867: Open-iSCSI targetcli-fb through 2.1.52 has weak
> permissions for /etc/target (and for the backup directory and backup
> files).
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Series of 3 patches applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/targetcli-fb/targetcli-fb.hash | 2 +-
>  package/targetcli-fb/targetcli-fb.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/targetcli-fb/targetcli-fb.hash b/package/targetcli-fb/targetcli-fb.hash
> index 207c38e046..64f68a6675 100644
> --- a/package/targetcli-fb/targetcli-fb.hash
> +++ b/package/targetcli-fb/targetcli-fb.hash
> @@ -1,3 +1,3 @@
>  # locally computed
> -sha256  0f32ab6f3ecd234280d55be5e89ce2b3a02f9c82c8dccaae66e26464cff8901a  targetcli-fb-2.1.fb41.tar.gz
> +sha256  7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f  targetcli-fb-2.1.54.tar.gz
>  sha256  5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320  COPYING
> diff --git a/package/targetcli-fb/targetcli-fb.mk b/package/targetcli-fb/targetcli-fb.mk
> index 7425423b8f..c6ca776b27 100644
> --- a/package/targetcli-fb/targetcli-fb.mk
> +++ b/package/targetcli-fb/targetcli-fb.mk
> @@ -6,7 +6,7 @@
>  
>  # When upgrading the version, be sure to also upgrade python-rtslib-fb
>  # and python-configshell-fb at the same time.
> -TARGETCLI_FB_VERSION = 2.1.fb41
> +TARGETCLI_FB_VERSION = 2.1.54
>  TARGETCLI_FB_SITE = $(call github,open-iscsi,targetcli-fb,v$(TARGETCLI_FB_VERSION))
>  TARGETCLI_FB_LICENSE = Apache-2.0
>  TARGETCLI_FB_LICENSE_FILES = COPYING
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-15 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 21:06 [Buildroot] [PATCH 1/3] package/python-configshell-fb: bump to version 1.1.29 Fabrice Fontaine
2022-01-14 21:06 ` [Buildroot] [PATCH 2/3] package/python-rtslib-fb: bump to version 2.1.74 Fabrice Fontaine
2022-01-14 21:06 ` [Buildroot] [PATCH 3/3] package/targetcli-fb: security bump to version 2.1.54 Fabrice Fontaine
2022-01-15 10:24   ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.