openssh: update to openssh-6.1p1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-06 14:11:08 +01:00
parent 600f3ed9a8
commit 2916d29ffe
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ cd $PKG_BUILD
--sysconfdir=/etc \ --sysconfdir=/etc \
--disable-strip \ --disable-strip \
--disable-lastlog \ --disable-lastlog \
--with-sandbox=rlimit \ --with-sandbox=no \
--disable-utmp \ --disable-utmp \
--disable-utmpx \ --disable-utmpx \
--disable-wtmp \ --disable-wtmp \

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="openssh" PKG_NAME="openssh"
PKG_VERSION="6.0p1" PKG_VERSION="6.1p1"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"