Hello community,

here is the log from the commit of package pam_ssh for openSUSE:Factory checked 
in at 2017-12-01 15:54:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_ssh (Old)
 and      /work/SRC/openSUSE:Factory/.pam_ssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_ssh"

Fri Dec  1 15:54:24 2017 rev:30 rq:547009 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_ssh/pam_ssh.changes  2015-06-11 
09:10:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pam_ssh.new/pam_ssh.changes     2017-12-01 
15:54:40.537797009 +0100
@@ -1,0 +2,14 @@
+Fri Dec  1 10:02:21 UTC 2017 - dims...@opensuse.org
+
+- Explicitly call autoreconf: an implicit call requires the same
+  version automake/autoconf to be present that was used to
+  originally bootstrap the tarball (version 1.13).
+
+-------------------------------------------------------------------
+Thu Nov 30 14:52:54 UTC 2017 - vci...@suse.com
+
+- Add support for building with OpenSSL 1.1 (bsc#1066988)
+  * partly based on https://github.com/openssh/openssh-portable/pull/48
+  * add pam_ssh-openssl11.patch
+
+-------------------------------------------------------------------

New:
----
  pam_ssh-openssl11.patch

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

Other differences:
------------------
++++++ pam_ssh.spec ++++++
--- /var/tmp/diff_new_pack.lUCmH5/_old  2017-12-01 15:54:41.081777434 +0100
+++ /var/tmp/diff_new_pack.lUCmH5/_new  2017-12-01 15:54:41.081777434 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ssh
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -27,6 +27,7 @@
 Source1:        
http://sourceforge.net/projects/pam-ssh/files/pam_ssh/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:        baselibs.conf
 Source3:        %{name}.keyring
+Patch1:         pam_ssh-openssl11.patch
 BuildRequires:  libtool
 BuildRequires:  openssh
 BuildRequires:  openssl-devel
@@ -42,8 +43,13 @@
 
 %prep
 %setup -q
+if pkg-config --atleast-version=1.1 openssl; then
+%patch1 -p1
+fi
 
 %build
+# Needed for patch1, but does not hurt in non-patched cases
+autoreconf -fiv
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure --libdir=/%{_lib}
 make %{?_smp_mflags}


++++++ pam_ssh-openssl11.patch ++++++
++++ 1277 lines (skipped)


Reply via email to