From patchwork Sat Apr 14 21:53:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 152566 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B32CEB7001 for ; Sun, 15 Apr 2012 07:57:46 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5B8C426065; Sat, 14 Apr 2012 21:57:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wzJPWVoLpHdx; Sat, 14 Apr 2012 21:57:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1E36F31E1C; Sat, 14 Apr 2012 21:57:42 +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 6493D8F75B for ; Sat, 14 Apr 2012 21:57:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4270489B4A for ; Sat, 14 Apr 2012 21:57:39 +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 2b+Jc3pcfgsR for ; Sat, 14 Apr 2012 21:57:37 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by whitealder.osuosl.org (Postfix) with ESMTP id E31698149E for ; Sat, 14 Apr 2012 21:57:37 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id DA66296A79; Sat, 14 Apr 2012 21:57:37 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Sat, 14 Apr 2012 23:53:03 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 0c004d28f9b597ab50b376ed19ee23f188b6e3c5 X-Git-Newrev: b6e0f2fdf2665f67e2bc6400c8479d6fca7e2fe4 X-Patchwork-Hint: ignore Message-Id: <20120414215737.DA66296A79@busybox.osuosl.org> Subject: [Buildroot] [git commit] 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 commit: http://git.buildroot.net/buildroot/commit/?id=b6e0f2fdf2665f67e2bc6400c8479d6fca7e2fe4 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Bump samba to version 3.5.14 to fix CVE-2012-1182 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- 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