diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-27 11:50:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-27 11:50:19 +0000 |
commit | 1e351e79248a9fc51f26fc99f9b49a403a0a5750 (patch) | |
tree | f3035ec1f26e5d661937d6353e48e168d285853a /main/openssh | |
parent | 771539d009d2f6dbc95296d9ebb608e3adf117cd (diff) | |
download | aports-1e351e79248a9fc51f26fc99f9b49a403a0a5750.tar.bz2 aports-1e351e79248a9fc51f26fc99f9b49a403a0a5750.tar.xz |
main/openssh: disable wtmp
fixes #2744
Diffstat (limited to 'main/openssh')
-rw-r--r-- | main/openssh/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD index b5d9237560..a94a79cbcb 100644 --- a/main/openssh/APKBUILD +++ b/main/openssh/APKBUILD @@ -2,7 +2,7 @@ pkgname=openssh pkgver=6.6_p1 _myver=${pkgver%_*}${pkgver#*_} -pkgrel=2 +pkgrel=3 pkgdesc="Port of OpenBSD's free SSH release" url="http://www.openssh.org/portable.html" arch="all" @@ -55,6 +55,7 @@ build () { --with-ldflags="${LDFLAGS}" \ --disable-strip \ --disable-lastlog \ + --disable-wtmp \ --with-privsep-path=/var/empty \ --with-privsep-user=sshd \ --with-md5-passwords \ |