From patchwork Sat Apr 5 00:12:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 337125 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 45D981400D4 for ; Sat, 5 Apr 2014 11:13:07 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 72CA031D05; Sat, 5 Apr 2014 00:13:06 +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 Hz5gkXeyOkXd; Sat, 5 Apr 2014 00:13:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8CD5030644; Sat, 5 Apr 2014 00:13:04 +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 CBA761C1F09 for ; Sat, 5 Apr 2014 00:13:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C70FF8C8EA for ; Sat, 5 Apr 2014 00:13:03 +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 vjhX17psXSOQ for ; Sat, 5 Apr 2014 00:13:02 +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 6B94E8C8E5 for ; Sat, 5 Apr 2014 00:13:02 +0000 (UTC) Received: from asgard (host107.181-14-143.telecom.net.ar [181.14.143.107]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.8/8.14.8) with ESMTP id s350Ctp6002564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 5 Apr 2014 00:12:58 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1396656780; bh=amKEEkZ1CVagvK0SEo3Ctkw+r6tXO0SbwxheJkwCw3M=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nLW+aDq7SM29rI7+XbMg+FxdVLwJtbe/C/XSh/4MAjRy9VSwho0acY2eJwiZeYSMA D0fusJPxJ0WibYzshtegSQUV5pB0LVTQa8xaVN5ZgbDQUUbEB9OlfxTg1pds8tMF4G xO+OhOR9Bt25FBlyg/y+QIl7MZW2XzbZRDhonKCs= Received: by asgard (sSMTP sendmail emulation); Fri, 04 Apr 2014 21:12:50 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 4 Apr 2014 21:12:37 -0300 Message-Id: <1396656757-11271-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1396656757-11271-1-git-send-email-gustavo@zacarias.com.ar> References: <1396656757-11271-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] sg3_utils: bump to version 1.38 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/sg3_utils/sg3_utils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk index be86bd7..4a08fd5 100644 --- a/package/sg3_utils/sg3_utils.mk +++ b/package/sg3_utils/sg3_utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -SG3_UTILS_VERSION = 1.37 +SG3_UTILS_VERSION = 1.38 SG3_UTILS_SOURCE = sg3_utils-$(SG3_UTILS_VERSION).tar.xz SG3_UTILS_SITE = http://sg.danny.cz/sg/p/ SG3_UTILS_LICENSE = BSD-3c