From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emRCI-0006Qa-6b for guix-patches@gnu.org; Thu, 15 Feb 2018 16:36:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emRCF-0008Lk-2X for guix-patches@gnu.org; Thu, 15 Feb 2018 16:36:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37284) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emRCE-0008LY-Ul for guix-patches@gnu.org; Thu, 15 Feb 2018 16:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emRCE-00089n-Go for guix-patches@gnu.org; Thu, 15 Feb 2018 16:36:02 -0500 Subject: [bug#30472] [PATCH 0/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.4. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emRB6-0005jj-NY for guix-patches@gnu.org; Thu, 15 Feb 2018 16:34:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emRB3-0007r4-JW for guix-patches@gnu.org; Thu, 15 Feb 2018 16:34:52 -0500 Received: from mail-pg0-x234.google.com ([2607:f8b0:400e:c05::234]:47015) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emRB3-0007pR-Dv for guix-patches@gnu.org; Thu, 15 Feb 2018 16:34:49 -0500 Received: by mail-pg0-x234.google.com with SMTP id a11so792034pgu.13 for ; Thu, 15 Feb 2018 13:34:49 -0800 (PST) From: Alex Vong Date: Fri, 16 Feb 2018 05:34:36 +0800 Message-ID: <87d116ndhv.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30472@debbugs.gnu.org Tags: security Hello, The following patch series updates all of the java-fasterxml-* packages which include security fixes for java-fasterxml-jackson-databind. Cheers, Alex