public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
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	[thread overview]
Message-ID: <20230918141810.536112-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230918141810.536112-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1819 bytes --]

- 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 <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]

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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 @@
 ###############################################################################
 
 name       = apr-util
-version    = 1.6.1
-release    = 2.2
+version    = 1.6.3
+release    = 3
 
 groups     = System/Libraries
 url        = https://apr.apache.org/
@@ -28,6 +28,7 @@ build
 		expat-devel
 		libuuid-devel
 		openssl-devel
+		libxcrypt-devel
 	end
 
 	configure_options += \
-- 
2.42.0


  parent reply	other threads:[~2023-09-18 14:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18 14:16 [PATCH 1/4] libxcrypt: Update to version 4.4.36 Adolf Belka
2023-09-18 14:16 ` [PATCH 2/4] apr: Include libxcrypt as dependency Adolf Belka
2023-09-18 14:16 ` Adolf Belka [this message]
2023-09-18 14:16 ` [PATCH 4/4] apache: Introduce apache into IPFire3.x Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230918141810.536112-3-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox