diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-08-19 21:44:57 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-19 23:26:01 +0200 |
commit | 6210596b761511b62e132df79e0a6bf8ec61276e (patch) | |
tree | b1f046eb8c4bc5991b307cca60559eaee2920547 /package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch | |
parent | 68ee820ddeefa7f8477dd70f302f099a224884bb (diff) | |
download | buildroot-6210596b761511b62e132df79e0a6bf8ec61276e.tar.gz buildroot-6210596b761511b62e132df79e0a6bf8ec61276e.zip |
package/shellinabox: bump version to 2.20
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>
Diffstat (limited to 'package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch')
-rw-r--r-- | package/shellinabox/0002-launcher.c-include-sys-ttydefaults.h.patch | 27 |
1 files changed, 0 insertions, 27 deletions
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 - |