All of lore.kernel.org
 help / color / mirror / Atom feed
* Hardknott merge request - April 25th
@ 2021-04-25 21:35 Armin Kuster
  2021-04-26  0:05 ` Khem Raj
  2021-04-26 14:28 ` [oe] " Randy MacLeod
  0 siblings, 2 replies; 4+ messages in thread
From: Armin Kuster @ 2021-04-25 21:35 UTC (permalink / raw)
  To: Khem Raj, OpenEmbedded Devel List

The following changes since commit 2297d4ee04b47bc574f8879732d9e213ab7bf685:

  wireguard: update to v1.0.20210219 +1 (2021-04-18 13:49:13 -0700)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded hardknott-next

for you to fetch changes up to 71b546ed8595b14d29efc1e8b951f8c845ad10c4:

  python3-cryptography: Upgrade to 3.3.2 (2021-04-23 19:09:56 -0700)

----------------------------------------------------------------
Chen Qi (2):
      tigervnc: upgrade to 1.11.0
      python3-django: upgrade to 2.2.20

Mingli Yu (2):
      php: Upgrade to 7.4.16
      python3-cryptography: Upgrade to 3.3.2

Stefan Ghinea (1):
      python3-django: fix CVE-2021-28658

Ulrich Ölmann (1):
      v4l-utils: fix reproducibility

 .../recipes-devtools/php/php/CVE-2020-7069.patch   | 158
---------------------
 .../recipes-devtools/php/php/CVE-2020-7070.patch   |  24 ----
 .../php/{php_7.4.9.bb => php_7.4.16.bb}            |   7 +-
 .../0002-do-not-build-tests-sub-directory.patch    |  21 +--
 ...tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch |  36 ++---
 .../{tigervnc_1.10.1.bb => tigervnc_1.11.0.bb}     |  13 +-
 ...ure.ac-autodetect-availability-of-systemd.patch |  47 ++++++
 ...estrict-installation-of-50-rc_keymap.conf.patch |  40 ++++++
 .../v4l2apps/v4l-utils_1.20.0.bb                   |  11 +-
 ...aphy_3.3.1.bb => python3-cryptography_3.3.2.bb} |   2 +-
 .../python/python3-django_2.2.16.bb                |   9 --
 .../python/python3-django_2.2.20.bb                |   9 ++
 12 files changed, 137 insertions(+), 240 deletions(-)


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

* Re: Hardknott merge request - April 25th
  2021-04-25 21:35 Hardknott merge request - April 25th Armin Kuster
@ 2021-04-26  0:05 ` Khem Raj
  2021-04-26 14:28 ` [oe] " Randy MacLeod
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2021-04-26  0:05 UTC (permalink / raw)
  To: akuster808; +Cc: OpenEmbedded Devel List

merged thanks

On Sun, Apr 25, 2021 at 2:35 PM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 2297d4ee04b47bc574f8879732d9e213ab7bf685:
>
>   wireguard: update to v1.0.20210219 +1 (2021-04-18 13:49:13 -0700)
>
> are available in the Git repository at:
>
>   https://git.openembedded.org/meta-openembedded hardknott-next
>
> for you to fetch changes up to 71b546ed8595b14d29efc1e8b951f8c845ad10c4:
>
>   python3-cryptography: Upgrade to 3.3.2 (2021-04-23 19:09:56 -0700)
>
> ----------------------------------------------------------------
> Chen Qi (2):
>       tigervnc: upgrade to 1.11.0
>       python3-django: upgrade to 2.2.20
>
> Mingli Yu (2):
>       php: Upgrade to 7.4.16
>       python3-cryptography: Upgrade to 3.3.2
>
> Stefan Ghinea (1):
>       python3-django: fix CVE-2021-28658
>
> Ulrich Ölmann (1):
>       v4l-utils: fix reproducibility
>
>  .../recipes-devtools/php/php/CVE-2020-7069.patch   | 158
> ---------------------
>  .../recipes-devtools/php/php/CVE-2020-7070.patch   |  24 ----
>  .../php/{php_7.4.9.bb => php_7.4.16.bb}            |   7 +-
>  .../0002-do-not-build-tests-sub-directory.patch    |  21 +--
>  ...tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch |  36 ++---
>  .../{tigervnc_1.10.1.bb => tigervnc_1.11.0.bb}     |  13 +-
>  ...ure.ac-autodetect-availability-of-systemd.patch |  47 ++++++
>  ...estrict-installation-of-50-rc_keymap.conf.patch |  40 ++++++
>  .../v4l2apps/v4l-utils_1.20.0.bb                   |  11 +-
>  ...aphy_3.3.1.bb => python3-cryptography_3.3.2.bb} |   2 +-
>  .../python/python3-django_2.2.16.bb                |   9 --
>  .../python/python3-django_2.2.20.bb                |   9 ++
>  12 files changed, 137 insertions(+), 240 deletions(-)
>

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

* Re: [oe] Hardknott merge request - April 25th
  2021-04-25 21:35 Hardknott merge request - April 25th Armin Kuster
  2021-04-26  0:05 ` Khem Raj
@ 2021-04-26 14:28 ` Randy MacLeod
  2021-04-26 16:02   ` Armin Kuster
  1 sibling, 1 reply; 4+ messages in thread
From: Randy MacLeod @ 2021-04-26 14:28 UTC (permalink / raw)
  To: Armin Kuster, Khem Raj, OpenEmbedded Devel List, Yang, Liezhi,
	Jia, Hongxu

On 2021-04-25 5:35 p.m., Armin Kuster wrote:
> The following changes since commit 2297d4ee04b47bc574f8879732d9e213ab7bf685:
> 
>    wireguard: update to v1.0.20210219 +1 (2021-04-18 13:49:13 -0700)
> 
> are available in the Git repository at:
> 
>    https://git.openembedded.org/meta-openembedded hardknott-next
> 
> for you to fetch changes up to 71b546ed8595b14d29efc1e8b951f8c845ad10c4:
> 
>    python3-cryptography: Upgrade to 3.3.2 (2021-04-23 19:09:56 -0700)
> 
> ----------------------------------------------------------------
> Chen Qi (2):
>        tigervnc: upgrade to 1.11.0
>        python3-django: upgrade to 2.2.20
> 
> Mingli Yu (2):
>        php: Upgrade to 7.4.16
>        python3-cryptography: Upgrade to 3.3.2
> 
> Stefan Ghinea (1):
>        python3-django: fix CVE-2021-28658
> 
> Ulrich Ölmann (1):
>        v4l-utils: fix reproducibility


These are CVE or fix-ups to get to a supported version of tigervnc.

Thanks for letting us get open-vm-tools and syslog-ng updated.

Armin,
   Do we hope/expect things to slow down now
aside from CVE patches (or 'dot' updates to fix them)?


../Randy


> 
>   .../recipes-devtools/php/php/CVE-2020-7069.patch   | 158
> ---------------------
>   .../recipes-devtools/php/php/CVE-2020-7070.patch   |  24 ----
>   .../php/{php_7.4.9.bb => php_7.4.16.bb}            |   7 +-
>   .../0002-do-not-build-tests-sub-directory.patch    |  21 +--
>   ...tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch |  36 ++---
>   .../{tigervnc_1.10.1.bb => tigervnc_1.11.0.bb}     |  13 +-
>   ...ure.ac-autodetect-availability-of-systemd.patch |  47 ++++++
>   ...estrict-installation-of-50-rc_keymap.conf.patch |  40 ++++++
>   .../v4l2apps/v4l-utils_1.20.0.bb                   |  11 +-
>   ...aphy_3.3.1.bb => python3-cryptography_3.3.2.bb} |   2 +-
>   .../python/python3-django_2.2.16.bb                |   9 --
>   .../python/python3-django_2.2.20.bb                |   9 ++
>   12 files changed, 137 insertions(+), 240 deletions(-)
> 
> 
> 
> 
> 


-- 
# Randy MacLeod
# Wind River Linux

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

* Re: [oe] Hardknott merge request - April 25th
  2021-04-26 14:28 ` [oe] " Randy MacLeod
@ 2021-04-26 16:02   ` Armin Kuster
  0 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2021-04-26 16:02 UTC (permalink / raw)
  To: Randy MacLeod, Khem Raj, OpenEmbedded Devel List, Yang, Liezhi,
	Jia, Hongxu



On 4/26/21 7:28 AM, Randy MacLeod wrote:
> On 2021-04-25 5:35 p.m., Armin Kuster wrote:
>> The following changes since commit
>> 2297d4ee04b47bc574f8879732d9e213ab7bf685:
>>
>>    wireguard: update to v1.0.20210219 +1 (2021-04-18 13:49:13 -0700)
>>
>> are available in the Git repository at:
>>
>>    https://git.openembedded.org/meta-openembedded hardknott-next
>>
>> for you to fetch changes up to 71b546ed8595b14d29efc1e8b951f8c845ad10c4:
>>
>>    python3-cryptography: Upgrade to 3.3.2 (2021-04-23 19:09:56 -0700)
>>
>> ----------------------------------------------------------------
>> Chen Qi (2):
>>        tigervnc: upgrade to 1.11.0
>>        python3-django: upgrade to 2.2.20
>>
>> Mingli Yu (2):
>>        php: Upgrade to 7.4.16
>>        python3-cryptography: Upgrade to 3.3.2
>>
>> Stefan Ghinea (1):
>>        python3-django: fix CVE-2021-28658
>>
>> Ulrich Ölmann (1):
>>        v4l-utils: fix reproducibility
>
>
> These are CVE or fix-ups to get to a supported version of tigervnc.
>
> Thanks for letting us get open-vm-tools and syslog-ng updated.
>
> Armin,
>   Do we hope/expect things to slow down now
> aside from CVE patches (or 'dot' updates to fix them)?

correct. That should be how stable is run IMHO. Or any changes to
address any major changes in Core.

-armin
>
>
> ../Randy
>
>
>>
>>   .../recipes-devtools/php/php/CVE-2020-7069.patch   | 158
>> ---------------------
>>   .../recipes-devtools/php/php/CVE-2020-7070.patch   |  24 ----
>>   .../php/{php_7.4.9.bb => php_7.4.16.bb}            |   7 +-
>>   .../0002-do-not-build-tests-sub-directory.patch    |  21 +--
>>   ...tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch |  36 ++---
>>   .../{tigervnc_1.10.1.bb => tigervnc_1.11.0.bb}     |  13 +-
>>   ...ure.ac-autodetect-availability-of-systemd.patch |  47 ++++++
>>   ...estrict-installation-of-50-rc_keymap.conf.patch |  40 ++++++
>>   .../v4l2apps/v4l-utils_1.20.0.bb                   |  11 +-
>>   ...aphy_3.3.1.bb => python3-cryptography_3.3.2.bb} |   2 +-
>>   .../python/python3-django_2.2.16.bb                |   9 --
>>   .../python/python3-django_2.2.20.bb                |   9 ++
>>   12 files changed, 137 insertions(+), 240 deletions(-)
>>
>>
>>
>> 
>>
>
>


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

end of thread, other threads:[~2021-04-26 16:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 21:35 Hardknott merge request - April 25th Armin Kuster
2021-04-26  0:05 ` Khem Raj
2021-04-26 14:28 ` [oe] " Randy MacLeod
2021-04-26 16:02   ` Armin Kuster

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.