forked from pool/openssh
Accepting request 234473 from home:elvigia:branches:network
- Remove tcpwrappers support now, This feature was removed in upstream code at the end of April and the underlying libraries are abandonware. See: http://comments.gmane.org/gmane.linux.suse.general/348119 OBS-URL: https://build.opensuse.org/request/show/234473 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=82
This commit is contained in:
parent
9fb40d132b
commit
4187c8a645
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 17 22:31:29 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Remove tcpwrappers support now, This feature was removed
|
||||||
|
in upstream code at the end of April and the underlying
|
||||||
|
libraries are abandonware.
|
||||||
|
See: http://comments.gmane.org/gmane.linux.suse.general/348119
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 24 01:33:45 UTC 2014 - pcerny@suse.com
|
Thu Apr 24 01:33:45 UTC 2014 - pcerny@suse.com
|
||||||
|
|
||||||
|
@ -86,7 +86,6 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: tcpd-devel
|
|
||||||
PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils
|
PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils
|
||||||
Conflicts: nonfreessh
|
Conflicts: nonfreessh
|
||||||
Recommends: xauth
|
Recommends: xauth
|
||||||
@ -255,7 +254,6 @@ export LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
|
|||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
--sysconfdir=%{_sysconfdir}/ssh \
|
--sysconfdir=%{_sysconfdir}/ssh \
|
||||||
--libexecdir=%{_libexecdir}/ssh \
|
--libexecdir=%{_libexecdir}/ssh \
|
||||||
--with-tcp-wrappers \
|
|
||||||
%if %{has_libselinux}
|
%if %{has_libselinux}
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user