openssh: update to openssh-6.3p1

This commit is contained in:
Stefan Saraev 2013-10-02 13:59:50 +03:00 committed by Stephan Raue
parent 2421cd7eee
commit 1e69699c12

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="openssh"
PKG_VERSION="6.2p2"
PKG_VERSION="6.3p1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
@ -45,6 +45,9 @@ PKG_CONFIGURE_OPTS_TARGET="--libexecdir=/usr/lib/openssh \
--disable-wtmpx \
--without-rpath \
--with-ssl-engine \
--disable-pututline \
--disable-pututxline \
--disable-etc-default-login \
--without-pam"
pre_configure_target() {