summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarshit Shah2015-12-26 00:58:55 +0100
committerDarshit Shah2015-12-26 00:58:55 +0100
commit8d68e0a1522a0cffc808bee726fa84d7bac8fd3e (patch)
treebba0c2fd727c07e0c67466034f3fb860edf2814e /PKGBUILD
parent4c09a7f14b7983ff5ae37a3cfd583947d30a3346 (diff)
downloadaur-8d68e0a1522a0cffc808bee726fa84d7bac8fd3e.tar.gz
Update to path 11. Support non-ASCII URLs
commit b30500f0f499b8459c20dfc859ff7ac2180b6b34 Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Sun Dec 20 21:32:06 2015 +0100 Fix Test-iri-forced-remote * tests/Test-iri-forced-remote.px: Fix encodings commit 59b920874daa565a1323ffa1e756e80493190686 Author: Eli Zaretskii <eliz@gnu.org> Date: Fri Dec 18 17:03:26 2015 +0200 Support non-ASCII URLs * src/url.c [HAVE_ICONV]: Include iconv.h and langinfo.h. (convert_fname): New function. [HAVE_ICONV]: Convert file name from remote encoding to local encoding. (url_file_name): Call convert_fname. (filechr_table): Don't consider bytes in 128..159 as control characters. * tests/Test-ftp-iri.px: Fix the expected file name to match the new file-name recoding. State the remote encoding explicitly on the Wget command line. * NEWS: Mention the URI recoding when built with libiconv. commit 9a6e63bee96b098a628aaf6930ab533c4b324d8b Author: Giuseppe Scrivano <gscrivan@redhat.com> Date: Fri Dec 18 11:29:41 2015 +0100 * NEWS: Prepare new development cycle commit cbbeca2af4962a648a2373b35cf8e497e11d90fd Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Thu Dec 17 17:41:32 2015 +0100 Cleanup code * src/iri.c (do_conversion): Code cleanup commit 93c1517c4071c4288ba5a4b038e7634e4c6b5482 Author: Eli Zaretskii <eliz@gnu.org> Date: Thu Dec 17 15:27:43 2015 +0100 Set URI encoding when redirected * src/retr.c (retrieve_url): Set URI on redirection commit bf5d7e92363b2d9e3076b09931116fa38602160b Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Thu Dec 17 12:11:53 2015 +0100 Remove requesting X/Open 5, POSIX 1995 * src/sysdep.h: Remove #define _XOPEN_SOURCE 500 commit 94d9b68db9f27df4e55a86d2d1d099e03990bb4c Author: Eli Zaretskii <eliz@gnu.org> Date: Wed Dec 16 14:40:17 2015 +0200 Avoid hanging on MS-Windows when invoked with --connect-timeout * src/connect.c (connect_to_ip) [WIN32]: Don't call fd_close if the connection timed out, to avoid hanging. commit be7d19f47848a89be344b41e38790e740cd27fcb Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Tue Dec 15 10:55:41 2015 +0100 Fix iconv conversion * src/iri.c: Kick out the last converted character from iconv() Thanks to Eli Zaretskii <eliz@gnu.org> for suggesting the fix. Reported-by: "Andries E. Brouwer" <Andries.Brouwer@cwi.nl> commit 358a3c330f4ad42844c6f46746dfc99d9a15fef1 Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Fri Dec 11 11:43:40 2015 +0100 Let Test-k survive on CygWin and Windows * tests/Test-k.px: Use --restrict-file-names for CygWin/Windows filename requirements. commit 478a58460945066bb389c16cfbcb3938941f69aa Author: Ander Juaristi <ajuaristi@gmx.es> Date: Sun Dec 13 16:10:16 2015 +0100 Fix leak in HSTS code * src/hsts.c (hsts_store_open): close fp if open. commit 994c4dcce79c7996a20db3816ccf5f6a68de675c Author: Ander Juaristi <ajuaristi@gmx.es> Date: Sun Dec 13 16:06:53 2015 +0100 Remove unused variable in ftp code * src/ftp.c (getftp): fix compiler warning for unused variable.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de65b417c9b8..e469dd18b8f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=wget
pkgname=$_gitname-git
-pkgver=1.17.1
+pkgver=1.17.1.r11.gb30500f
pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')