From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/4] apr-util: Update version to 1.6.3 and add libxcrypt as dependency Date: Mon, 18 Sep 2023 16:16:56 +0200 Message-ID: <20230918141810.536112-3-adolf.belka@ipfire.org> In-Reply-To: <20230918141810.536112-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6943734114815542725==" List-Id: --===============6943734114815542725== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - IPFire3.x - Update version from 1.6.1 to 1.6.3 - libxcrypt dependency required for apache - Changelog 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. 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 ] *) apr_crypto_commoncrypto: Remove stray reference to -lcrypto that prevented commoncrypto being enabled. [Graham Leggett] *) Add --tag=3DCC 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] Signed-off-by: Adolf Belka --- apr-util/apr-util.nm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apr-util/apr-util.nm b/apr-util/apr-util.nm index ab4e1655d..f9b8fc4dc 100644 --- a/apr-util/apr-util.nm +++ b/apr-util/apr-util.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D apr-util -version =3D 1.6.1 -release =3D 2.2 +version =3D 1.6.3 +release =3D 3 =20 groups =3D System/Libraries url =3D https://apr.apache.org/ @@ -28,6 +28,7 @@ build expat-devel libuuid-devel openssl-devel + libxcrypt-devel end =20 configure_options +=3D \ --=20 2.42.0 --===============6943734114815542725==--