Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2018-05-07 14:51:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh"

Mon May  7 14:51:28 2018 rev:117 rq:603107 version:7.6p1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2018-04-07 
20:52:58.839243047 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes     2018-05-07 
14:51:29.542133086 +0200
@@ -1,0 +2,16 @@
+Wed May  2 08:14:41 UTC 2018 - dims...@opensuse.org
+
+- Use TIRPC on suse_version >= 1500: sunrpc is deprecated and
+  should be replaced by TIRPC.
+
+-------------------------------------------------------------------
+Mon Apr 30 15:11:31 UTC 2018 - pce...@suse.com
+
+- additional rebased patches (bsc#1080779)
+  * auditing support
+  * LDAP integration
+  * various distribution tweaks from SLE12 
+    (X forwarding over IPv6, sftp forced permissions
+     and verbose batch mode)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openssh.spec ++++++
--- /var/tmp/diff_new_pack.AP2oRa/_old  2018-05-07 14:51:31.386075544 +0200
+++ /var/tmp/diff_new_pack.AP2oRa/_new  2018-05-07 14:51:31.390075419 +0200
@@ -62,6 +62,10 @@
 %define sandbox_seccomp 1
 %endif
 
+%if 0%{?suse_version} >= 1500
+%define use_tirpc 1
+%endif
+
 %define _fwdir   %{_sysconfdir}/sysconfig/SuSEfirewall2.d
 %define _fwdefdir   %{_fwdir}/services
 %define _appdefdir  %( grep "configdirspec=" $( which xmkmf ) | sed -r 
's,^[^=]+=.*-I(.*)/config.*$,\\1/app-defaults,' )
@@ -85,6 +89,9 @@
 BuildRequires:  openldap2-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
+%if 0%{?use_tirpc}
+BuildRequires:  libtirpc-devel
+%endif
 %if %{uses_systemd}
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(systemd)
@@ -180,11 +187,11 @@
     patch -p2 < "${PATCH_DIR}/$p"
 done
 
-#LDAP: # set libexec dir in the LDAP patch
-#LDAP: sed -i.libexec 's,@LIBEXECDIR@,%{_libexecdir}/ssh,' \
-#LDAP:     $( grep -Rl @LIBEXECDIR@ \
-#LDAP:         $( grep "^+++" %{PATCH33} | sed -r 's@^.+/([^/\t ]+).*$@\1@' )
-#LDAP:     )
+# set libexec dir in the LDAP patch
+sed -i.libexec 's,@LIBEXECDIR@,%{_libexecdir}/ssh,' \
+    $( grep -Rl @LIBEXECDIR@ \
+        $( grep "^+++" $PATCH_DIR/openssh-7.6p1-ldap.patch | sed -r 
's@^.+/([^/\t ]+).*$@\1@' )
+    )
 
 %build
 autoreconf -fiv
@@ -381,10 +388,10 @@
 %files helpers
 %defattr(-,root,root)
 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
-#verify(not mode) %attr(0644,root,root) %config(noreplace) 
%{_sysconfdir}/ssh/ldap.conf
+%verify(not mode) %attr(0644,root,root) %config(noreplace) 
%{_sysconfdir}/ssh/ldap.conf
 %attr(0755,root,root) %dir %{_libexecdir}/ssh
-#attr(0755,root,root) %{_libexecdir}/ssh/ssh-ldap*
-#doc HOWTO.ldap-keys openssh-lpk-openldap.schema openssh-lpk-sun.schema
+%attr(0755,root,root) %{_libexecdir}/ssh/ssh-ldap*
+%doc HOWTO.ldap-keys openssh-lpk-openldap.schema openssh-lpk-sun.schema
 
 %files fips
 %defattr(-,root,root)

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



Reply via email to