Skip to content

Commit

Permalink
wget: Update version from 1.17.1 to 1.19
Browse files Browse the repository at this point in the history
GNU Wget 1.19 was released on February 3rd, 2017 [1].

> It comes with major improvements for Metalink, IDNA2008 for
> international domain names, an option to call external tools
> for fetching user/password, several bugfixes and improvements.

The update also fixes a crash on my system.

```
$ wget --version
GNU Wget 1.17 built on linux-gnu.

+digest +https +ipv6 +iri +large-file +nls +ntlm +opie -psl +ssl/gnutls

Wgetrc:
    /etc/wgetrc (system)
Locale:
    /usr/share/locale
Compile:
    gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
    -DLOCALEDIR="/usr/share/locale" -I.
    -I/scratch/local/bee-root/wget/wget-1.17-1/source/src -I../lib
    -I/scratch/local/bee-root/wget/wget-1.17-1/source/lib
    -I/usr/include/p11-kit-1 -DHAVE_LIBGNUTLS -DNDEBUG
Link:
    gcc -I/usr/include/p11-kit-1 -DHAVE_LIBGNUTLS -DNDEBUG -lpcre
    -luuid -lnettle -lgnutls -lz -lidn ftp-opie.o gnutls.o http-ntlm.o
    ../lib/libgnu.a

Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
Please send bug reports and questions to <bug-wget@gnu.org>.
$ wget http://www.coreboot.org/pipermail/coreboot/attachments/20170314/6e97eacd/attachment-0001.bin
Segmentation fault (core dumped)
```

[1] https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00000.html
  • Loading branch information
pmenzel committed Mar 14, 2017
1 parent dc59828 commit 94758f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wget.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION wget-1.17-1
# BEE_VERSION wget-1.19-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down

0 comments on commit 94758f3

Please sign in to comment.