From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id oLJBAnMTtWFFAwAAgWs5BA (envelope-from ) for ; Sat, 11 Dec 2021 22:09:07 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id bM9iOXITtWHPEQAAbx9fmQ (envelope-from ) for ; Sat, 11 Dec 2021 21:09:06 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AC0DB2E9D0 for ; Sat, 11 Dec 2021 22:09:06 +0100 (CET) Received: from localhost ([::1]:41802 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mw9c9-0003RF-UI for larch@yhetil.org; Sat, 11 Dec 2021 16:09:05 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40370) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mw9c6-0003R6-FB for guix-patches@gnu.org; Sat, 11 Dec 2021 16:09:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38580) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mw9c5-0006Za-Q8 for guix-patches@gnu.org; Sat, 11 Dec 2021 16:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mw9c5-0001wj-JW for guix-patches@gnu.org; Sat, 11 Dec 2021 16:09:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52421] [PATCH][SECURITY] gnu: java-log4j-api: Update to 2.15.0. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Dec 2021 21:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52421 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Julien Lepiller Cc: 52421@debbugs.gnu.org Received: via spool by 52421-submit@debbugs.gnu.org id=B52421.16392569197453 (code B ref 52421); Sat, 11 Dec 2021 21:09:01 +0000 Received: (at 52421) by debbugs.gnu.org; 11 Dec 2021 21:08:39 +0000 Received: from localhost ([127.0.0.1]:50126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mw9bj-0001w8-9h for submit@debbugs.gnu.org; Sat, 11 Dec 2021 16:08:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mw9bh-0001vv-Mp for 52421@debbugs.gnu.org; Sat, 11 Dec 2021 16:08:38 -0500 Received: from [2001:470:142:3::e] (port=39318 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mw9ba-0006XJ-4G; Sat, 11 Dec 2021 16:08:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=UGwlNQc1IDYh+8o4Zq3OnJwhUIrU6I/PBvBQC2yzvwg=; b=fJwG7uu3mxSLwoEguiY/ Lr/aMpRdZcnQuENtohcWCD5RfcaHNM6+hca20TMes+XU/604BP40odB7Xbb6UVxRwU7mAI5ZZ7D9p 9ddUvno8gEpnYibsN+F2qmcf4Cdx3YKNbCTMVMIv85T4SFJpHc7PSnVyxgZ/jEB1ylXPjtZ7GGFV/ bV1CZT33WPSwBvCVoSmK9/5XOz9CMYOj8h9xuVm1WXzga7NWLBFusTSREqv4jQw3TjI7pF+cd4nCt 4M8LsJqxdwwdKsEt/Ixe4dkIU0XZB7hnMBKMLqW0Futsqz8ioALPA5/wkmpyD5El1iiNkNSqmZQ41 cqjeyJE7ytam+Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63853 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mw9ba-0006qy-2Y; Sat, 11 Dec 2021 16:08:30 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211211031159.29aa79db@tachikoma.lepiller.eu> Date: Sat, 11 Dec 2021 22:08:27 +0100 In-Reply-To: <20211211031159.29aa79db@tachikoma.lepiller.eu> (Julien Lepiller's message of "Sat, 11 Dec 2021 03:11:59 +0100") Message-ID: <87o85m6e9g.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639256946; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=UGwlNQc1IDYh+8o4Zq3OnJwhUIrU6I/PBvBQC2yzvwg=; b=RjUYeTjGUNvYQzNtIslX5v1oLcHHTRW3rpVgZ+gbMl+tBEQ/C1X1PR9XlUiJWekbCTPD7C BDC7Defsc4SN21MyH9poATwc1sj9GWc9TTofAeylecN8t4aUFbvEQ47v6voW1BCF8/p1bi 9CXFfsug7aeWywixlxZwpwBGlRJ2rdFAd0NnFG1tyvLEEyqr3sAlDsx8+vd0gBvqoUBpTe 4qqnUMkfQFTB5ZWGA3F3yalY1IAuRG9q+EQ0PQG6TllQDMi/zTCDfSoNX4OwI8rGzcPOGz g7Lmtnou4FvAZkec5OTVGoCqPiTUaKgQKUwrU4pSd32qO23vnO6i0cGjXVxbSg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639256946; a=rsa-sha256; cv=none; b=VuBOX0JZzYZxC/flQ1vjL3YRmGNTWDs6FMQr6vPs0JgYZHaMDRyvTQL0FgqG1j03a3U4Ok 0mMVJEVNxyDKv0RVPGBxK4x2bk2sn2Hq5wswydaNu0krxAPZm+zxqyKx+Ug8VAuLAbwvD0 4iytW6DrH7YOpS9V+YtnnwiFAlOtz2vsQWfuIGjdQFqIeHeXjIHGeh8BbCMu36xrJTDM3G Iw0MIaMmeyHle4xjAmilp3ScPm+Vtr7tB3DHsU8LyxswyQ10QsgEA2Zi9njSjOQ3dwErrv oDNvqGhVabC0bC5H7fXZLBcSQ7AjmeLP9Ao+MwP1yoRT7CEbr8t6Q8PRWgFOKw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=fJwG7uu3; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=fJwG7uu3; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: AC0DB2E9D0 X-Spam-Score: -3.66 X-Migadu-Scanner: scn1.migadu.com X-TUID: mo4wV5ZZOjFB Hi, Julien Lepiller skribis: > today I learnt about a CVE on log4j. Looking more closely, it seems > that log4j2 has had 3 CVEs (at least 3 are listed on > https://logging.apache.org/log4j/2.x/security.html) and we're > vulnerable to all of them \o/ > > This series updates to the latest version. Thankfully, log4j keeps a > stable API, so there's no breakage in dependents, but a few > dependencies had to be added/updated. I had a quick look and it all LGTM. Thanks for taking care of it! Ludo=E2=80=99.