Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2018-03-08 10:54:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh"

Thu Mar  8 10:54:05 2018 rev:115 rq:583081 version:7.6p1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2018-02-02 
22:19:53.908552659 +0100
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes     2018-03-08 
10:54:07.252634643 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 22:55:01 UTC 2018 - pce...@suse.com
+
+- add OpenSSL 1.0 to 1.1 shim to remove dependency on old OpenSSL
+  (update tracker: bsc#1080779)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openssh-askpass-gnome.spec ++++++
--- /var/tmp/diff_new_pack.kEErk8/_old  2018-03-08 10:54:08.164601813 +0100
+++ /var/tmp/diff_new_pack.kEErk8/_new  2018-03-08 10:54:08.164601813 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openssh-askpass-gnome
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ openssh.spec ++++++
--- /var/tmp/diff_new_pack.kEErk8/_old  2018-03-08 10:54:08.188600949 +0100
+++ /var/tmp/diff_new_pack.kEErk8/_new  2018-03-08 10:54:08.192600805 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openssh
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -82,19 +82,14 @@
 %if %{has_libselinux}
 BuildRequires:  libselinux-devel
 %endif
-%if %{suse_version} < 1330
-BuildRequires:  openssl-devel
-%else
-BuildRequires:  libopenssl-1_0_0-devel
-%endif
 BuildRequires:  openldap2-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 %if %{uses_systemd}
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 %endif
-BuildRequires:  tcpd-devel
 PreReq:         pwdutils %{fillup_prereq} coreutils
 %if ! %{uses_systemd}
 PreReq:         %{insserv_prereq}
@@ -175,6 +170,12 @@
 # patch sources
 PATCH_DIR="../SUSE_patches"
 cat $PATCH_DIR/patch.series | while read p; do
+%if %{suse_version} < 1330
+    if echo "$p" | grep openssl_1.1.0.patch ; then
+        printf ">> skipping '$p'"
+        continue
+    fi
+%endif
     printf ">> applying '$p'\n"
     patch -p2 < "${PATCH_DIR}/$p"
 done

++++++ openssh-7.6p1-SUSE_patches.tar.gz ++++++
++++ 3651 lines of diff (skipped)



Reply via email to