aboutsummaryrefslogtreecommitdiff
path: root/net/wget
Commit message (Collapse)AuthorAge
* 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>
* wget: import from packagesMaxim Storchak2014-07-13
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>