package/shellinabox: bump version to 2.20
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 19 Aug 2018 19:44:57 +0000 (21:44 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 19 Aug 2018 21:26:01 +0000 (23:26 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch [deleted file]
package/shellinabox/shellinabox.hash
package/shellinabox/shellinabox.mk

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 (file)
index caa5456..0000000
+++ /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
-
index 4bc110385ab2a6c0b25f2de28bc4b9a4beb2b002..6e1920706664244f3ade28feb49128596456432f 100644 (file)
@@ -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
index 1db62e609ae27dbbd2830b1bcd9693c562bfd92f..70db551e3cbb075211451c1788178a327224a245 100644 (file)
@@ -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))