[packages/wget] up to 1.17.1

glen glen at pld-linux.org
Tue Dec 15 21:07:49 CET 2015


commit 60e150e80a06b5a6a074c98b5f1026478e45c463
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Dec 15 22:07:44 2015 +0200

    up to 1.17.1

 wget-free.patch | 26 --------------------------
 wget.spec       |  8 +++-----
 2 files changed, 3 insertions(+), 31 deletions(-)
---
diff --git a/wget.spec b/wget.spec
index 26e2891..256c242 100644
--- a/wget.spec
+++ b/wget.spec
@@ -17,12 +17,12 @@ Summary(ru.UTF-8):	Утилита для получения файлов по п
 Summary(uk.UTF-8):	Утиліта для отримання файлів по протоколам HTTP та FTP
 Summary(zh_CN.UTF-8):	[通讯]功能强大的下载程序,支持断点续传
 Name:		wget
-Version:	1.16.3
-Release:	4
+Version:	1.17.1
+Release:	1
 License:	GPL v3+ with OpenSSL exception
 Group:		Networking/Utilities
 Source0:	http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz
-# Source0-md5:	d2e4455781a70140ae83b54ca594ce21
+# Source0-md5:	b0d58ef4963690e71effba24c105ed52
 Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5:	d8b2b56ec7461606c22edbafaf8a418f
 Patch0:		%{name}-info.patch
@@ -30,7 +30,6 @@ Patch1:		%{name}-wgetrc_path.patch
 Patch2:		%{name}-home_etc.patch
 Patch3:		%{name}-ssl-certs.patch
 Patch4:		user.xdg.origin.url.patch
-Patch5:		%{name}-free.patch
 URL:		http://www.gnu.org/software/wget/
 BuildRequires:	attr-devel
 BuildRequires:	autoconf >= 2.61
@@ -135,7 +134,6 @@ Proxy серверів, настроюваність.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %{__rm} doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion po/stamp-po
 
diff --git a/wget-free.patch b/wget-free.patch
deleted file mode 100644
index f4cc07c..0000000
--- a/wget-free.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-commit ac40b84ee138d45379046e21e31d237f6937a014
-Author: Hubert Tarasiuk <hubert.tarasiuk at gmail.com>
-Date:   Fri Apr 10 11:52:34 2015 +0200
-
-    Fix error in free_vec.
-    
-    * src/utils.c (free_vec): Increment pointer instead of its value.
-    
-    Reported-by: Gisle Vanem <gvanem at yahoo.no>
-
-diff --git a/src/utils.c b/src/utils.c
-index 617f547..3c8f4f9 100644
---- a/src/utils.c
-+++ b/src/utils.c
-@@ -1284,7 +1284,10 @@ free_vec (char **vec)
-     {
-       char **p = vec;
-       while (*p)
--        xfree (*p++);
-+        {
-+          xfree (*p);
-+          p++;
-+        }
-       xfree (vec);
-     }
- }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wget.git/commitdiff/60e150e80a06b5a6a074c98b5f1026478e45c463



More information about the pld-cvs-commit mailing list