From patchwork Tue Mar 28 11:48:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6732 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Pm7J11nCTz3xCl for ; Tue, 28 Mar 2023 11:49:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Pm7Hw1h6YzFZ; Tue, 28 Mar 2023 11:49:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Pm7Hv2JXqz30KQ; Tue, 28 Mar 2023 11:48:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Pm7Ht0qcCz30Jg for ; Tue, 28 Mar 2023 11:48:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Pm7Hs56bvzYq; Tue, 28 Mar 2023 11:48:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1680004137; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yCe7lUUEu6lt0+suzyQS04w4iVYi1jXCdEu4zI24JkU=; b=aYlto8BeVT06XKnaJm8Tun2Vqyemg4NTzTYr5rOdgpQT+/i628HLoVau2D8oB593wC0bVS DEtS6WSbv9mXgxAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1680004137; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yCe7lUUEu6lt0+suzyQS04w4iVYi1jXCdEu4zI24JkU=; b=UMSw/AdXTzphc4gZjAlyrMHxl4L33GxaUMDqen8DNpxjAM58qRpCUse7vVCJvlCmL/zJsR Ey5diK+p3wEiJSKgXTPoZGpEQod8gET2QxalLhfyiElCsCrdnYdi6avuY05fiFKznlwTMC HbFziLDy+YHZT8/emRbFQTYBqvSawNx8mzkx3LDsAdq475SdZDGWqwly2eZbT3QaXQy0Cw fAH4qPA63/TrOg3BRkRqt0lBlLuK34ylFoY60N1psh3OG1/fM7MFy6a7KzZPbz8EkAK8/s bPmKBun3d1LjFtXo1Sunm3oua9Pff67+yeMMbJWc0TLCua7doLTNW4+CCIsRIA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] aprutil: Update to version 1.6.3 Date: Tue, 28 Mar 2023 13:48:50 +0200 Message-Id: <20230328114852.2492895-4-adolf.belka@ipfire.org> In-Reply-To: <20230328114852.2492895-1-adolf.belka@ipfire.org> References: <20230328114852.2492895-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 1.6.1 to 1.6.3 - Update of rootfile - 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=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 --- config/rootfiles/common/aprutil | 2 +- lfs/aprutil | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/aprutil b/config/rootfiles/common/aprutil index dba4fa678..489616a93 100644 --- a/config/rootfiles/common/aprutil +++ b/config/rootfiles/common/aprutil @@ -48,5 +48,5 @@ usr/lib/apr-util-1/apr_dbm_gdbm.so #usr/lib/libaprutil-1.la #usr/lib/libaprutil-1.so usr/lib/libaprutil-1.so.0 -usr/lib/libaprutil-1.so.0.6.1 +usr/lib/libaprutil-1.so.0.6.3 #usr/lib/pkgconfig/apr-util-1.pc diff --git a/lfs/aprutil b/lfs/aprutil index b0582cf5b..556f75a22 100644 --- a/lfs/aprutil +++ b/lfs/aprutil @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -25,7 +25,7 @@ include Config -VER = 1.6.1 +VER = 1.6.3 THISAPP = apr-util-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ab6eaf1594aaa1c7aae151319b630b83bdb8b68ec04f0e2b429b7c7789bdf274873270200ba43701359e2502d2be8624d8e42a56a5f399ec95a841e7c73ce706 +$(DL_FILE)_BLAKE2 = 5eb56c45ba9d87ff3e3769439a3a9a858a1947de68b34892c729f39736fc41117a41c630c3c4cfb07b444c4ee0d5853ec5be158e8fa0b0c0ab89f0cb51cc9c6d install : $(TARGET)