From patchwork Tue Jun 26 14:19:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 167406 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 BEDBCB7002 for ; Wed, 27 Jun 2012 00:20:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A0A2E31060; Tue, 26 Jun 2012 14:20:01 +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 WUO4HRW3Ea6T; Tue, 26 Jun 2012 14:20:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EEBD2317FD; Tue, 26 Jun 2012 14:19:59 +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 04D468F753 for ; Tue, 26 Jun 2012 14:19:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E37FB8C8E7 for ; Tue, 26 Jun 2012 14:19:58 +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 looV1V-aUNN9 for ; Tue, 26 Jun 2012 14:19:57 +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 54D718C7C2 for ; Tue, 26 Jun 2012 14:19:57 +0000 (UTC) Received: from asgard (host99.190-231-12.telecom.net.ar [190.231.12.99]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q5QEJpR1015660 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Jun 2012 11:19:53 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1340720395; bh=CvUe1TGhh8GiMrP6MEet6JKmqWDERTH7dmcFwV6TSCQ=; h=From:To:Cc:Subject:Date:Message-Id; b=NYtA1nX8VhVAK63a+hpIHuubZ9fsKKphQXPpFRRLJLpyfurTck22XGafwBCkx8Y7W FEnDVK/DO2BuM47680K85XCzqforPu+y6mx8Vd6jwpP8zp/gPKIBWNvGJoEeUAE9AM HEOPXy1t62EY/DygyuITqabZnBtdrwuTzJpARP04= Received: by asgard (sSMTP sendmail emulation); Tue, 26 Jun 2012 11:19:50 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 26 Jun 2012 11:19:48 -0300 Message-Id: <1340720390-22117-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 1/3] samba: bump to version 3.6.6 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.6.6 Lots of bugfixes. 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 d7a15b3..c968435 100644 --- a/package/samba/samba.mk +++ b/package/samba/samba.mk @@ -4,7 +4,7 @@ # ############################################################# -SAMBA_VERSION = 3.6.5 +SAMBA_VERSION = 3.6.6 SAMBA_SITE = http://ftp.samba.org/pub/samba/stable SAMBA_SUBDIR = source3 SAMBA_INSTALL_STAGING = YES