From patchwork Mon Dec 28 22:12:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 561403 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 74D79140CC1 for ; Tue, 29 Dec 2015 09:12:40 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=DgvmC9Dc; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3A5C793C74; Mon, 28 Dec 2015 22:12:39 +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 aFsAK0oCfXiD; Mon, 28 Dec 2015 22:12:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 43A7293C0D; Mon, 28 Dec 2015 22:12:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 385D01C150E for ; Mon, 28 Dec 2015 22:12:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2DC3D8BDAD for ; Mon, 28 Dec 2015 22:12:37 +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 oHhDqtTkFHLG for ; Mon, 28 Dec 2015 22:12:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id E545B8BCB0 for ; Mon, 28 Dec 2015 22:12:34 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id tBSMCRRN016387 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 28 Dec 2015 22:12:30 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1451340752; bh=Mgf4Xbq86avL4EQtycK8Eh4KBc1/lYGEgiSObq0kcBo=; h=From:To:Cc:Subject:Date; b=DgvmC9DcRd6w3q3cmNKiMwT6k9+2BhXqM6+UbvNJMWRnWRApgLUR+hiG99Gxj5StM oEB80oe9KqcIqxsFDloXPmssgw/6DAgWLM8/ds5s5wW65noOya44iv8ZqnJqmQP4ua L8XIdWo/BCt/REs+ty9hX7aMU+BEKjIzta7zos9I= Received: by asgard (sSMTP sendmail emulation); Mon, 28 Dec 2015 19:12:26 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 28 Dec 2015 19:12:26 -0300 Message-Id: <1451340746-28040-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] gettext: bump to version 0.19.7 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Gustavo Zacarias --- package/gettext/gettext.hash | 6 +++--- package/gettext/gettext.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/gettext/gettext.hash b/package/gettext/gettext.hash index 33fe515..3236fda 100644 --- a/package/gettext/gettext.hash +++ b/package/gettext/gettext.hash @@ -1,3 +1,3 @@ -# From https://lists.gnu.org/archive/html/info-gnu/2015-09/msg00003.html -md5 69d79254ee3b41df23f41c2f4fd720d9 gettext-0.19.6.tar.xz -sha1 6033a0f87246c510dda9bfd8b3b3c488c0853156 gettext-0.19.6.tar.xz +# From http://lists.gnu.org/archive/html/bug-gettext/2015-12/msg00019.html +md5 f81e50556da41b44c1d59ac93474dca5 gettext-0.19.7.tar.xz +sha1 4b2574b76d14c98270bf607a2a62f033524d8e8c gettext-0.19.7.tar.xz diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk index cb509f2..10034d6 100644 --- a/package/gettext/gettext.mk +++ b/package/gettext/gettext.mk @@ -4,7 +4,7 @@ # ################################################################################ -GETTEXT_VERSION = 0.19.6 +GETTEXT_VERSION = 0.19.7 GETTEXT_SITE = $(BR2_GNU_MIRROR)/gettext GETTEXT_SOURCE = gettext-$(GETTEXT_VERSION).tar.xz GETTEXT_INSTALL_STAGING = YES