From patchwork Wed May 24 21:06:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 766690 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wY4h60xJ4z9sNd for ; Thu, 25 May 2017 07:06:30 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7E2FF87D0F; Wed, 24 May 2017 21:06:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PnO1FHA5F0GA; Wed, 24 May 2017 21:06:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 938C287BEE; Wed, 24 May 2017 21:06:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 18A271C16C1 for ; Wed, 24 May 2017 21:06:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 10B4087BEE for ; Wed, 24 May 2017 21:06:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 77m4KfuOpZva for ; Wed, 24 May 2017 21:06:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 8428387BD6 for ; Wed, 24 May 2017 21:06:21 +0000 (UTC) Received: from fwd40.aul.t-online.de (fwd40.aul.t-online.de [172.20.26.139]) by mailout04.t-online.de (Postfix) with SMTP id 1226741BB01B; Wed, 24 May 2017 23:06:19 +0200 (CEST) Received: from fli4l.lan.fli4l (ZwA72qZOZhz0w3jdhUBoovknROExd7ZYcTP1APNZlzrokuWf16z7b6HStPPgiQtZcp@[79.228.16.78]) by fwd40.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1dDdTw-1nj51c0; Wed, 24 May 2017 23:06:12 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:44128 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1dDdTv-0003VB-La; Wed, 24 May 2017 23:06:11 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 24 May 2017 23:06:11 +0200 Message-Id: <20170524210611.3155-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: ZwA72qZOZhz0w3jdhUBoovknROExd7ZYcTP1APNZlzrokuWf16z7b6HStPPgiQtZcp X-TOI-MSGID: 33439f08-efbf-4019-80f8-c34a3be06606 Subject: [Buildroot] [PATCH 1/1] package/samba4: security bump to version 4.5.10 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes CVE-2017-7494: https://www.samba.org/samba/history/samba-4.5.10.html Signed-off-by: Bernd Kuhls --- package/samba4/samba4.hash | 2 +- package/samba4/samba4.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/samba4/samba4.hash b/package/samba4/samba4.hash index 0a2a548a1..a16d83470 100644 --- a/package/samba4/samba4.hash +++ b/package/samba4/samba4.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 f63b656d8823a280c50c9dbd6b692816cd7a88adfe9b47997ce697fd75bf81f0 samba-4.5.8.tar.gz +sha256 7cb753f5f6d5527ef40d4c1f47dacafb7c876cb304b4906ccb390c6a18477714 samba-4.5.10.tar.gz diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk index 4de69a0fa..93c45daa5 100644 --- a/package/samba4/samba4.mk +++ b/package/samba4/samba4.mk @@ -4,7 +4,7 @@ # ################################################################################ -SAMBA4_VERSION = 4.5.8 +SAMBA4_VERSION = 4.5.10 SAMBA4_SITE = https://download.samba.org/pub/samba/stable SAMBA4_SOURCE = samba-$(SAMBA4_VERSION).tar.gz SAMBA4_INSTALL_STAGING = YES