From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqIVy-0005y0-1e for guix-patches@gnu.org; Fri, 08 Sep 2017 08:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqIVu-000769-VO for guix-patches@gnu.org; Fri, 08 Sep 2017 08:36:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46779) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqIVu-000760-SD for guix-patches@gnu.org; Fri, 08 Sep 2017 08:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqIVu-0000ul-JO for guix-patches@gnu.org; Fri, 08 Sep 2017 08:36:02 -0400 Subject: [bug#28387] [PATCH] gnu: tcpdump: Update to 4.9.2 [security fixes]. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <885fb40fb489ffda94c549f1ab8aab6379765b5d.1504814554.git.leo@famulari.name> <20170907214503.GA30341@jasmine.lan> Date: Fri, 08 Sep 2017 14:34:49 +0200 In-Reply-To: <20170907214503.GA30341@jasmine.lan> (Leo Famulari's message of "Thu, 7 Sep 2017 17:45:03 -0400") Message-ID: <87zia5jrme.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 28387@debbugs.gnu.org Leo Famulari skribis: > On Thu, Sep 07, 2017 at 04:02:47PM -0400, Leo Famulari wrote: >> I messed up the last patch (missing the additional source URL). >>=20 >> Fixes CVE-2017-{12893,12894,12895,12896,12897,12898,12899,12900,12901,12= 902, >> 12985,12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,= 12997, >> 12998,12999,13000,13001,13002,13003,13004,13005,13006,13007,13008,13009,= 13010, >> 13012,13013,13014,13015,13016,13017,13018,13019,13020,13021,13022,13023,= 13024, >> 13025,13026,13027,13028,13029,13030,13031,13032,13033,13034,13035,13036,= 13037, >> 13038,13039,13040,13041,13042,13043,13044,13045,13046,13047,13048,13049,= 13050, >> 13051,13052,13053,13054,13055,13687,13688,13689,13690,13725}. >>=20 >> * gnu/packages/admin.scm (tcpdump): Update to 4.9.2. >> [source]: Remove patches. >> * gnu/packages/patches/tcpdump-CVE-2017-11541.patch, >> gnu/packages/patches/tcpdump-CVE-2017-11542.patch, >> gnu/packages/patches/tcpdump-CVE-2017-11543.patch: Delete files. >> * gnu/local.mk (dist_patch_DATA): Remove them. > > Pushed as 81635ad03ecb3a51b5248db65919621bde9039f4. Great work, thank you! Ludo=E2=80=99.