From patchwork Mon Jan 29 13:18:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 867128 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zVVT65vvFz9s7n for ; Tue, 30 Jan 2018 00:18:50 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D28B9876AB; Mon, 29 Jan 2018 13:18:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2KyDuWTEyYQG; Mon, 29 Jan 2018 13:18:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CD0DA8769F; Mon, 29 Jan 2018 13:18:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 3044F1C27B5 for ; Mon, 29 Jan 2018 13:18:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2CEE72E55A for ; Mon, 29 Jan 2018 13:18:45 +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 pP68H3DzHVZA for ; Mon, 29 Jan 2018 13:18:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.141]) by silver.osuosl.org (Postfix) with ESMTPS id 7CE582E4BC for ; Mon, 29 Jan 2018 13:18:43 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C667320DE2 for ; Mon, 29 Jan 2018 14:18:40 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3zVVSv6BL9z9rxS for ; Mon, 29 Jan 2018 14:18:39 +0100 (CET) Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 80hd4K4ilepu; Mon, 29 Jan 2018 14:18:38 +0100 (CET) Received: from hp.lintech.bln (business-90-187-64-85.pool2.vodafone-ip.de [90.187.64.85]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Mon, 29 Jan 2018 14:18:38 +0100 (CET) From: =?utf-8?q?J=C3=B6rg_Krause?= To: buildroot@buildroot.org Date: Mon, 29 Jan 2018 14:18:32 +0100 Message-Id: <20180129131832.14055-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.16.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] augeas: bump to version 1.10.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Remove upstream patches included in the version bump. Signed-off-by: Jörg Krause --- ...missing-trailing-backslash-for-dump-LDADD.patch | 25 ---------------- ...efile-do-not-force-static-linking-of-dump.patch | 33 ---------------------- package/augeas/augeas.hash | 4 +-- package/augeas/augeas.mk | 2 +- 4 files changed, 3 insertions(+), 61 deletions(-) delete mode 100644 package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch delete mode 100644 package/augeas/0002-examples-Makefile-do-not-force-static-linking-of-dump.patch diff --git a/package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch b/package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch deleted file mode 100644 index 82d7c892be..0000000000 --- a/package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d506cf6c1567cbb0a762c04d9354ab1694a5ac05 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?J=C3=B6rg=20Krause?= -Date: Mon, 11 Dec 2017 23:33:08 +0100 -Subject: [PATCH] Update Makefile.am - -Add missing trailing backslash for `dump_LDADD`. - -Backported from: d506cf6c1567cbb0a762c04d9354ab1694a5ac05 - -Signed-off-by: Jörg Krause ---- - examples/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/examples/Makefile.am b/examples/Makefile.am -index 66ebcdf2..a19597bf 100644 ---- a/examples/Makefile.am -+++ b/examples/Makefile.am -@@ -13,5 +13,5 @@ fadot_LDADD = $(top_builddir)/src/libfa.la $(GNULIB) - - dump_sources = dump.c - dump_LDFLAGS = -static --dump_LDADD = $(top_builddir)/src/libaugeas.la $(top_builddir)/src/libfa.la -+dump_LDADD = $(top_builddir)/src/libaugeas.la $(top_builddir)/src/libfa.la \ - $(GNULIB) diff --git a/package/augeas/0002-examples-Makefile-do-not-force-static-linking-of-dump.patch b/package/augeas/0002-examples-Makefile-do-not-force-static-linking-of-dump.patch deleted file mode 100644 index fe83fa7af6..0000000000 --- a/package/augeas/0002-examples-Makefile-do-not-force-static-linking-of-dump.patch +++ /dev/null @@ -1,33 +0,0 @@ -From c50b793f6ab17c192e048b4a06421be7c6381998 Mon Sep 17 00:00:00 2001 -From: David Lutterkort -Date: Fri, 5 Jan 2018 14:48:15 -0800 -Subject: [PATCH] * examples/Makefile.am: do not force static linking of dump -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Forcing static linking of 'dump' was accidentally left in from some -testing; there is no reason to force that specifically for dump. - -Thanks to Jörg Krause for reporting the issue and verifying the fix. - -Fixes https://github.com/hercules-team/augeas/issues/535 - -Backported from: c50b793f6ab17c192e048b4a06421be7c6381998 - -Signed-off-by: Jörg Krause ---- - examples/Makefile.am | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/examples/Makefile.am b/examples/Makefile.am -index a19597bf..928eb517 100644 ---- a/examples/Makefile.am -+++ b/examples/Makefile.am -@@ -12,6 +12,5 @@ fadot_SOURCES = fadot.c - fadot_LDADD = $(top_builddir)/src/libfa.la $(GNULIB) - - dump_sources = dump.c --dump_LDFLAGS = -static - dump_LDADD = $(top_builddir)/src/libaugeas.la $(top_builddir)/src/libfa.la \ - $(GNULIB) diff --git a/package/augeas/augeas.hash b/package/augeas/augeas.hash index a256686983..46b99dd8fe 100644 --- a/package/augeas/augeas.hash +++ b/package/augeas/augeas.hash @@ -1,4 +1,4 @@ # Locally calculated after checking pgp signature from -# http://download.augeas.net/augeas-1.9.0.tar.gz.sig -sha256 2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343 augeas-1.9.0.tar.gz +# http://download.augeas.net/augeas-1.10.1.tar.gz.sig +sha256 52db256afab261d31cc147eaa1a71795a5fec59e888dfd0b65a84c7aacd6364d augeas-1.10.1.tar.gz sha256 ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532 COPYING diff --git a/package/augeas/augeas.mk b/package/augeas/augeas.mk index 8a7f38ede4..c4b8b7e6c2 100644 --- a/package/augeas/augeas.mk +++ b/package/augeas/augeas.mk @@ -4,7 +4,7 @@ # ################################################################################ -AUGEAS_VERSION = 1.9.0 +AUGEAS_VERSION = 1.10.1 AUGEAS_SITE = http://download.augeas.net AUGEAS_INSTALL_STAGING = YES AUGEAS_LICENSE = LGPL-2.1+