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