mbox series

Dunfell pull request; July 23rd

Message ID 549b6ba3-84d8-a884-202d-d0a594e9e174@gmail.com
State New
Headers show
Series Dunfell pull request; July 23rd | expand

Pull-request

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

Message

akuster808 July 23, 2023, 3:57 p.m. UTC
The following changes since commit b5282ece919f016d91a1043769676efb02b4f0fb:

   openldap: fix CVE-2021-27212 Assertion failure in slapd (2023-07-14 
07:08:54 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b8b0b06821d4d4df0cce4f07fa31a8ca1dd38f46:

   sysdig: Depend on system libb64 (2023-07-22 07:49:35 -0400)

----------------------------------------------------------------
Alexander Thoma (1):
       Fix tigervnc crash due to missing xkbcomp rdepends

Khem Raj (2):
       libb64: Add recipe
       sysdig: Depend on system libb64

  meta-oe/recipes-extended/sysdig/sysdig_git.bb                   | 3 +-
  meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb            | 2 +-
  .../libb64/libb64/0001-example-Do-not-run-the-tests.patch       | 27 
++++++++++
  .../libb64/libb64/0002-use-BUFSIZ-as-buffer-size.patch          | 57 
+++++++++++++++++++++
  .../libb64/libb64/0003-fix-integer-overflows.patch              | 77 
+++++++++++++++++++++++++++++
  .../libb64/libb64/0004-Fix-off-by-one-error.patch               | 26 
++++++++++
  .../libb64/libb64/0005-make-overriding-CFLAGS-possible.patch    | 40 
+++++++++++++++
  .../libb64/0006-do-not-export-the-CHARS_PER_LINE-variable.patch | 27 
++++++++++
  ...7-initialize-encoder-decoder-state-in-the-constructors.patch | 44 
+++++++++++++++++
  meta-oe/recipes-support/libb64/libb64_1.2.1.bb                  | 39 
+++++++++++++++
  10 files changed, 339 insertions(+), 3 deletions(-)
  create mode 100644 
meta-oe/recipes-support/libb64/libb64/0001-example-Do-not-run-the-tests.patch
  create mode 100644 
meta-oe/recipes-support/libb64/libb64/0002-use-BUFSIZ-as-buffer-size.patch
  create mode 100644 
meta-oe/recipes-support/libb64/libb64/0003-fix-integer-overflows.patch
  create mode 100644 
meta-oe/recipes-support/libb64/libb64/0004-Fix-off-by-one-error.patch
  create mode 100644 
meta-oe/recipes-support/libb64/libb64/0005-make-overriding-CFLAGS-possible.patch
  create mode 100644 
meta-oe/recipes-support/libb64/libb64/0006-do-not-export-the-CHARS_PER_LINE-variable.patch
  create mode 100644 
meta-oe/recipes-support/libb64/libb64/0007-initialize-encoder-decoder-state-in-the-constructors.patch
  create mode 100644 meta-oe/recipes-support/libb64/libb64_1.2.1.bb

Comments

Khem Raj July 24, 2023, 5:25 a.m. UTC | #1
merged thanks Armin

On Sun, Jul 23, 2023 at 8:57 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit b5282ece919f016d91a1043769676efb02b4f0fb:
>
>    openldap: fix CVE-2021-27212 Assertion failure in slapd (2023-07-14
> 07:08:54 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded dunfell-next
>
> for you to fetch changes up to b8b0b06821d4d4df0cce4f07fa31a8ca1dd38f46:
>
>    sysdig: Depend on system libb64 (2023-07-22 07:49:35 -0400)
>
> ----------------------------------------------------------------
> Alexander Thoma (1):
>        Fix tigervnc crash due to missing xkbcomp rdepends
>
> Khem Raj (2):
>        libb64: Add recipe
>        sysdig: Depend on system libb64
>
>   meta-oe/recipes-extended/sysdig/sysdig_git.bb                   | 3 +-
>   meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb            | 2 +-
>   .../libb64/libb64/0001-example-Do-not-run-the-tests.patch       | 27
> ++++++++++
>   .../libb64/libb64/0002-use-BUFSIZ-as-buffer-size.patch          | 57
> +++++++++++++++++++++
>   .../libb64/libb64/0003-fix-integer-overflows.patch              | 77
> +++++++++++++++++++++++++++++
>   .../libb64/libb64/0004-Fix-off-by-one-error.patch               | 26
> ++++++++++
>   .../libb64/libb64/0005-make-overriding-CFLAGS-possible.patch    | 40
> +++++++++++++++
>   .../libb64/0006-do-not-export-the-CHARS_PER_LINE-variable.patch | 27
> ++++++++++
>   ...7-initialize-encoder-decoder-state-in-the-constructors.patch | 44
> +++++++++++++++++
>   meta-oe/recipes-support/libb64/libb64_1.2.1.bb                  | 39
> +++++++++++++++
>   10 files changed, 339 insertions(+), 3 deletions(-)
>   create mode 100644
> meta-oe/recipes-support/libb64/libb64/0001-example-Do-not-run-the-tests.patch
>   create mode 100644
> meta-oe/recipes-support/libb64/libb64/0002-use-BUFSIZ-as-buffer-size.patch
>   create mode 100644
> meta-oe/recipes-support/libb64/libb64/0003-fix-integer-overflows.patch
>   create mode 100644
> meta-oe/recipes-support/libb64/libb64/0004-Fix-off-by-one-error.patch
>   create mode 100644
> meta-oe/recipes-support/libb64/libb64/0005-make-overriding-CFLAGS-possible.patch
>   create mode 100644
> meta-oe/recipes-support/libb64/libb64/0006-do-not-export-the-CHARS_PER_LINE-variable.patch
>   create mode 100644
> meta-oe/recipes-support/libb64/libb64/0007-initialize-encoder-decoder-state-in-the-constructors.patch
>   create mode 100644 meta-oe/recipes-support/libb64/libb64_1.2.1.bb
>