Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-10-28 17:14:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-10-14 
16:41:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2015-10-28 
17:14:38.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Oct 21 11:58:15 UTC 2015 - [email protected]
+
+- skip also hostname check when sslcerts option is 0 (bsc#951001)
+- 5.0.61
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-5.0.60.tar.xz

New:
----
  linuxrc-5.0.61.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.Som5c6/_old  2015-10-28 17:14:39.000000000 +0100
+++ /var/tmp/diff_new_pack.Som5c6/_new  2015-10-28 17:14:39.000000000 +0100
@@ -25,7 +25,7 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.60
+Version:        5.0.61
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ linuxrc-5.0.60.tar.xz -> linuxrc-5.0.61.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.60/VERSION new/linuxrc-5.0.61/VERSION
--- old/linuxrc-5.0.60/VERSION  2015-10-08 11:00:39.000000000 +0200
+++ new/linuxrc-5.0.61/VERSION  2015-10-21 13:56:31.000000000 +0200
@@ -1 +1 @@
-5.0.60
+5.0.61
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.60/changelog new/linuxrc-5.0.61/changelog
--- old/linuxrc-5.0.60/changelog        2015-10-08 11:00:39.000000000 +0200
+++ new/linuxrc-5.0.61/changelog        2015-10-21 13:56:31.000000000 +0200
@@ -1,3 +1,6 @@
+2015-10-21:    5.0.61
+       - skip also hostname check when sslcerts option is 0 (bsc #951001)
+
 2015-10-07:    5.0.60
        - ensure ifcfg options don't get lost (bsc #948774)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.60/url.c new/linuxrc-5.0.61/url.c
--- old/linuxrc-5.0.60/url.c    2015-10-08 11:00:39.000000000 +0200
+++ new/linuxrc-5.0.61/url.c    2015-10-21 13:56:31.000000000 +0200
@@ -98,7 +98,7 @@
   curl_easy_setopt(c_handle, CURLOPT_FOLLOWLOCATION, 1);
   curl_easy_setopt(c_handle, CURLOPT_MAXREDIRS, 10);
   curl_easy_setopt(c_handle, CURLOPT_SSL_VERIFYPEER, config.sslcerts ? 1 : 0);
-  // curl_easy_setopt(c_handle, CURLOPT_SSL_VERIFYHOST, 2);
+  curl_easy_setopt(c_handle, CURLOPT_SSL_VERIFYHOST, config.sslcerts ? 2 : 0);
 
   curl_easy_setopt(c_handle, CURLOPT_PROGRESSFUNCTION, url_progress_cb);
   curl_easy_setopt(c_handle, CURLOPT_PROGRESSDATA, url_data);


Reply via email to