From c279683f3e77965a9d500d44065450a1c989711f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sat, 19 Oct 2019 10:39:31 +0000 Subject: vars/build.vars:dropbear: updated to v2019.78 (via Redfoxmoon.) patches/dropbear{,_minipix}-2017.75.local.patch: removes obsolete patch (via Redfoxmoon.) --- patches/dropbear-2017.75.local.patch | 83 ---------------------------- patches/dropbear_minipix-2017.75.local.patch | 1 - 2 files changed, 84 deletions(-) delete mode 100644 patches/dropbear-2017.75.local.patch delete mode 120000 patches/dropbear_minipix-2017.75.local.patch (limited to 'patches') diff --git a/patches/dropbear-2017.75.local.patch b/patches/dropbear-2017.75.local.patch deleted file mode 100644 index 8f8f7b1b..00000000 --- a/patches/dropbear-2017.75.local.patch +++ /dev/null @@ -1,83 +0,0 @@ -diff -ru dropbear-2017.75.orig/configure dropbear-2017.75/configure ---- dropbear-2017.75.orig/configure 2017-05-18 16:47:03.000000000 +0200 -+++ dropbear-2017.75/configure 2017-08-23 17:34:07.708548199 +0200 -@@ -6793,20 +6793,22 @@ - - fi - -- --# Solaris needs ptmx --if test -z "$no_ptmx_check" ; then -- if test x"$cross_compiling" = x"no" ; then -- if test -e /dev/ptmx ; then -- -+#Why no config.cache checking?! - $as_echo "#define USE_DEV_PTMX /**/" >>confdefs.h - -- fi -- else -- { $as_echo "$as_me:${as_lineno-$LINENO}: Not checking for /dev/ptmx, we're cross-compiling" >&5 --$as_echo "$as_me: Not checking for /dev/ptmx, we're cross-compiling" >&6;} -- fi --fi -+# Solaris needs ptmx -+#if test -z "$no_ptmx_check" ; then -+# if test x"$cross_compiling" = x"no" ; then -+# if test -e /dev/ptmx ; then -+# -+#$as_echo "#define USE_DEV_PTMX /**/" >>confdefs.h -+# -+# fi -+# else -+# { $as_echo "$as_me:${as_lineno-$LINENO}: Not checking for /dev/ptmx, we're cross-compiling" >&5 -+#$as_echo "$as_me: Not checking for /dev/ptmx, we're cross-compiling" >&6;} -+# fi -+#fi - - if test -z "$no_ptc_check" ; then - if test x"$cross_compiling" = x"no" ; then -diff -ru dropbear-2017.75.orig/includes.h dropbear-2017.75/includes.h ---- dropbear-2017.75.orig/includes.h 2017-05-18 16:47:02.000000000 +0200 -+++ dropbear-2017.75/includes.h 2017-08-23 17:23:59.379752797 +0200 -@@ -156,7 +156,7 @@ - typedef u_int32_t uint32_t; - #endif /* HAVE_UINT32_T */ - --#ifdef SO_PRIORITY -+#if defined(SO_PRIORITY) && !defined(__midipix__) - #include - #include - #endif -diff -ru dropbear-2017.75.orig/netio.c dropbear-2017.75/netio.c ---- dropbear-2017.75.orig/netio.c 2017-05-18 16:47:02.000000000 +0200 -+++ dropbear-2017.75/netio.c 2017-08-23 17:25:34.759249812 +0200 -@@ -333,7 +333,7 @@ - } - #endif - --#ifdef SO_PRIORITY -+#if defined(SO_PRIORITY) && !defined(__midipix__) - if (prio == DROPBEAR_PRIO_LOWDELAY) { - so_prio_val = TC_PRIO_INTERACTIVE; - } else if (prio == DROPBEAR_PRIO_BULK) { -diff -ru dropbear-2017.75.orig/options.h dropbear-2017.75/options.h ---- dropbear-2017.75.orig/options.h 2017-05-18 16:47:02.000000000 +0200 -+++ dropbear-2017.75/options.h 2017-08-23 17:27:15.962716376 +0200 -@@ -52,7 +52,7 @@ - several kB in binary size however will make the symmetrical ciphers and hashes - slower, perhaps by 50%. Recommended for small systems that aren't doing - much traffic. */ --#define DROPBEAR_SMALL_CODE -+/*#define DROPBEAR_SMALL_CODE*/ /* NO! */ - - /* Enable X11 Forwarding - server only */ - #define ENABLE_X11FWD -@@ -347,7 +347,7 @@ - #define DEFAULT_IDLE_TIMEOUT 0 - - /* The default path. This will often get replaced by the shell */ --#define DEFAULT_PATH "/usr/bin:/bin" -+#define DEFAULT_PATH "/bin" - - /* Some other defines (that mostly should be left alone) are defined - * in sysoptions.h */ diff --git a/patches/dropbear_minipix-2017.75.local.patch b/patches/dropbear_minipix-2017.75.local.patch deleted file mode 120000 index a97ec743..00000000 --- a/patches/dropbear_minipix-2017.75.local.patch +++ /dev/null @@ -1 +0,0 @@ -dropbear-2017.75.local.patch \ No newline at end of file -- cgit v1.2.3