Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2016-06-13 21:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget (Old)
 and      /work/SRC/openSUSE:Factory/.wget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wget"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget/wget.changes        2015-12-17 
15:52:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2016-06-13 
21:52:18.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Jun  9 20:42:15 UTC 2016 - [email protected]
+
+- GNU wget 1.18:
+  * On server redirects to a FTP resource, use the original URL to
+    get the local file name by default. CVE-2016-4971 (boo#984060)
+    This introduces a backward-incompatibility for HTTP->FTP
+    redirects and any script that relies on the old  behaviour must
+    use --trust-server-names.
+  * Check the HSTS file is not world-writable before using it.
+  * Parse <img srcset> attributes on a recursive download.
+  * Fix problem with SNI server names having trailing dot(s)
+  * New options --bind-dns-address and --dns-servers.
+  * Convert non-ASCII URIs to the locale's codeset when creating
+    files. Encoding of remote files and URIs is taken from
+    --remote-encoding, defaulting to UTF-8.  The result is that
+    non-ASCII URIs and files downloaded via HTTP/HTTPS and FTP will
+    have names on the local filesystem that correspond to their
+    remote names.
+- build with gpgme, libcares2
+
+-------------------------------------------------------------------

Old:
----
  wget-1.17.1.tar.xz
  wget-1.17.1.tar.xz.sig

New:
----
  wget-1.18.tar.xz
  wget-1.18.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wget.spec ++++++
--- /var/tmp/diff_new_pack.PcndzV/_old  2016-06-13 21:52:19.000000000 +0200
+++ /var/tmp/diff_new_pack.PcndzV/_new  2016-06-13 21:52:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wget
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,7 +18,7 @@
 
 %bcond_with    regression_tests
 Name:           wget
-Version:        1.17.1
+Version:        1.18
 Release:        0
 Summary:        A Tool for Mirroring FTP and HTTP Servers
 License:        GPL-3.0+
@@ -33,6 +33,8 @@
 # PATCH-FIX-OPENSUSE fix pod syntax for perl 5.18 [email protected]
 Patch7:         wget-fix-pod-syntax.diff
 BuildRequires:  automake
+BuildRequires:  gpgme-devel >= 0.4.2
+BuildRequires:  libcares-devel
 BuildRequires:  libidn-devel
 BuildRequires:  libpng-devel
 BuildRequires:  makeinfo
@@ -43,6 +45,7 @@
 PreReq:         %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{?suse_version} > 1110
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libmetalink)
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libpsl)
@@ -82,6 +85,7 @@
 %endif
 %configure \
        --with-ssl=openssl \
+       --with-cares \
        --with-metalink
 make %{?_smp_mflags}
 
@@ -91,7 +95,7 @@
 %endif
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 %find_lang %{name}
 
 %post

++++++ wget-1.17.1.tar.xz -> wget-1.18.tar.xz ++++++
++++ 117173 lines of diff (skipped)



Reply via email to