From: Michael Tremer Date: Tue, 25 Jan 2011 10:44:30 +0000 (+0100) Subject: openssh: Update to 5.7p1. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fopenssh;p=people%2Fms%2Fipfire-3.x.git openssh: Update to 5.7p1. Selinux had to be disabled because of a linking failure. References #130. --- diff --git a/pkgs/core/openssh/openssh.nm b/pkgs/core/openssh/openssh.nm index 046d96184..a187414f7 100644 --- a/pkgs/core/openssh/openssh.nm +++ b/pkgs/core/openssh/openssh.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = openssh -PKG_VER = 5.4p1 +PKG_VER = 5.7p1 PKG_REL = 2 PKG_MAINTAINER = @@ -34,7 +34,7 @@ PKG_URL = http://www.openssh.com/portable.html PKG_LICENSE = MIT PKG_SUMMARY = An open source implementation of SSH protocol versions 1 and 2. -PKG_BUILD_DEPS+= libselinux-devel openssl-devel pam-devel zlib-devel +PKG_BUILD_DEPS+= openssl-devel pam-devel zlib-devel PKG_DEPS-openssh = openssh-clients=$(THISVER) openssh-server=$(THISVER) define PKG_DESCRIPTION @@ -78,8 +78,7 @@ CONFIGURE_OPTIONS += \ --libexecdir=/usr/lib/openssh \ --with-md5-passwords \ --with-privsep-path=/var/lib/sshd \ - --with-pam \ - --with-selinux + --with-pam define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/etc/ssh