From patchwork Thu Jul 11 15:40:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 258575 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 4D58F2C030B for ; Fri, 12 Jul 2013 01:40:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 34E6C8C100; Thu, 11 Jul 2013 15:40:58 +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 IPhGIHvmz2Wb; Thu, 11 Jul 2013 15:40:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 19F2B96749; Thu, 11 Jul 2013 15:40:40 +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 7FBA51BFA67 for ; Thu, 11 Jul 2013 15:40:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6D09D81650 for ; Thu, 11 Jul 2013 15:40:38 +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 L5GWU4+nw5be for ; Thu, 11 Jul 2013 15:40:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0A74B87F2C for ; Thu, 11 Jul 2013 15:40:23 +0000 (UTC) Received: from asgard (host171.201-252-80.telecom.net.ar [201.252.80.171]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r6BFeHld003664 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 11 Jul 2013 15:40:19 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1373557221; bh=YroJ6H5kGIFg6E9N9ibmmmxkLUUfTFoQ0fHHhfGnLpM=; h=From:To:Cc:Subject:Date; b=oeFWuU7Qy0/oqrMbRuGy1Jib4U5DOZqlpbJrj3KhbD/9Pa9odXTMn+B3L8BH+YSfe bQ8lEb5/wRT8af4phq6nof21zygysy12Tk2DzI4gcnP6k83GjVmy8J+J6TkfD8hElg Jv1MaB6Fo4H7L5PDqJKLXGuPRGlGozzPalusDSXY= Received: by asgard (sSMTP sendmail emulation); Thu, 11 Jul 2013 12:40:16 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 11 Jul 2013 12:40:15 -0300 Message-Id: <1373557215-15518-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] cifs-utils: bump to version 6.1 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 Signed-off-by: Gustavo Zacarias --- package/cifs-utils/cifs-utils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/cifs-utils/cifs-utils.mk b/package/cifs-utils/cifs-utils.mk index 6f8d651..ae80531 100644 --- a/package/cifs-utils/cifs-utils.mk +++ b/package/cifs-utils/cifs-utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -CIFS_UTILS_VERSION = 6.0 +CIFS_UTILS_VERSION = 6.1 CIFS_UTILS_SOURCE = cifs-utils-$(CIFS_UTILS_VERSION).tar.bz2 CIFS_UTILS_SITE = http://ftp.samba.org/pub/linux-cifs/cifs-utils CIFS_UTILS_LICENSE = GPLv3