Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2012-12-14 09:27:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lftp (Old)
 and      /work/SRC/openSUSE:Factory/.lftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lftp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lftp/lftp.changes        2012-10-17 
07:15:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2012-12-14 
09:27:33.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Dec  2 12:57:05 UTC 2012 - [email protected]
+
+- Add lftp-ca-bundle-path.patch: use /etc/ssl/ca-bundle.pem as
+  root CA store. Instead of 'suggesting' users to get used to
+  certificate errors, it's better to give a working default that
+  allows normal certificate verification. Note: we do not set
+  ssl:ca-path, even though this would be nicer, but lftp v4.4.0
+  seem not to support this (despite it being documented in man
+  pages).
+
+-------------------------------------------------------------------

New:
----
  lftp-ca-bundle-path.patch

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

Other differences:
------------------
++++++ lftp.spec ++++++
--- /var/tmp/diff_new_pack.dGecBS/_old  2012-12-14 09:27:35.000000000 +0100
+++ /var/tmp/diff_new_pack.dGecBS/_new  2012-12-14 09:27:35.000000000 +0100
@@ -41,6 +41,8 @@
 Patch4:         lftp-autoconf-req.patch
 Patch6:         http://michael.stapelberg.de/lftp_vi/lftp-completion.patch
 Patch7:         lftp-stdio.h.patch
+# PATCH-FEATURE-OPENSUSE lftp-ca-bundle-path.patch [email protected] -- Use 
/etc/ssl/ca-bundle.pem as root CA store.
+Patch8:         lftp-ca-bundle-path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -97,6 +99,7 @@
 %patch6
 popd #src
 %patch7 -p1
+%patch8 -p1
 
 # replace AC_CHECK_FUNCS_ONCE with AC_CHECK_FUNCS on SLE 9+10
 # as they're not supported by the autotools environment there:

++++++ lftp-ca-bundle-path.patch ++++++
Index: lftp-4.4.0/lftp.conf
===================================================================
--- lftp-4.4.0.orig/lftp.conf
+++ lftp-4.4.0/lftp.conf
@@ -88,3 +88,7 @@ set cmd:term-status/*rxvt* "\e[11;0]\e]2
 # set ftp:anon-pass "mozilla@"
 # set ftp:client ""
 # set http:user-agent "Mozilla/4.7 [en] (WinNT; I)"
+
+## SSL default settings
+ssl:ca-file "/etc/ssl/ca-bundle.pem"
+

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to