From patchwork Mon Sep 18 14:16:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7205 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rq6N34LWkz3ws3 for ; Mon, 18 Sep 2023 14:18:27 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rq6Mv3djMz3fQ; Mon, 18 Sep 2023 14:18:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rq6Mv1nFRz30Dy; Mon, 18 Sep 2023 14:18:19 +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 4Rq6Mr5D6rz2y4Q for ; Mon, 18 Sep 2023 14:18:16 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rq6Mr2rxWz1fS; Mon, 18 Sep 2023 14:18:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695046696; 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=usDUwh8lzOk/ASl/N9sw6hlXp9x8PwSUW4Mz2PWfSGc=; b=pmha5GtEzvhUoYq2QCoSbhhrf5bgnD7Ng7u63UbswIM36nRC5Y1+3Qtw8darLLk/IgXHzd wTN1VoW5pVTotsBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695046696; 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=usDUwh8lzOk/ASl/N9sw6hlXp9x8PwSUW4Mz2PWfSGc=; b=eyRpE/hCQIPImGC9lNPcuKx3sr/6u3/dlLKMmPZMs6gQF9OJ01KfTthr1jO211e9TbqKQ6 uZiVb8bCI5O1Y/z537z47cn6F4+Q84D68DmGDc7XdN1xuYP0nShuG5F7X8cJhZCddK+Hh2 cLzGM/Pd2pUK+lnD34BAhjs+j+XpZhVo97lVnC27J7SUE/3btbUuO/slEHMsSiZEmhCCHi KYXdGQ2rVexFr7pMkjAIR1y+vpfsUtxNjCEhrNfkuyKUsqaxmE0xDEvvJcKxO0nZyplJyx +j20lsr0IrF57C41yrr/K9b6VRDpszgyHFuVPGh1eg/7jnpVPg9SzrAlGxPIfQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/4] apr: Include libxcrypt as dependency Date: Mon, 18 Sep 2023 16:16:55 +0200 Message-ID: <20230918141810.536112-2-adolf.belka@ipfire.org> In-Reply-To: <20230918141810.536112-1-adolf.belka@ipfire.org> References: <20230918141810.536112-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" - IPFire3.x - libxcrypt dependency in apr is required by apr-util and then apache Signed-off-by: Adolf Belka --- apr/apr.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apr/apr.nm b/apr/apr.nm index 622356d37..0e363c53f 100644 --- a/apr/apr.nm +++ b/apr/apr.nm @@ -5,7 +5,7 @@ name = apr version = 1.7.4 -release = 1 +release = 2 groups = System/Libraries url = https://apr.apache.org/ @@ -23,6 +23,7 @@ source_dl = https://www.apache.org/dist/apr/ build requires libuuid-devel + libxcrypt-devel end configure_options += \