All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4
@ 2020-07-20 17:12 aduskett at gmail.com
  2020-07-20 19:06 ` Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: aduskett at gmail.com @ 2020-07-20 17:12 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/python3/python3.hash | 6 +++---
 package/python3/python3.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python3/python3.hash b/package/python3/python3.hash
index fc34e8aa59..2ca3f5a335 100644
--- a/package/python3/python3.hash
+++ b/package/python3/python3.hash
@@ -1,5 +1,5 @@
-# From https://www.python.org/downloads/release/python-383/
-md5  3000cf50aaa413052aef82fd2122ca78  Python-3.8.3.tar.xz
+# From https://www.python.org/downloads/release/python-384/
+md5  e16df33cd7b58702e57e137f8f5d13e7  Python-3.8.4.tar.xz
 # Locally computed
-sha256  dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864  Python-3.8.3.tar.xz
+sha256  5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37  Python-3.8.4.tar.xz
 sha256  de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23  LICENSE
diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 4e43027cff..b79d320cbf 100644
--- a/package/python3/python3.mk
+++ b/package/python3/python3.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 PYTHON3_VERSION_MAJOR = 3.8
-PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).3
+PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).4
 PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
 PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
 PYTHON3_LICENSE = Python-2.0, others
-- 
2.26.2

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

* [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4
  2020-07-20 17:12 [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4 aduskett at gmail.com
@ 2020-07-20 19:06 ` Bernd Kuhls
  2020-07-20 19:12   ` Yann E. MORIN
  2020-07-20 19:11 ` Yann E. MORIN
  2020-07-22 12:21 ` Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Bernd Kuhls @ 2020-07-20 19:06 UTC (permalink / raw)
  To: buildroot

aduskett at gmail.com wrote in 
news:20200720171241.882043-1-aduskett at gmail.com:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett-
Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  package/python3/python3.hash | 6 +++---
>  package/python3/python3.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Hi Adam

python 3.8.4 fixes CVE-2020-15523:
https://docs.python.org/release/3.8.4/whatsnew/changelog.html#python-3-8-4-
final

And 3.8.5 was released today ;)
https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog

which fixes CVE-2020-15801 & CVE-2019-20907.

Regards, Bernd

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

* [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4
  2020-07-20 17:12 [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4 aduskett at gmail.com
  2020-07-20 19:06 ` Bernd Kuhls
@ 2020-07-20 19:11 ` Yann E. MORIN
  2020-07-22 12:21 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2020-07-20 19:11 UTC (permalink / raw)
  To: buildroot

Adam, All,

On 2020-07-20 10:12 -0700, aduskett at gmail.com spake thusly:
> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/python3/python3.hash | 6 +++---
>  package/python3/python3.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python3/python3.hash b/package/python3/python3.hash
> index fc34e8aa59..2ca3f5a335 100644
> --- a/package/python3/python3.hash
> +++ b/package/python3/python3.hash
> @@ -1,5 +1,5 @@
> -# From https://www.python.org/downloads/release/python-383/
> -md5  3000cf50aaa413052aef82fd2122ca78  Python-3.8.3.tar.xz
> +# From https://www.python.org/downloads/release/python-384/
> +md5  e16df33cd7b58702e57e137f8f5d13e7  Python-3.8.4.tar.xz
>  # Locally computed
> -sha256  dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864  Python-3.8.3.tar.xz
> +sha256  5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37  Python-3.8.4.tar.xz
>  sha256  de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23  LICENSE
> diff --git a/package/python3/python3.mk b/package/python3/python3.mk
> index 4e43027cff..b79d320cbf 100644
> --- a/package/python3/python3.mk
> +++ b/package/python3/python3.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  PYTHON3_VERSION_MAJOR = 3.8
> -PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).3
> +PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).4
>  PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
>  PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
>  PYTHON3_LICENSE = Python-2.0, others
> -- 
> 2.26.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4
  2020-07-20 19:06 ` Bernd Kuhls
@ 2020-07-20 19:12   ` Yann E. MORIN
  2020-07-20 19:17     ` Bernd Kuhls
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2020-07-20 19:12 UTC (permalink / raw)
  To: buildroot

Bernd, Adam, All,

On 2020-07-20 21:06 +0200, Bernd Kuhls spake thusly:
> aduskett at gmail.com wrote in 
> news:20200720171241.882043-1-aduskett at gmail.com:
> 
> > From: Adam Duskett <Aduskett@gmail.com>
> > 
> > Signed-off-by: Adam Duskett <Aduskett-
> Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org>
> > ---
> >  package/python3/python3.hash | 6 +++---
> >  package/python3/python3.mk   | 2 +-
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> Hi Adam
> 
> python 3.8.4 fixes CVE-2020-15523:
> https://docs.python.org/release/3.8.4/whatsnew/changelog.html#python-3-8-4-
> final
> 
> And 3.8.5 was released today ;)
> https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog
> 
> which fixes CVE-2020-15801 & CVE-2019-20907.

Damn, I just applied the 3.8.4 bump. Adam, new patch pending? ;-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4
  2020-07-20 19:12   ` Yann E. MORIN
@ 2020-07-20 19:17     ` Bernd Kuhls
  0 siblings, 0 replies; 6+ messages in thread
From: Bernd Kuhls @ 2020-07-20 19:17 UTC (permalink / raw)
  To: buildroot

Am Mon, 20 Jul 2020 21:12:54 +0200 schrieb Yann E. MORIN:

> Damn, I just applied the 3.8.4 bump. Adam, new patch pending? ;-)

Hi Yann,

done: http://patchwork.ozlabs.org/project/buildroot/patch/
20200720191703.46515-1-bernd.kuhls at t-online.de/

Regards, Bernd

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

* [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4
  2020-07-20 17:12 [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4 aduskett at gmail.com
  2020-07-20 19:06 ` Bernd Kuhls
  2020-07-20 19:11 ` Yann E. MORIN
@ 2020-07-22 12:21 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2020-07-22 12:21 UTC (permalink / raw)
  To: buildroot

>>>>> "aduskett" == aduskett  <aduskett@gmail.com> writes:

 > From: Adam Duskett <Aduskett@gmail.com>
 > Signed-off-by: Adam Duskett <Aduskett@gmail.com>

Committed to 2020.02.x and 2020.05.x after updating the commit message
to clarify that this is a security bump, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-07-22 12:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 17:12 [Buildroot] [PATCH 1/1] package/python3: bump version to 3.8.4 aduskett at gmail.com
2020-07-20 19:06 ` Bernd Kuhls
2020-07-20 19:12   ` Yann E. MORIN
2020-07-20 19:17     ` Bernd Kuhls
2020-07-20 19:11 ` Yann E. MORIN
2020-07-22 12:21 ` Peter Korsgaard

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.