./net/wget, Retrieve files from the net via HTTP and FTP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q1, Version: 1.20.3nb1, Package name: wget-1.20.3nb1, Maintainer: pkgsrc-users

Wget [formerly known as Geturl] is a freely available network utility
to retrieve files from the World Wide Web using HTTP and FTP, the two
most widely used Internet protocols. It works non-interactively, thus
enabling work in the background, after having logged off.

The recursive retrieval of HTML pages, as well as FTP sites is
supported -- you can use Wget to make mirrors of archives and home
pages, or traverse the web like a WWW robot (Wget understands
/robots.txt).


Required to run:
[www/libpsl] [devel/libidn2]

Required to build:
[pkgtools/cwrappers]

Package options: idn, inet6, openssl, psl

Master sites: (Expand)

SHA1: 021929778956b7d71cf5c4fd98b4c719b293088d
RMD160: 799ac821c7ffde9d2cb3007a6ce4114a66181ce6
Filesize: 2085.227 KB

Version history: (Expand)


CVS history: (Expand)


   2019-06-02 12:39:35 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket #5971 - requested by leot
net/wget: security patch

Revisions pulled up:
- net/wget/Makefile                                             1.147
- net/wget/distinfo                                             1.60
- net/wget/patches/patch-src_openssl.c                          1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	leot
   Date:		Sun May 26 18:10:49 UTC 2019

   Modified Files:
   	pkgsrc/net/wget: Makefile distinfo
   Added Files:
   	pkgsrc/net/wget/patches: patch-src_openssl.c

   Log message:
   wget: Fix https:// handling with OpenSSL 1.1.1

   Backport upstream commit 14e3712b8c39165219fa227bd11f6feae7b09a33
   to fix https:// handling when openssl.cnf file is not found.

   PKGREVISION++

   To generate a diff of this commit:
   cvs rdiff -u -r1.146 -r1.147 pkgsrc/net/wget/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/wget/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/net/wget/patches/patch-src_openssl.c
   2019-04-10 11:24:20 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5941 - requested by gutteridge
net/wget: security fix

Revisions pulled up:
- net/wget/Makefile                                             1.146
- net/wget/distinfo                                             1.59

---
   Module Name:	pkgsrc
   Committed By:	gutteridge
   Date:		Sun Apr  7 09:02:00 UTC 2019

   Modified Files:
   	pkgsrc/net/wget: Makefile distinfo

   Log message:
   Update wget to 1.20.3, which fixes CVE-2019-5953

   It appears that the buffer overflow issue referred to is the same in
   both 1.20.2 and 1.20.3 (they had to fix the fix).

   Upstream changelog:
   * Changes in Wget 1.20.3

   ** Fixed a buffer overflow vulnerability

   * Changes in Wget 1.20.2

   ** NTLM authentication will retry under certain cases

   ** Fixed a buffer overflow vulnerability