]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
apr-util: update 1.6.1 -> 1.6.3
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 8 Feb 2023 07:21:00 +0000 (08:21 +0100)
committerSteve Sakoman <steve@sakoman.com>
Sat, 18 Feb 2023 16:41:49 +0000 (06:41 -1000)
commitda972ff634132943de71241e130bdccd3e4cfa47
tree801c45b084954bace160c3deb97b13ddd2d4bdb6
parenta308e10ef4ad9e097b025f009866eae178259781
apr-util: update 1.6.1 -> 1.6.3

Changes with APR-util 1.6.3

  *) Correct a packaging issue in 1.6.2. The contents of the release were
     correct, but the top level directory was misnamed.

Changes with APR-util 1.6.2

  *) SECURITY: CVE-2022-25147 (cve.mitre.org)
     Integer Overflow or Wraparound vulnerability in apr_base64 functions
     of Apache Portable Runtime Utility (APR-util) allows an attacker to
     write beyond bounds of a buffer.

  *) Teach configure how to find and build against MariaDB 10.2. PR 61517
     [Kris Karas <bugs-a17 moonlit-rail.com>]

  *) apr_crypto_commoncrypto: Remove stray reference to -lcrypto that
     prevented commoncrypto being enabled. [Graham Leggett]

  *) Add --tag=CC to libtool invocations. PR 62640. [Michael Osipov]

  *) apr_dbm_gdbm: Fix handling of error codes. This makes gdbm 1.14 work.
     apr_dbm_gdbm will now also return error codes starting with
     APR_OS_START_USEERR, as apr_dbm_berkleydb does, instead of always
     returning APR_EGENERAL. [Stefan Fritsch]

Drop backport.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dca707f9fecc805503e17f6db3e4c88069ac0125)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/apr/apr-util/0001-Fix-error-handling-in-gdbm.patch [deleted file]
meta/recipes-support/apr/apr-util_1.6.3.bb [moved from meta/recipes-support/apr/apr-util_1.6.1.bb with 94% similarity]