forked from pool/openssh
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
This commit is contained in:
parent
9ad30c5bed
commit
a1ec7168a9
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user