* [Buildroot] [PATCH/next 1/1] package/shellinabox: bump version to 2.20
@ 2018-08-19 19:44 Bernd Kuhls
2018-08-19 21:26 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2018-08-19 19:44 UTC (permalink / raw)
To: buildroot
Removed patch 0002, applied upstream, which also added --disable-utmp
for musl:
https://github.com/shellinabox/shellinabox/commit/05b2d3630c48dc9bca678d8158fce486c583c26b
Added license hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
...launcher.c-include-sys-ttydefaults.h.patch | 27 -------------------
package/shellinabox/shellinabox.hash | 6 +++--
package/shellinabox/shellinabox.mk | 4 +--
3 files changed, 6 insertions(+), 31 deletions(-)
delete mode 100644 package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch
diff --git a/package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch b/package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch
deleted file mode 100644
index caa5456609..0000000000
--- a/package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From c8d9df500b1ca83ad6da9b6055549adaba6ee0d3 Mon Sep 17 00:00:00 2001
-From: Olivier Singla <olivier.singla@gmail.com>
-Date: Thu, 4 Aug 2016 22:05:08 +0200
-Subject: [PATCH] launcher.c: include <sys/ttydefaults.h>
-
-This include is needed to get the definition of TTYDEF_*.
-
-Signed-off-by: Olivier Singla <olivier.singla@gmail.com>
----
- shellinabox/launcher.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/shellinabox/launcher.c b/shellinabox/launcher.c
-index 2bac171..c8ba6cb 100644
---- a/shellinabox/launcher.c
-+++ b/shellinabox/launcher.c
-@@ -66,6 +66,7 @@
- #include <sys/types.h>
- #include <sys/wait.h>
- #include <sys/utsname.h>
-+#include <sys/ttydefaults.h>
- #include <termios.h>
- #include <unistd.h>
-
---
-2.7.4
-
diff --git a/package/shellinabox/shellinabox.hash b/package/shellinabox/shellinabox.hash
index 4bc110385a..6e19207066 100644
--- a/package/shellinabox/shellinabox.hash
+++ b/package/shellinabox/shellinabox.hash
@@ -1,2 +1,4 @@
-# Locally calculated after checking pgp signature
-sha256 d25ba9f72f04471fc1a8a564c65ef466c4553280ff3eeb365ed9c897d05ed2da shellinabox-v2.19.tar.gz
+# Locally calculated
+sha256 27a5ec6c3439f87aee238c47cc56e7357a6249e5ca9ed0f044f0057ef389d81e shellinabox-v2.20.tar.gz
+sha256 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362 COPYING
+sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 GPL-2
diff --git a/package/shellinabox/shellinabox.mk b/package/shellinabox/shellinabox.mk
index 1db62e609a..70db551e3c 100644
--- a/package/shellinabox/shellinabox.mk
+++ b/package/shellinabox/shellinabox.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SHELLINABOX_VERSION = v2.19
+SHELLINABOX_VERSION = v2.20
SHELLINABOX_SITE = $(call github,shellinabox,shellinabox,$(SHELLINABOX_VERSION))
SHELLINABOX_LICENSE = GPL-2.0 with OpenSSL exception
SHELLINABOX_LICENSE_FILES = COPYING GPL-2
@@ -23,7 +23,7 @@ SHELLINABOX_CONF_OPTS = \
# musl's implementation of utmpx is a dummy one, and some aspects of
# it cause build failures in shellinabox
ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
-SHELLINABOX_CONF_ENV += ac_cv_header_utmpx_h=no
+SHELLINABOX_CONF_OPTS += --disable-utmp
endif
$(eval $(autotools-package))
--
2.18.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH/next 1/1] package/shellinabox: bump version to 2.20
2018-08-19 19:44 [Buildroot] [PATCH/next 1/1] package/shellinabox: bump version to 2.20 Bernd Kuhls
@ 2018-08-19 21:26 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-19 21:26 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 19 Aug 2018 21:44:57 +0200, Bernd Kuhls wrote:
> Removed patch 0002, applied upstream, which also added --disable-utmp
> for musl:
> https://github.com/shellinabox/shellinabox/commit/05b2d3630c48dc9bca678d8158fce486c583c26b
>
> Added license hashes.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> ...launcher.c-include-sys-ttydefaults.h.patch | 27 -------------------
> package/shellinabox/shellinabox.hash | 6 +++--
> package/shellinabox/shellinabox.mk | 4 +--
> 3 files changed, 6 insertions(+), 31 deletions(-)
> delete mode 100644 package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-19 21:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-19 19:44 [Buildroot] [PATCH/next 1/1] package/shellinabox: bump version to 2.20 Bernd Kuhls
2018-08-19 21:26 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox