summaryrefslogtreecommitdiff
path: root/data/wget
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-08-15 10:58:02 -1000
committerSam Bingner <sam@bingner.com>2018-08-15 10:58:02 -1000
commit39b0b655db9df5958c6baa47e76d82ca063c274f (patch)
tree9df9df2c8cdf7c60c4575dc9f2f3c3e29c684d71 /data/wget
parentd4dd626a4c2a2156cdc6faefa0d7e6f6bff301d7 (diff)
Update wget to 1.19.5
Diffstat (limited to 'data/wget')
l---------data/wget/_metadata/maintainer2
-rw-r--r--data/wget/_metadata/version2
-rw-r--r--data/wget/make.sh2
-rw-r--r--data/wget/mdns.diff25
-rw-r--r--data/wget/wget-1.16.tar.gzbin3325041 -> 0 bytes
-rw-r--r--data/wget/wget-1.19.5.tar.xzbin0 -> 2227984 bytes
6 files changed, 3 insertions, 28 deletions
diff --git a/data/wget/_metadata/maintainer b/data/wget/_metadata/maintainer
index 0fa66e077..573d7ebef 120000
--- a/data/wget/_metadata/maintainer
+++ b/data/wget/_metadata/maintainer
@@ -1 +1 @@
-../../../people/saurik \ No newline at end of file
+../../../people/sbingner \ No newline at end of file
diff --git a/data/wget/_metadata/version b/data/wget/_metadata/version
index e71519696..83d5e73f0 100644
--- a/data/wget/_metadata/version
+++ b/data/wget/_metadata/version
@@ -1 +1 @@
-1.16
+1.19.5
diff --git a/data/wget/make.sh b/data/wget/make.sh
index 27669d45c..0c19dae88 100644
--- a/data/wget/make.sh
+++ b/data/wget/make.sh
@@ -1,4 +1,4 @@
pkg:setup
-pkg:configure --with-ssl=openssl --with-libssl-prefix="$(PKG_DEST_ openssl)"
+pkg:configure --with-ssl=openssl --with-libssl-prefix="$(PKG_DEST_ openssl)" --without-libpsl gl_cv_func_unlink_honors_slashes=yes
make
pkg:install
diff --git a/data/wget/mdns.diff b/data/wget/mdns.diff
deleted file mode 100644
index 2ca9bc131..000000000
--- a/data/wget/mdns.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ru wget-1.9.1/src/main.c wget-1.9.1+iPhone/src/main.c
---- wget-1.9.1/src/main.c 2003-10-11 13:57:11.000000000 +0000
-+++ wget-1.9.1+iPhone/src/main.c 2008-01-30 17:24:39.000000000 +0000
-@@ -1,3 +1,5 @@
-+#include <mach-o/nlist.h>
-+
- /* Command line parsing.
- Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002
- Free Software Foundation, Inc.
-@@ -267,6 +269,15 @@
- int
- main (int argc, char *const *argv)
- {
-+#if !defined(__ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__) || __ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__ < 10200
-+ struct nlist nl[2];
-+ memset(nl, 0, sizeof(nl));
-+ nl[0].n_un.n_name = (char *) "_useMDNSResponder";
-+ nlist("/usr/lib/libc.dylib", nl);
-+ if (nl[0].n_type != N_UNDF)
-+ *(int *) nl[0].n_value = 0;
-+#endif
-+
- char **url, **t;
- int i, c, nurl, status, append_to_log;
-
diff --git a/data/wget/wget-1.16.tar.gz b/data/wget/wget-1.16.tar.gz
deleted file mode 100644
index 0a745d9b2..000000000
--- a/data/wget/wget-1.16.tar.gz
+++ /dev/null
Binary files differ
diff --git a/data/wget/wget-1.19.5.tar.xz b/data/wget/wget-1.19.5.tar.xz
new file mode 100644
index 000000000..8c5eeac05
--- /dev/null
+++ b/data/wget/wget-1.19.5.tar.xz
Binary files differ