packages: wget/wget-home_etc.patch, wget/wget-ssl-certs.patch, wget/wget-wg...
arekm
arekm at pld-linux.org
Wed Sep 23 10:37:01 CEST 2009
Author: arekm Date: Wed Sep 23 08:37:01 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 1.12
---- Files affected:
packages/wget:
wget-home_etc.patch (1.1 -> 1.2) , wget-ssl-certs.patch (1.2 -> 1.3) , wget-wgetrc_path.patch (1.2 -> 1.3) , wget.spec (1.146 -> 1.147) , wget-ac.patch (1.14 -> NONE) (REMOVED), wget-noabort.patch (1.2 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/wget/wget-home_etc.patch
diff -u packages/wget/wget-home_etc.patch:1.1 packages/wget/wget-home_etc.patch:1.2
--- packages/wget/wget-home_etc.patch:1.1 Wed Nov 5 07:46:34 2003
+++ packages/wget/wget-home_etc.patch Wed Sep 23 10:36:55 2009
@@ -1,13 +1,12 @@
diff -Nru wget-1.8.2.orig/src/init.c wget-1.8.2/src/init.c
--- wget-1.8.2.orig/src/init.c Sat Mar 1 12:06:06 2003
+++ wget-1.8.2/src/init.c Mon Nov 3 10:31:43 2003
-@@ -325,6 +325,9 @@
+@@ -354,6 +354,7 @@
+ static char buf[PATH_MAX];
+ static char *home;
- #ifndef WINDOWS
- /* If that failed, try $HOME/.wgetrc. */
-+ home = getenv("HOME_ETC");
-+ home = home ? xstrdup(home) : NULL;
-+ if (!home)
- home = home_dir ();
- if (home)
++ home = getenv("HOME_ETC");
+ if (!home)
{
+ home = getenv ("HOME");
+
================================================================
Index: packages/wget/wget-ssl-certs.patch
diff -u packages/wget/wget-ssl-certs.patch:1.2 packages/wget/wget-ssl-certs.patch:1.3
--- packages/wget/wget-ssl-certs.patch:1.2 Sun Nov 9 19:27:28 2008
+++ packages/wget/wget-ssl-certs.patch Wed Sep 23 10:36:55 2009
@@ -1,9 +1,9 @@
--- wget-1.11.4/doc/sample.wgetrc~ 2008-11-03 18:47:16.000000000 +0200
+++ wget-1.11.4/doc/sample.wgetrc 2008-11-03 18:51:32.512671690 +0200
@@ -110,3 +110,8 @@
- # To have Wget follow FTP links from HTML files by default, set this
- # to on:
- #follow_ftp = off
+
+ # Force the default remote server encoding
+ #remoteencoding = UTF-8
+
+# file with the bundle of CA's.
+ca_certificate = /etc/certs/ca-certificates.crt
================================================================
Index: packages/wget/wget-wgetrc_path.patch
diff -u packages/wget/wget-wgetrc_path.patch:1.2 packages/wget/wget-wgetrc_path.patch:1.3
--- packages/wget/wget-wgetrc_path.patch:1.2 Wed Jun 22 11:47:15 2005
+++ packages/wget/wget-wgetrc_path.patch Wed Sep 23 10:36:55 2009
@@ -28,7 +28,7 @@
@@ -7,7 +7,7 @@
## not contain a comprehensive list of commands -- look at the manual
## to find out what you can put into this file.
- ##
+ ##
-## Wget initialization file can reside in /usr/local/etc/wgetrc
+## Wget initialization file can reside in /etc/wgetrc
## (global, for all users) or $HOME/.wgetrc (for a single user).
================================================================
Index: packages/wget/wget.spec
diff -u packages/wget/wget.spec:1.146 packages/wget/wget.spec:1.147
--- packages/wget/wget.spec:1.146 Tue Aug 18 19:37:40 2009
+++ packages/wget/wget.spec Wed Sep 23 10:36:55 2009
@@ -13,19 +13,17 @@
Summary(uk.UTF-8): Утиліта для отримання файлів по протоколам HTTP та FTP
Summary(zh_CN.UTF-8): [通讯]功能强大的下载程序,支持断点续传
Name: wget
-Version: 1.11.4
-Release: 2
+Version: 1.12
+Release: 1
License: GPL v3+
Group: Networking/Utilities
Source0: http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.bz2
-# Source0-md5: f5076a8c2ec2b7f334cb6e3059820f9c
+# Source0-md5: 308a5476fc096a8a525d07279a6f6aa3
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
-Patch1: %{name}-ac.patch
Patch2: %{name}-wgetrc_path.patch
Patch3: %{name}-home_etc.patch
-Patch4: %{name}-noabort.patch
Patch5: wget-ssl-certs.patch
URL: http://www.gnu.org/software/wget/
BuildRequires: autoconf >= 2.59
@@ -113,10 +111,8 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%patch2 -p1
%patch3 -p1
-%patch4 -p1
%patch5 -p1
rm -f doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion
@@ -173,6 +169,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.147 2009/09/23 08:36:55 arekm
+- up to 1.12
+
Revision 1.146 2009/08/18 17:37:40 adamg
- new URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wget/wget-home_etc.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wget/wget-ssl-certs.patch?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wget/wget-wgetrc_path.patch?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wget/wget.spec?r1=1.146&r2=1.147&f=u
More information about the pld-cvs-commit
mailing list