elinks: update to 0.14.3
This commit is contained in:
parent
b08b9d694f
commit
53e2e4e50a
@ -1,12 +1,12 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://elinks.or.cz
|
TERMUX_PKG_HOMEPAGE=https://github.com/rkd77/elinks
|
||||||
TERMUX_PKG_DESCRIPTION="Full-Featured Text WWW Browser"
|
TERMUX_PKG_DESCRIPTION="Full-Featured Text WWW Browser"
|
||||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||||
TERMUX_PKG_MAINTAINER="@termux"
|
TERMUX_PKG_MAINTAINER="@termux"
|
||||||
TERMUX_PKG_VERSION=0.13.GIT
|
TERMUX_PKG_VERSION=0.14.3
|
||||||
TERMUX_PKG_REVISION=7
|
TERMUX_PKG_SRCURL=https://github.com/rkd77/elinks/releases/download/v${TERMUX_PKG_VERSION}/elinks-${TERMUX_PKG_VERSION}.tar.xz
|
||||||
TERMUX_PKG_SRCURL=https://github.com/termux/distfiles/releases/download/2021.01.04/elinks-v${TERMUX_PKG_VERSION}.tar.gz
|
TERMUX_PKG_SHA256=2d11b196e4ddf7b4c336f7f406746e65694f5e33d47b4751f5bfe705dcac6dcd
|
||||||
TERMUX_PKG_SHA256=4e5000ee0d2fe3f18515946872d9c95123942c8a20e8a50cf24db2f17967cdf9
|
|
||||||
TERMUX_PKG_DEPENDS="libexpat, libiconv, libidn, openssl, libbz2, zlib"
|
TERMUX_PKG_DEPENDS="libexpat, libiconv, libidn, openssl, libbz2, zlib"
|
||||||
|
TERMUX_PKG_AUTO_UPDATE=true
|
||||||
|
|
||||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||||
--enable-256-colors
|
--enable-256-colors
|
||||||
@ -14,11 +14,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|||||||
--mandir=$TERMUX_PREFIX/share/man
|
--mandir=$TERMUX_PREFIX/share/man
|
||||||
--with-openssl
|
--with-openssl
|
||||||
--without-brotli
|
--without-brotli
|
||||||
|
--without-zstd
|
||||||
--without-gc
|
--without-gc
|
||||||
"
|
"
|
||||||
|
|
||||||
TERMUX_MAKE_PROCESSES=1
|
TERMUX_MAKE_PROCESSES=1
|
||||||
|
|
||||||
termux_step_pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
diff --git a/contrib/proxy/gen.c b/contrib/proxy/gen.c
|
diff --git a/contrib/proxy/gen.c b/contrib/proxy/gen.c
|
||||||
index 6e7807ab..8b5b2b1a 100644
|
index dbd74c0..4c76bfe 100644
|
||||||
--- a/contrib/proxy/gen.c
|
--- a/contrib/proxy/gen.c
|
||||||
+++ b/contrib/proxy/gen.c
|
+++ b/contrib/proxy/gen.c
|
||||||
@@ -5,7 +5,7 @@
|
@@ -5,7 +5,7 @@
|
||||||
@ -15,13 +15,13 @@ index 6e7807ab..8b5b2b1a 100644
|
|||||||
} tab[100000]; /* should be enough */
|
} tab[100000]; /* should be enough */
|
||||||
|
|
||||||
unsigned char header[] =
|
unsigned char header[] =
|
||||||
-"#!/usr/bin/env python\n"
|
-"#!/usr/bin/env python3\n"
|
||||||
+"#!@TERMUX_PREFIX@/bin/env python\n"
|
+"#!@TERMUX_PREFIX@/usr/bin/env python3\n"
|
||||||
"import BaseHTTPServer\n\n";
|
"import http.server\n\n";
|
||||||
|
|
||||||
unsigned char footer[] =
|
unsigned char footer[] =
|
||||||
diff --git a/src/network/socket.c b/src/network/socket.c
|
diff --git a/src/network/socket.c b/src/network/socket.c
|
||||||
index 3426b681..480d7378 100644
|
index f43d4c6..363dfb7 100644
|
||||||
--- a/src/network/socket.c
|
--- a/src/network/socket.c
|
||||||
+++ b/src/network/socket.c
|
+++ b/src/network/socket.c
|
||||||
@@ -83,7 +83,7 @@ static INIT_LIST_OF(struct socket_weak_ref, socket_weak_refs);
|
@@ -83,7 +83,7 @@ static INIT_LIST_OF(struct socket_weak_ref, socket_weak_refs);
|
||||||
@ -34,7 +34,7 @@ index 3426b681..480d7378 100644
|
|||||||
static void
|
static void
|
||||||
debug_transfer_log(unsigned char *data, int len)
|
debug_transfer_log(unsigned char *data, int len)
|
||||||
diff --git a/src/osdep/unix/sysinfo.h b/src/osdep/unix/sysinfo.h
|
diff --git a/src/osdep/unix/sysinfo.h b/src/osdep/unix/sysinfo.h
|
||||||
index 7b4ef587..d2653d87 100644
|
index 7b0c205..8292549 100644
|
||||||
--- a/src/osdep/unix/sysinfo.h
|
--- a/src/osdep/unix/sysinfo.h
|
||||||
+++ b/src/osdep/unix/sysinfo.h
|
+++ b/src/osdep/unix/sysinfo.h
|
||||||
@@ -6,7 +6,7 @@
|
@@ -6,7 +6,7 @@
|
||||||
@ -45,9 +45,9 @@ index 7b4ef587..d2653d87 100644
|
|||||||
+#define DEFAULT_SHELL "@TERMUX_PREFIX@/bin/sh"
|
+#define DEFAULT_SHELL "@TERMUX_PREFIX@/bin/sh"
|
||||||
#define GETSHELL getenv("SHELL")
|
#define GETSHELL getenv("SHELL")
|
||||||
|
|
||||||
static inline int dir_sep(char x) { return x == '/'; }
|
#ifdef __cplusplus
|
||||||
diff --git a/src/protocol/file/mailcap.c b/src/protocol/file/mailcap.c
|
diff --git a/src/protocol/file/mailcap.c b/src/protocol/file/mailcap.c
|
||||||
index 24b47025..06eff352 100644
|
index 24b4702..aff5490 100644
|
||||||
--- a/src/protocol/file/mailcap.c
|
--- a/src/protocol/file/mailcap.c
|
||||||
+++ b/src/protocol/file/mailcap.c
|
+++ b/src/protocol/file/mailcap.c
|
||||||
@@ -110,7 +110,7 @@ mailcap_protocol_handler(struct connection *conn)
|
@@ -110,7 +110,7 @@ mailcap_protocol_handler(struct connection *conn)
|
||||||
@ -60,7 +60,7 @@ index 24b47025..06eff352 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
diff --git a/src/session/download.c b/src/session/download.c
|
diff --git a/src/session/download.c b/src/session/download.c
|
||||||
index 000bbe97..538f1715 100644
|
index c3ad1d7..dd8b417 100644
|
||||||
--- a/src/session/download.c
|
--- a/src/session/download.c
|
||||||
+++ b/src/session/download.c
|
+++ b/src/session/download.c
|
||||||
@@ -373,7 +373,7 @@ exec_mailcap_command(void *data)
|
@@ -373,7 +373,7 @@ exec_mailcap_command(void *data)
|
||||||
@ -72,7 +72,7 @@ index 000bbe97..538f1715 100644
|
|||||||
add_to_string(&string, exec_mailcap->file);
|
add_to_string(&string, exec_mailcap->file);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1067,7 +1067,7 @@ subst_file(unsigned char *prog, unsigned char *file)
|
@@ -1097,7 +1097,7 @@ subst_file(unsigned char *prog, unsigned char *file, unsigned char *uri)
|
||||||
struct string s;
|
struct string s;
|
||||||
|
|
||||||
if (init_string(&s)) {
|
if (init_string(&s)) {
|
||||||
@ -82,10 +82,10 @@ index 000bbe97..538f1715 100644
|
|||||||
add_to_string(&s, " | ");
|
add_to_string(&s, " | ");
|
||||||
add_string_to_string(&s, &name);
|
add_string_to_string(&s, &name);
|
||||||
diff --git a/src/setup.h b/src/setup.h
|
diff --git a/src/setup.h b/src/setup.h
|
||||||
index 572610f5..5b69de99 100644
|
index f859208..16ef0ef 100644
|
||||||
--- a/src/setup.h
|
--- a/src/setup.h
|
||||||
+++ b/src/setup.h
|
+++ b/src/setup.h
|
||||||
@@ -83,11 +83,11 @@
|
@@ -85,11 +85,11 @@
|
||||||
|
|
||||||
/* Default mime settings */
|
/* Default mime settings */
|
||||||
#define DEFAULT_MIME_TYPE "application/octet-stream"
|
#define DEFAULT_MIME_TYPE "application/octet-stream"
|
||||||
@ -103,7 +103,7 @@ index 572610f5..5b69de99 100644
|
|||||||
/* Default external commands (see osdep/newwin.c and/or system-specific osdep/
|
/* Default external commands (see osdep/newwin.c and/or system-specific osdep/
|
||||||
* files) */
|
* files) */
|
||||||
diff --git a/src/util/file.c b/src/util/file.c
|
diff --git a/src/util/file.c b/src/util/file.c
|
||||||
index 90882eed..cae9052e 100644
|
index 90882ee..b553e1e 100644
|
||||||
--- a/src/util/file.c
|
--- a/src/util/file.c
|
||||||
+++ b/src/util/file.c
|
+++ b/src/util/file.c
|
||||||
@@ -186,7 +186,7 @@ get_tempdir_filename(unsigned char *name)
|
@@ -186,7 +186,7 @@ get_tempdir_filename(unsigned char *name)
|
||||||
|
Loading…
Reference in New Issue
Block a user