From patchwork Mon Mar 2 19:06:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 2814 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48WV4m32CDz3wc3 for ; Mon, 2 Mar 2020 19:07:04 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48WV4k4KxFz1Bp; Mon, 2 Mar 2020 19:07:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48WV4k2vCXz2yNR; Mon, 2 Mar 2020 19:07:02 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48WV4j054sz2xCR for ; Mon, 2 Mar 2020 19:07:01 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48WV4h4fkDz1Bp; Mon, 2 Mar 2020 19:07:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1583176020; 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; bh=WlmMW/LRRhqSOtoll5xsYVom+BmwDWHKMqmzso+5nkM=; b=m6VZe+3A5mqahqgTc1b8HaBWinFX8fBzJzeEQWNyeXYPA4Oxj5SALlgfsi8JSjvMAVdxaX Wx/0pje4v58TLKlyXl+VdUVobnbAwPY+EvA6Bgad0konj3Or8YPUjmHhTT+3hHjqsauUL+ OsusiVkfyUTm/YXWUcQENDnCWwNz9askua1vQ8NIL0I1hFFouudeNcFQjy+3uUMCCgE1mV S4+kwAzsDRlApyEUwfO5auFYbOjufDBZqzwwzjBxS1TxPIQxh0PiqHbUgNK/9mts1Set9K 8mVuXII5ODByhlixs07YQeGW2RVtcJBOJPWLvdpB7P5vV7XitMjchiKkOsswFw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1583176020; 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; bh=WlmMW/LRRhqSOtoll5xsYVom+BmwDWHKMqmzso+5nkM=; b=f8Gi6MtpRzIlafDmdaDNf+zDdRrlPlmt6g97SoHj3WWN+aFKC1rP3DriE+enu04PMCGQ41 CWUa+bqHRXy9tqAA== From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH 0/1] Update to APR and PCRE (apache dependencies) Date: Mon, 2 Mar 2020 20:06:52 +0100 Message-Id: <20200302190653.14224-1-wolfgang.apolinarski@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=wolfgang.apolinarski@ipfire.org 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" This patch contains updates for the apache dependencies apr and pcre (apr-util is up to date). Wolfgang Apolinarski (1): Update Apache Dependencies config/rootfiles/common/apr | 3 +- config/rootfiles/common/pcre | 142 +++++++++++++++++------------------ lfs/apr | 4 +- lfs/pcre | 4 +- 4 files changed, 77 insertions(+), 76 deletions(-)