From patchwork Wed Apr 11 13:40:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 151796 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id BA79AB6EF3 for ; Wed, 11 Apr 2012 23:41:06 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ACA018D184; Wed, 11 Apr 2012 13:41:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EQnjP1bQRV8q; Wed, 11 Apr 2012 13:40:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id DDD7D8D715; Wed, 11 Apr 2012 13:40:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 396368F753 for ; Wed, 11 Apr 2012 13:40:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2E5B48D184 for ; Wed, 11 Apr 2012 13:40:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F4sGw0rIXU-Q for ; Wed, 11 Apr 2012 13:40:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0BF108DC49 for ; Wed, 11 Apr 2012 13:40:43 +0000 (UTC) Received: from asgard (host9.190-138-181.telecom.net.ar [190.138.181.9]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q3BDebVo011168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Apr 2012 10:40:40 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1334151642; bh=fIHlc6fFcW2Fr1JIUt9sCBtQ/Rj93EZb0tzVxZRbzAI=; h=From:To:Cc:Subject:Date:Message-Id; b=LZg8BhrRHoOe2H8ofRqHZnqDgjdwhcJcNqc/TxlkJCpoP9QvFja6XsX7xNormU/ge 3wC1ymUiv8YrBaG2n8iMbvaoUBfCa97jaXsBRsKrGn40kmEHo3tDmhgvzUzX41+kXS G26MwmySqXGaL8faP/c6oQEhCZRA/EI9Dc7RtKUU= Received: by asgard (sSMTP sendmail emulation); Wed, 11 Apr 2012 10:40:36 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 11 Apr 2012 10:40:36 -0300 Message-Id: <1334151636-16666-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] samba: security bump to version 3.5.14 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Bump samba to version 3.5.14 to fix CVE-2012-1182 Signed-off-by: Gustavo Zacarias --- package/samba/samba.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/samba/samba.mk b/package/samba/samba.mk index c15efca..48810b9 100644 --- a/package/samba/samba.mk +++ b/package/samba/samba.mk @@ -4,7 +4,7 @@ # ############################################################# -SAMBA_VERSION = 3.5.12 +SAMBA_VERSION = 3.5.14 SAMBA_SITE = http://ftp.samba.org/pub/samba/stable SAMBA_SUBDIR = source3 SAMBA_INSTALL_STAGING = YES