Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2018-12-10 12:24:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget (Old)
 and      /work/SRC/openSUSE:Factory/.wget.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wget"

Mon Dec 10 12:24:36 2018 rev:54 rq:653225 version:1.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget/wget.changes        2018-05-11 
09:13:32.544802721 +0200
+++ /work/SRC/openSUSE:Factory/.wget.new.19453/wget.changes     2018-12-10 
12:25:18.958708055 +0100
@@ -1,0 +2,21 @@
+Fri Nov 30 14:02:43 UTC 2018 - [email protected]
+
+- Version update to 1.20:
+  * Add new option `--retry-on-host-error` to treat local errors as
+    transient and hence Wget will retry to download the file after
+    a brief waiting period.
+  * multiple potential resource leaks as found by static analysis.
+  * Wget will now not create an empty wget-log file when running
+    with -q and -b. switches together
+  * When compiled using the GnuTLS = 3.6.3, Wget now has support
+    for TLSv1.3.
+  * Now there is support for using libpcre2 for regex pattern
+    matching.
+  * When downloading over FTP recursively, one can now use the
+    --accept,reject -regex switches to fine-tune the downloaded
+    files.
+  * Building Wget from the git sources now requires autoconf 2.63
+    or above. Building from the Tarballs works as it used to.
+  [wget-ignore-void-retvalue.patch]
+
+-------------------------------------------------------------------

Old:
----
  wget-1.19.5.tar.gz
  wget-1.19.5.tar.gz.sig
  wget-ignore-void-retvalue.patch

New:
----
  wget-1.20.tar.gz
  wget-1.20.tar.gz.sig

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

Other differences:
------------------
++++++ wget.spec ++++++
--- /var/tmp/diff_new_pack.yriiTl/_old  2018-12-10 12:25:19.918707098 +0100
+++ /var/tmp/diff_new_pack.yriiTl/_new  2018-12-10 12:25:19.918707098 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wget
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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.19.5
+Version:        1.20
 Release:        0
 Summary:        A Tool for Mirroring FTP and HTTP Servers
 License:        GPL-3.0+
@@ -33,7 +33,6 @@
 # PATCH-FIX-OPENSUSE fix pod syntax for perl 5.18 [email protected]
 Patch7:         wget-fix-pod-syntax.diff
 Patch8:         wget-errno-clobber.patch
-Patch9:         wget-ignore-void-retvalue.patch
 BuildRequires:  automake
 BuildRequires:  gpgme-devel >= 0.4.2
 BuildRequires:  libcares-devel
@@ -71,14 +70,13 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 %if 0%{?suse_version} > 1110
 %patch1 -p1
 %endif
 %patch6
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
 
 %build
 %if 0%{?suse_version} > 1110

++++++ wget-1.19.5.tar.gz -> wget-1.20.tar.gz ++++++
++++ 173958 lines of diff (skipped)

++++++ wget-libproxy.patch ++++++
--- /var/tmp/diff_new_pack.yriiTl/_old  2018-12-10 12:25:20.718706300 +0100
+++ /var/tmp/diff_new_pack.yriiTl/_new  2018-12-10 12:25:20.718706300 +0100
@@ -1,10 +1,10 @@
-Index: wget-1.19.1/configure.ac
+Index: wget-1.20/configure.ac
 ===================================================================
---- wget-1.19.1.orig/configure.ac
-+++ wget-1.19.1/configure.ac
-@@ -506,6 +506,22 @@ AS_IF([test x"$with_metalink" != xno], [
-   ])
- ])
+--- wget-1.20.orig/configure.ac
++++ wget-1.20/configure.ac
+@@ -493,6 +493,22 @@ else
+   fi
+ fi
  
 +dnl
 +dnl libproxy support
@@ -25,11 +25,11 @@
  dnl **********************************************************************
  dnl Checks for IPv6
  dnl **********************************************************************
-Index: wget-1.19.1/src/Makefile.am
+Index: wget-1.20/src/Makefile.am
 ===================================================================
---- wget-1.19.1.orig/src/Makefile.am
-+++ wget-1.19.1/src/Makefile.am
-@@ -64,7 +64,7 @@ wget_SOURCES = connect.c convert.c cooki
+--- wget-1.20.orig/src/Makefile.am
++++ wget-1.20/src/Makefile.am
+@@ -62,7 +62,7 @@ wget_SOURCES = connect.c convert.c cooki
  nodist_wget_SOURCES = version.c
  EXTRA_wget_SOURCES = iri.c
  LDADD = $(LIBOBJS) ../lib/libgnu.a $(GETADDRINFO_LIB) $(HOSTENT_LIB)\
@@ -38,11 +38,11 @@
   $(LIB_NANOSLEEP) $(LIB_POSIX_SPAWN) $(LIB_SELECT) $(LIBICONV) $(LIBINTL)\
   $(LIBTHREAD) $(LIBUNISTRING) $(SERVENT_LIB)
  AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
-Index: wget-1.19.1/src/retr.c
+Index: wget-1.20/src/retr.c
 ===================================================================
---- wget-1.19.1.orig/src/retr.c
-+++ wget-1.19.1/src/retr.c
-@@ -58,6 +58,10 @@ as that of the covered work.  */
+--- wget-1.20.orig/src/retr.c
++++ wget-1.20/src/retr.c
+@@ -61,6 +61,10 @@ as that of the covered work.  */
  #include "iri.h"
  #include "hsts.h"
  
@@ -53,7 +53,7 @@
  /* Total size of downloaded files.  Used to enforce quota.  */
  SUM_SIZE_INT total_downloaded_bytes;
  
-@@ -1319,7 +1323,40 @@ getproxy (struct url *u)
+@@ -1480,7 +1484,40 @@ getproxy (struct url *u)
        break;
      }
    if (!proxy || !*proxy)
@@ -94,11 +94,11 @@
  
    /* Handle shorthands.  `rewritten_storage' is a kludge to allow
       getproxy() to return static storage. */
-Index: wget-1.19.1/tests/Makefile.am
+Index: wget-1.20/tests/Makefile.am
 ===================================================================
---- wget-1.19.1.orig/tests/Makefile.am
-+++ wget-1.19.1/tests/Makefile.am
-@@ -32,6 +32,7 @@
+--- wget-1.20.orig/tests/Makefile.am
++++ wget-1.20/tests/Makefile.am
+@@ -30,6 +30,7 @@
  #
  # Version: @VERSION@
  #

++++++ wgetrc.patch ++++++
--- /var/tmp/diff_new_pack.yriiTl/_old  2018-12-10 12:25:20.742706275 +0100
+++ /var/tmp/diff_new_pack.yriiTl/_new  2018-12-10 12:25:20.746706271 +0100
@@ -1,8 +1,8 @@
-Index: doc/sample.wgetrc
+Index: wget-1.20/doc/sample.wgetrc
 ===================================================================
---- doc/sample.wgetrc.orig
-+++ doc/sample.wgetrc
-@@ -114,6 +114,9 @@
+--- wget-1.20.orig/doc/sample.wgetrc
++++ wget-1.20/doc/sample.wgetrc
+@@ -120,6 +120,9 @@
  
  # To try ipv6 addresses first:
  #prefer-family = IPv6


Reply via email to