* [Buildroot] [PATCH] package/pps-tools: bump version to fix usage without bash
@ 2018-12-03 13:03 Thomas Petazzoni
2018-12-06 21:07 ` Thomas Petazzoni
2018-12-16 15:06 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-12-03 13:03 UTC (permalink / raw)
To: buildroot
As report in bug #11426, the ppsfind shell script uses /bin/bash, but
the Buildroot pps-tools package doesn't depend on bash. In fact,
upstream has fixed the problem, and the script can now be used with a
POSIX shell, and the shebang is /bin/sh.
This commit therefore bumps pps-tools to the latest upstream commit,
which is precisely this fix.
Fixes bug #11426.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/pps-tools/pps-tools.hash | 2 +-
package/pps-tools/pps-tools.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/pps-tools/pps-tools.hash b/package/pps-tools/pps-tools.hash
index da7bce45bf..1e54c29463 100644
--- a/package/pps-tools/pps-tools.hash
+++ b/package/pps-tools/pps-tools.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 eee0a76118cf11d94f575ee43804a6991379f2c734b400ba01ac4811d0498e97 pps-tools-47333f24af878f67ce48022e8af16419713aa1ac.tar.gz
+sha256 1168f1474235017af413afdb07288303ad7a7b12a0282f3bf9ed0e22fe0d7d2e pps-tools-e2b25049df9a4da28168b7378016f1650d0dfa6b.tar.gz
diff --git a/package/pps-tools/pps-tools.mk b/package/pps-tools/pps-tools.mk
index 37bb7e1f8c..2d82cf7dad 100644
--- a/package/pps-tools/pps-tools.mk
+++ b/package/pps-tools/pps-tools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PPS_TOOLS_VERSION = 47333f24af878f67ce48022e8af16419713aa1ac
+PPS_TOOLS_VERSION = e2b25049df9a4da28168b7378016f1650d0dfa6b
PPS_TOOLS_SITE = $(call github,ago,pps-tools,$(PPS_TOOLS_VERSION))
PPS_TOOLS_INSTALL_STAGING = YES
PPS_TOOLS_LICENSE = GPL-2.0+
--
2.19.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/pps-tools: bump version to fix usage without bash
2018-12-03 13:03 [Buildroot] [PATCH] package/pps-tools: bump version to fix usage without bash Thomas Petazzoni
@ 2018-12-06 21:07 ` Thomas Petazzoni
2018-12-16 15:06 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-12-06 21:07 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 3 Dec 2018 14:03:54 +0100, Thomas Petazzoni wrote:
> As report in bug #11426, the ppsfind shell script uses /bin/bash, but
> the Buildroot pps-tools package doesn't depend on bash. In fact,
> upstream has fixed the problem, and the script can now be used with a
> POSIX shell, and the shebang is /bin/sh.
>
> This commit therefore bumps pps-tools to the latest upstream commit,
> which is precisely this fix.
>
> Fixes bug #11426.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
> package/pps-tools/pps-tools.hash | 2 +-
> package/pps-tools/pps-tools.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/pps-tools: bump version to fix usage without bash
2018-12-03 13:03 [Buildroot] [PATCH] package/pps-tools: bump version to fix usage without bash Thomas Petazzoni
2018-12-06 21:07 ` Thomas Petazzoni
@ 2018-12-16 15:06 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-12-16 15:06 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:
> As report in bug #11426, the ppsfind shell script uses /bin/bash, but
> the Buildroot pps-tools package doesn't depend on bash. In fact,
> upstream has fixed the problem, and the script can now be used with a
> POSIX shell, and the shebang is /bin/sh.
> This commit therefore bumps pps-tools to the latest upstream commit,
> which is precisely this fix.
> Fixes bug #11426.
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Committed to 2018.02.x, 2018.08.x and 2018.11.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-12-16 15:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-03 13:03 [Buildroot] [PATCH] package/pps-tools: bump version to fix usage without bash Thomas Petazzoni
2018-12-06 21:07 ` Thomas Petazzoni
2018-12-16 15:06 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox