From a1ec7168a99d1c0cb674ef4957680b7d13d3c585fd64f3961b6a58f77412a530 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 25 May 2010 09:02:50 +0000 Subject: [PATCH] Accepting request 40508 from Base:System Copy from Base:System/openssh based on submit request 40508 from user prusnak OBS-URL: https://build.opensuse.org/request/show/40508 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=43 --- openssh-askpass-gnome.spec | 2 +- openssh.changes | 6 ++++++ openssh.spec | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/openssh-askpass-gnome.spec b/openssh-askpass-gnome.spec index 5a799fe..850c432 100644 --- a/openssh-askpass-gnome.spec +++ b/openssh-askpass-gnome.spec @@ -23,7 +23,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev License: BSD3c(or similar) Group: Productivity/Networking/SSH Version: 5.4p1 -Release: 4 +Release: 5 Requires: openssh = %{version} openssh-askpass = %{version} AutoReqProv: on Summary: A GNOME-Based Passphrase Dialog for OpenSSH diff --git a/openssh.changes b/openssh.changes index a3b8fa2..db53e6a 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 17 18:11:33 UTC 2010 - cristian.rodriguez@opensuse.org + +- Hardware crypto is supported and patched but never + enabled, need to use --with-ssl-engine explicitely + ------------------------------------------------------------------- Fri May 14 16:03:17 CEST 2010 - anicka@suse.cz diff --git a/openssh.spec b/openssh.spec index febc64c..8864b7b 100644 --- a/openssh.spec +++ b/openssh.spec @@ -36,7 +36,7 @@ PreReq: pwdutils %insserv_prereq %fillup_prereq coreutils permissions Conflicts: nonfreessh AutoReqProv: on Version: 5.4p1 -Release: 4 +Release: 5 %define xversion 1.2.4.1 Summary: Secure Shell Client and Server (Remote Login Program) Url: http://www.openssh.com/ @@ -142,7 +142,7 @@ PIEFLAGS="-fpie" #Obsoleted CFLAGS="-DUSE_POSIX_THREADS $RPM_OPT_FLAGS" CXXFLAGS="-DUSE_POSIX_THREADS $RPM_O \ #Obsoleted LDFLAGS="-lpthread" \ LDFLAGS="-pie" CFLAGS="$RPM_OPT_FLAGS $PIEFLAGS -fstack-protector" CXXFLAGS="$RPM_OPT_FLAGS $PIEFLAGS -fstack-protector" \ -./configure \ +./configure --with-ssl-engine \ --mandir=%{_mandir} \ --prefix=%{prefix} \ --infodir=%{_infodir} \