From patchwork Wed Apr 14 16:44:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4165 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FL7ck3s5Pz44QV for ; Wed, 14 Apr 2021 16:45:10 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FL7ch6GXGz1Tr; Wed, 14 Apr 2021 16:45:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FL7ch1s4Tz2yDY; Wed, 14 Apr 2021 16:45:08 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FL7cg2HVVz2xPJ for ; Wed, 14 Apr 2021 16:45:07 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FL7cM6R3fzYc; Wed, 14 Apr 2021 16:44:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1618418692; 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=guywvRjK8TjVImeqxWW0RlUCcJd04Gke0pMuSLcu448=; b=nJ2fZ7QK4PHleKPIQi6WN5ZUF0Aa0C1fU1BYJkz0cHoScKzBRLS1C7HIvxBJynBI9M6z6j RTIXTR19pbcO/ZDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1618418692; 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=guywvRjK8TjVImeqxWW0RlUCcJd04Gke0pMuSLcu448=; b=Qp4JJRZe9Bbhy9NjH5NqGk11QawP630K9RvOOn8RrAiRLbvr+wXWJ9lEiPR5bujqLHTePP IAv+Q7OH/L33xHFYcs4W5BG+f/lpqS/JMm8hyU3/BZgYfRQ5ozh+/7k7rnj/t5wxoTTXse nI2CuoZ5g/Bd06s7x0/86TLSpoloadozMKtyAivHXcAKRe3y3munapC6kTlo8NT7v8SBNs gsVmoQLhuasCF0+OE3Ltq3+aOKmW74d3T0bBor9GzQIY9pt0/qofNGzDrqa6jJLa0o41Ff Z1nhEYYVHrdHh8+mvRh/9T5YMtELhpEAjRTtbT1FXRMmyDEajoQeNfrKWSwOYw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cifs-utils: Update to 6.13 Date: Wed, 14 Apr 2021 18:44:47 +0200 Message-Id: <20210414164447.2970781-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" - Update from 6.12 to 6.13 - Update of rootfile not needed - Changelog This is a security release to address the following bug: CVE-2021-20208 cifs.upcall kerberos auth leak in container Signed-off-by: Adolf Belka --- lfs/cifs-utils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cifs-utils b/lfs/cifs-utils index c3a98f6d6..a363bb83b 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -24,7 +24,7 @@ include Config -VER = 6.12 +VER = 6.13 THISAPP = cifs-utils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cifs-utils -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b49b10692bcae7f28669173a472077dd +$(DL_FILE)_MD5 = 4348921483c530826950e9503b08b033 install : $(TARGET)