Subject: CVS commit: pkgsrc/net/wget
From: Thomas Klausner
Date: 2021-01-04 13:27:42
Message id: 20210104122742.1FCB9FA9D@cvs.NetBSD.org

Log Message:
wget: update to 1.21.

* Changes in Wget 1.21

** Improve the number of translated strings

** Remove all uses of alloca
   In some places the length of untrusted strings has been used, e.g.
   strings from the command line or from remote.

** Fix buffer overflows in progress bar code in some locales

** Fix two null pointer accesses

** Amend cookie file header to be recognized by the 'file' command

** Post Handshake Authentication for OpenSSL

** Require gettext version 0.19.3+

** Add configure flags --enable-fsanitize-ubsan, --enable-fsanitize-asan
   and --enable-fsanitize-msan for gcc and clang

** Make several smaller fixes, enhance fuzzing, enhance building

Files:
RevisionActionfile
1.159modifypkgsrc/net/wget/Makefile
1.18modifypkgsrc/net/wget/PLIST
1.61modifypkgsrc/net/wget/distinfo
1.3addpkgsrc/net/wget/patches/patch-configure
1.1removepkgsrc/net/wget/patches/patch-src_openssl.c