]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
openssh: Update to 5.7p1. openssh
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Jan 2011 10:44:30 +0000 (11:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Jan 2011 10:44:30 +0000 (11:44 +0100)
Selinux had to be disabled because of a linking failure.

References #130.

pkgs/core/openssh/openssh.nm

index 046d96184bf0a9a42f85c3858f1735924a8fd7d4..a187414f7d74a2872760ad9d729cf818b2fb76e2 100644 (file)
@@ -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