]> git.pld-linux.org Git - packages/wget.git/commitdiff
- setup paths for ca certs from ca-certificates package
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Nov 2008 16:52:41 +0000 (16:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wget-ssl-certs.patch -> 1.1
    wget.spec -> 1.143

wget-ssl-certs.patch [new file with mode: 0644]
wget.spec

diff --git a/wget-ssl-certs.patch b/wget-ssl-certs.patch
new file mode 100644 (file)
index 0000000..8021777
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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
++
++# file with the bundle of CA's.
++ca_certificate = /etc/openssl/ca-certificates.crt
++# directory where hash list of CA's is stored.
++ca-directory = /etc/openssl/certs
index 00145ed5afa4b0833350e7e60f641cac9ce0f179..da08ca9ee5ad579798ccb6af4fc0c42cda5510e9 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -24,6 +24,7 @@ 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://wget.sunsite.dk/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -114,6 +115,7 @@ Proxy серверів, настроюваність.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 rm -f doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion
 
 %build
This page took 0.125368 seconds and 4 git commands to generate.