From 4b25d5f0bc2600c3f8d88772cc95b7cf10f186b4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 25 Jan 2011 11:44:30 +0100 Subject: [PATCH] openssh: Update to 5.7p1. Selinux had to be disabled because of a linking failure. References #130. --- pkgs/core/openssh/openssh.nm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.47.2