From patchwork Sat Aug 27 07:35:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 663290 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]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sLqT76wJ6z9snm for ; Sat, 27 Aug 2016 17:35:39 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 63FA08AED0; Sat, 27 Aug 2016 07:35:37 +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 8k7LR8gvo6yZ; Sat, 27 Aug 2016 07:35:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5EF578AA15; Sat, 27 Aug 2016 07:35:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id B674F1C44CC for ; Sat, 27 Aug 2016 07:35:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B12F08AA15 for ; Sat, 27 Aug 2016 07:35:33 +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 OjdzL7jMq95Y for ; Sat, 27 Aug 2016 07:35:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by hemlock.osuosl.org (Postfix) with ESMTPS id B126A8A9AE for ; Sat, 27 Aug 2016 07:35:31 +0000 (UTC) Received: from fwd26.aul.t-online.de (fwd26.aul.t-online.de [172.20.26.131]) by mailout01.t-online.de (Postfix) with SMTP id 1236A421D893 for ; Sat, 27 Aug 2016 09:35:29 +0200 (CEST) Received: from fli4l.lan.fli4l (r3YgGQZL8ht+grLkW9WfQ0+icIGiKIRUuoiRpEkGiLJ8i3K20PdA9zGhOE0danDgm4@[84.191.218.244]) by fwd26.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1bdY97-2JEHPk0; Sat, 27 Aug 2016 09:35:17 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:35090 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1bdY92-0002NE-HG; Sat, 27 Aug 2016 09:35:17 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 27 Aug 2016 09:35:11 +0200 Message-Id: <20160827073511.29612-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.9.3 X-ID: r3YgGQZL8ht+grLkW9WfQ0+icIGiKIRUuoiRpEkGiLJ8i3K20PdA9zGhOE0danDgm4 X-TOI-MSGID: 2e6e006c-c59c-4741-8e3d-413b403a1f21 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH/next 1/1] package/unixodbc: bump version to 2.3.4 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: Bernd Kuhls --- package/unixodbc/unixodbc.hash | 6 ++++-- package/unixodbc/unixodbc.mk | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package/unixodbc/unixodbc.hash b/package/unixodbc/unixodbc.hash index a5c2d11..e99169c 100644 --- a/package/unixodbc/unixodbc.hash +++ b/package/unixodbc/unixodbc.hash @@ -1,2 +1,4 @@ -# From ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.2.tar.gz.md5 -md5 5e4528851eda5d3d4aed249b669bd05b unixODBC-2.3.2.tar.gz +# From ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.4.tar.gz.md5 +md5 bd25d261ca1808c947cb687e2034be81 unixODBC-2.3.4.tar.gz +# Locally computed +sha256 2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 unixODBC-2.3.4.tar.gz diff --git a/package/unixodbc/unixodbc.mk b/package/unixodbc/unixodbc.mk index 067c1ca..f66daab 100644 --- a/package/unixodbc/unixodbc.mk +++ b/package/unixodbc/unixodbc.mk @@ -4,7 +4,7 @@ # ################################################################################ -UNIXODBC_VERSION = 2.3.2 +UNIXODBC_VERSION = 2.3.4 UNIXODBC_SOURCE = unixODBC-$(UNIXODBC_VERSION).tar.gz UNIXODBC_SITE = ftp://ftp.unixodbc.org/pub/unixODBC UNIXODBC_INSTALL_STAGING = YES