From 1abf1171ca77ec0e8f9d5fd3b89dded38aa8b4a043439da92439db4b5fd2b560 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 4 Feb 2017 20:33:25 +0000 Subject: [PATCH] Accepting request 454684 from home:AndreasStieger:branches:network:utilities Fix Factory submission, and... - build with libidn2 to actually support IDNA2008 - FATE#321897 OBS-URL: https://build.opensuse.org/request/show/454684 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=65 --- series | 5 ----- wget.changes | 22 ++++++---------------- wget.spec | 4 ++-- 3 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 series diff --git a/series b/series deleted file mode 100644 index ca967ed..0000000 --- a/series +++ /dev/null @@ -1,5 +0,0 @@ -wgetrc.patch -p0 -wget-libproxy.patch -wget-1.14-no-ssl-comp.patch -p0 -wget-fix-pod-syntax.diff -p1 -wget-errno-clobber.patch -p1 diff --git a/wget.changes b/wget.changes index e139ef9..49eb2c2 100644 --- a/wget.changes +++ b/wget.changes @@ -1,53 +1,43 @@ +------------------------------------------------------------------- +Sat Feb 4 20:32:08 UTC 2017 - astieger@suse.com + +- build with libidn2 to actually support IDNA2008 - FATE#321897 + ------------------------------------------------------------------- Fri Feb 3 14:37:20 UTC 2017 - josef.moellers@suse.com -- Update to wget-1.19 - - Noteworthy changes: - +- Update to wget-1.19: * New option --use-askpass=COMMAND. Fetch user/password by calling an external program. - * Use IDNA2008 (+ TR46 if available) through libidn2 - * When processing a Metalink header, --metalink-index= allows to process the header's application/metalink4+xml files. - * When processing a Metalink file, --trust-server-names enables the use of the destination file names specified in the Metalink file, otherwise a safe destination file name is computed. - * When processing a Metalink file, enforce a safe destination path. Remove any drive letter prefix under w32, i.e. 'C:D:file'. Call libmetalink's metalink_check_safe_path() to prevent absolute, relative, or home paths: https://tools.ietf.org/html/rfc5854#section-4.1.2.1 https://tools.ietf.org/html/rfc5854#section-4.2.8.3 - * When processing a Metalink file, --directory-prefix= sets the top of the retrieval tree to prefix for Metalink downloads. - * When processing a Metalink file, reject downloaded files which don't agree with their own metalink:size value: https://tools.ietf.org/html/rfc5854#section-4.2.16 - * When processing a Metalink file, with --continue resume partially downloaded files and keep fully downloaded files even if they fail the verification. - * When processing a Metalink file, create the parent directories of a "path/file" destination file name: https://tools.ietf.org/html/rfc5854#section-4.1.2.1 https://tools.ietf.org/html/rfc5854#section-4.2.8.3 - * On a recursive download, append a .tmp suffix to temporary files that will be deleted after being parsed, and create them readable/writable only by the owner. - * New make target 'check-valgrind' - * Fix several bugs - * Fix compatibility issues ------------------------------------------------------------------- diff --git a/wget.spec b/wget.spec index fa8e986..c083f5c 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ # # spec file for package wget # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,7 @@ Patch8: wget-errno-clobber.patch BuildRequires: automake BuildRequires: gpgme-devel >= 0.4.2 BuildRequires: libcares-devel -BuildRequires: libidn-devel +BuildRequires: libidn2-devel BuildRequires: libpng-devel BuildRequires: makeinfo BuildRequires: openssl-devel