From patchwork Thu Apr 4 19:09:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 233900 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 4F7432C00A9 for ; Fri, 5 Apr 2013 06:09:36 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DCE8A3127D; Thu, 4 Apr 2013 19:09:32 +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 C71TkYK8YOtI; Thu, 4 Apr 2013 19:09:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3CD2B30515; Thu, 4 Apr 2013 19:09:30 +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 0EDC48F75E for ; Thu, 4 Apr 2013 19:09:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 764688101D for ; Thu, 4 Apr 2013 19:09:28 +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 cWElN202+icm for ; Thu, 4 Apr 2013 19:09:26 +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 1142780ADC for ; Thu, 4 Apr 2013 19:09:25 +0000 (UTC) Received: from asgard (host210.190-138-221.telecom.net.ar [190.138.221.210]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r34J9Hgd030825 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 4 Apr 2013 19:09:20 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1365102562; bh=8nBKetdASQTHLW62Aw/JgR6z+rifZ9D6GJRhRgZo/MI=; h=From:To:Cc:Subject:Date; b=BwtUt6b9cvlkj3Ag8qcXqHNHDpgBwxbHm5EE17iZLuAHVDPT8TLNYR9kkDnV3lna8 fyo9lbMREbx3ls/1v+jPvGUbcrOQknnw8cFY/oy609XTNUbJ46jtXbkn4JP5gyZbM1 cfu18cfyDZo6b1v2xxiaiIWq7pMmyNCHVdURXEaE= Received: by asgard (sSMTP sendmail emulation); Thu, 04 Apr 2013 16:09:16 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 4 Apr 2013 16:09:16 -0300 Message-Id: <1365102556-30319-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.0 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 36f171d..3e221e8 100644 --- a/package/cifs-utils/cifs-utils.mk +++ b/package/cifs-utils/cifs-utils.mk @@ -1,4 +1,4 @@ -CIFS_UTILS_VERSION = 5.9 +CIFS_UTILS_VERSION = 6.0 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