aboutsummaryrefslogtreecommitdiff
path: root/net/wget/Makefile
Commit message (Collapse)AuthorAge
* wget: update to 1.24.5krant2024-04-13
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* wget: Update to 1.21.4Tianling Shen2023-10-04
| | | | | | Removed upstreamed patches and unneeded autoreconf. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* wget: use pcre2Leon M. Busch-George2023-08-14
| | | | | | | Pcre (1) is unmaintained and reached its end of life in 2021. The base system provides pcre2 exclusively since May. Signed-off-by: Leon M. Busch-George <leon@georgemail.eu>
* wget: apply upstream fix to avoid nettle linking in nosslHannu Nyman2022-12-11
| | | | | | | | | | | Replace my own patch with the upstream solution, which they issued in response to my bug report. (Two patches as they overlooked something on the first try. Reference to https://savannah.gnu.org/bugs/index.php?63431 ) The nettle lib evaluation is now conditional to not having "--disable-ntlm". Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* wget: update to 1.21.3Hannu Nyman2022-11-29
| | | | | | | | | | | | | | | Update wget to 1.21.3 * Remove patch 100-fix-hsts-time.patch as upstream has issued its own version on the fixes * Add a hack (and fixup autoreconf) to fix an upstream bug that forces the nettle library into nossl even if NTLM is disabled. Upstream bug filed: https://savannah.gnu.org/bugs/?63431 * Remove old maintainer who has not been active Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Revert "wget: update to 1.21.3"Josef Schlehofer2022-10-14
| | | | | | | | | | | | With the newer wget version, wget-nossl can not be compiled due to missing library, so let's revert it. Package wget-nossl is missing dependencies for the following libraries: libnettle.so.8 This reverts commit 5075f5b7010617ba916f251b418ef7c79b760b0a. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* wget: update to 1.21.3Nick Hainke2022-10-13
| | | | | | | | | | | Release Notes: https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00017.html Remove the patch "100-fix-sts-time". This patch was replaced upstream by several other fixes, see: https://git.savannah.gnu.org/cgit/wget.git/log/src/hsts.c Signed-off-by: Nick Hainke <vincent@systemli.org>
* wget: update to 1.21.2Huangbin Zhan2021-11-12
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* wget: fix hsts timeHuangbin Zhan2021-11-12
| | | | | | `time_t` on musl 1.2 is 64bit, while `long` is 32 bit. we will always get zero time with the original source on mips big endian. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* wget: update to 1.21.1Rosen Penev2021-01-26
| | | | | | | | Use PKG_INSTALL for consistency between packages. Use PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wget: fix buildHuangbin Zhan2020-12-23
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* wget: rename wget to wget-sslKarel Kočí2020-12-22
| | | | | | | | | The idea behind this is to prevent confusion between "virtual" package wget and real one. Wget is provided by not just wget packages but also by uclient-fetch so technically it is better to threat wget as virtual package. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* treewide: move binary of alternatives to libexec, rename as suggestedHuangbin Zhan2020-10-08
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* wget: make the ssl variant provides wget-sslYousong Zhou2020-04-14
| | | | | | | | | | | | | | | | | | | | | This is to address the need for specifying dependency on a wget implementation with ssl support. Now we have a game of names for opkg 1. uclient-fetch: minimal version by openwrt project 2. wget-nossl: gnu wget w/o ssl support 3. wget-ssl: for the moment since this commit, gnu wget w/ ssl support 4. wget: uclient-fetch, wget-nossl, or wget-ssl 5. gnu-wget: wget-nossl or wget-ssl By the time we provide some dummy package like uclient-fetch-ssl and make it also provide wget-ssl, I guess by then we will also need gnu-wget-ssl... Ref: https://github.com/openwrt/packages/issues/11534 Ref: https://github.com/openwrt/packages/pull/9941 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* wget: do not provide itselfKarel Kočí2019-12-18
| | | | | | | | | The package wget should not say that it provides itself. This also make gnu-wget provide general so it is not written in Makefile twice. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* wget: provides gnu-wgetYousong Zhou2019-09-09
| | | | | | | | So that packages like acme requiring features from it can depend on it explicitly, not the more basic "wget" which is also provided by "uclient-fetch" Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* wget: add cpe-idJan Pavlinec2019-04-09
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* wget: update to 1.20.3Peter Wagner2019-04-08
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: remove softlinksPeter Wagner2019-01-15
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: use ALTERNATIVESPeter Wagner2019-01-14
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev2019-01-11
| | | | | | | The configure script uses a deprecated function to check for libssl. I tried patching configure.ac and adding PKG_FIXUP:=autoreconf but that causes a different error. This is the simplest fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wget: update to 1.20.1Peter Wagner2018-12-30
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: disable libpcre2Eneas U de Queiroz2018-12-06
| | | | | | libpcre2 is picked over libpcre by wget's configure Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* wget: update to 1.20Peter Wagner2018-12-03
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: Backport patch removing the need for ENGINE support in OpenSSLRosen Penev2018-11-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wget: Disable libpsl to fix builds on buildbotsDaniel Engberg2018-07-24
| | | | | | | | | | | | Disable libpsl to fix dependency issue on buildbots http://downloads.lede-project.org/snapshots/faillogs/arm_cortex-a9_neon/packages/wget/ssl/compile.txt "... Package wget is missing dependencies for the following libraries: libpsl.so.5" Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* wget: update to 1.19.5Peter Wagner2018-05-13
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: set myself as maintainerPeter Wagner2017-11-01
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: fix update to 1.19.2 for buildbotHannu Nyman2017-10-30
| | | | | | | | | Disable linkage to libunistring with a hack: advice configure to use included libunistring when there is actually none. This avoids libunistring detection in buildbot the the need for dependency. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* wget: update to 1.19.2Peter Wagner2017-10-29
| | | | | | | | Fixes: CVE-2017-13089, CVE-2017-13090 switch to gz as there is no xz tarball for 1.19.2 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: Revert update to 1.19.1Hannu Nyman2017-09-19
| | | | | | | | revert the update as the new wget version links to libunistring that is a rather large library. Better to revert the update now in order to fix buildbot and then look into solutions. signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* wget: try to fix libunistring dependencyHannu Nyman2017-09-18
| | | | | | | | | | | | | | | | | wget 1.91.1 configure script tries to link libunistring if that is found. That lib is rather large and is not that essential for normal operations, so instead of depending on that, try to avoid linking it. Revert an upstream commit that removed the clearance of libunistring data in case IRI is explicitly disabled (like we have it). Reference to upstream commits: http://git.savannah.gnu.org/cgit/wget.git/commit/?id=00ae9b4ee2caa6640776e9777e7ef5a374d082c0 http://git.savannah.gnu.org/cgit/wget.git/commit/?id=990f3d67d340d226bbd4187f5d310a4d2bf2bfe4 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* wget: update to 1.19.1Hannu Nyman2017-09-16
| | | | | | Update wget to 1.19.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #2729 from cshore/pull-request-wget-fix-symlink-issueHannu Nyman2016-09-03
|\ | | | | net/wget: Remove use broken use of postrm/postinst symlinks
| * net/wget: Remove use broken use of symlinks to /usr/bin/wgetDaniel Dickinson2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postrm/postinst symlink mangling is frowned upon by trunk devs, in addition to packages modifying the files as other packages during installation/removal (without a agreed upon mechanism for coordinating such changes) is prohibited in most distros. Further in this case results in wget-ssl failing to conflict with wget-nossl. As mentioned in the github issue regarding this (https://github.com/openwrt/packages/issues/2728) it is also unnessary in current openwrt/lede. This patch there makes the symlink from the specific flavour of wget (e.g. wget-ssl) from /usr/bin/wget part of /install so that they conflict with each other the way they should, and do not modify the same files without a delibarate --force-overwrite. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* | wget: add missing zlib dependencyRussell Senior2016-07-24
|/ | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* wget: update to 1.18Maxim Storchak2016-06-13
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* wget: bump version to 1.17.1Hannu Nyman2015-12-15
| | | | | | | | | | | | | | | Update wget to version 1.17.1. Remove patches as they are included upstream. Changes in Wget 1.17.1 * Fix compile error when IPv6 is disabled or SSL is not present. * Fix HSTS memory leak. * Fix progress output in non-C locales. * Fix SIGSEGV when -N and --content-disposition are used together. * Add --check-certificate=quiet to tell wget to not print any warning about invalid certificates. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* wget: backport upstream fix to re-enable disabling ipv6Hannu Nyman2015-11-26
| | | | | | | | Upstream wget 1.17 compilation breaks with --disable-ipv6 configuration. Backport an upstream commit that fixes the disabling of ipv6 in wget. http://git.savannah.gnu.org/cgit/wget.git/commit/?id=2cfcadf5e6d5c444765aa460915ae27109a8dbce Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* wget: fix nossl variant in 1.17Hannu Nyman2015-11-26
| | | | | | | | wget-nossl variant for wget 1.17 is broken in upstream. Copy a patch from upstream mailing list to fix compilation. http://lists.gnu.org/archive/html/bug-wget/2015-11/msg00074.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* wget: update to version 1.17Hannu Nyman2015-11-21
| | | | | | | | Update wget to 1.17. Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=8410 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* wget: update to 1.16.3Maxim Storchak2015-03-28
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* wget: update to 1.16.2Maxim Storchak2015-03-02
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* wget: add license fileMaxim Storchak2014-12-14
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* wget: update to 1.16.1Peter Wagner2014-12-11
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* wget: update to v1.16Jo-Philipp Wich2014-10-29
| | | | | | | | | | The update fixes CVE-2014-4877 which allows malicious FTP servers to modify local filesystem contents through specificially crafted symlinks. Please backport to for-14.07 too. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, ↵Maxim Storchak2014-08-09
| | | | | | haserl, smartmontools, tmux Signed-off-by: Maxim Storchak <m.storchak@gmail.com>