From patchwork Sun Jul 15 13:47:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 171064 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 22D722C00B7 for ; Sun, 15 Jul 2012 23:48:37 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 39D03A031E; Sun, 15 Jul 2012 13:48:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JSth9jZ5SeOy; Sun, 15 Jul 2012 13:48:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 85BBDA0322; Sun, 15 Jul 2012 13:48:19 +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 4811B8F753 for ; Sun, 15 Jul 2012 13:48:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 373368D01A for ; Sun, 15 Jul 2012 13:48:18 +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 TcargZ7EU57n for ; Sun, 15 Jul 2012 13:48:16 +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 9919A8CEF3 for ; Sun, 15 Jul 2012 13:48:16 +0000 (UTC) Received: from asgard (host153.200-117-169.telecom.net.ar [200.117.169.153]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q6FDmAkS001302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 15 Jul 2012 10:48:13 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1342360095; bh=nAcTVDRmM/tKZtxI9lbJ8Z4X+VlJLlW3VvwmawSbglE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=dXXfjpysvDjQkUEtYk65XHU43G2eiVHVsQoAqp6Tmgx6TEOOmomKdv1N+I3D6oTSU qeWROyr4J5HFfxbQquzjDPQLGRxXRtEeHRee4PnYA3z3vi4Y0kUCMutwFbBkXm0RMB nJubq5TSbdsczemXUHjLK21U/ypG+YsZbLIlWfAI= Received: by asgard (sSMTP sendmail emulation); Sun, 15 Jul 2012 10:48:09 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 15 Jul 2012 10:47:44 -0300 Message-Id: <1342360065-10106-5-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1342360065-10106-1-git-send-email-gustavo@zacarias.com.ar> References: <1342360065-10106-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 5/6] cifs-utils: bump to version 5.5 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 cifs-utils to version 5.5 Also switch to http source instead of ftp. Signed-off-by: Gustavo Zacarias --- package/cifs-utils/cifs-utils.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/cifs-utils/cifs-utils.mk b/package/cifs-utils/cifs-utils.mk index 0fdb689..15ed17a 100644 --- a/package/cifs-utils/cifs-utils.mk +++ b/package/cifs-utils/cifs-utils.mk @@ -1,6 +1,6 @@ -CIFS_UTILS_VERSION = 5.4 +CIFS_UTILS_VERSION = 5.5 CIFS_UTILS_SOURCE = cifs-utils-$(CIFS_UTILS_VERSION).tar.bz2 -CIFS_UTILS_SITE = ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/ +CIFS_UTILS_SITE = http://ftp.samba.org/pub/linux-cifs/cifs-utils define CIFS_UTILS_NO_WERROR $(SED) 's/-Werror//' $(@D)/Makefile.in