openssh: update to 6.6p1.
This commit is contained in:
parent
bc21bda371
commit
aff60592bf
1 changed files with 3 additions and 9 deletions
|
@ -2,14 +2,14 @@
|
|||
_desc="The OpenSSH implementation of SSH protocol"
|
||||
|
||||
pkgname=openssh
|
||||
version=6.5p1
|
||||
version=6.6p1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||
--with-mantype=man --without-rpath --with-xauth=/usr/bin/xauth
|
||||
--with-ssl-engine --disable-strip --with-privsep-path=/var/chroot/ssh
|
||||
--with-pid-dir=/run --with-pam LD=$CC"
|
||||
--with-pid-dir=/run --with-pam --with-kerberos5=${XBPS_CROSS_BASE}/usr LD=$CC"
|
||||
hostmakedepends="perl"
|
||||
makedepends="zlib-devel openssl-devel pam-devel mit-krb5-devel"
|
||||
short_desc="${_desc} - client"
|
||||
|
@ -19,13 +19,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.openssh.org"
|
||||
license="BSD"
|
||||
distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
||||
checksum=a1195ed55db945252d5a1730d4a2a2a5c1c9a6aa01ef2e5af750a962623d9027
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --with-kerberos5=$XBPS_CROSS_BASE"
|
||||
else
|
||||
configure_args+=" --with-kerberos5=/usr"
|
||||
fi
|
||||
checksum=48c1f0664b4534875038004cc4f3555b8329c2a81c1df48db5c517800de203bb
|
||||
|
||||
post_install() {
|
||||
vinstall contrib/sshd.pam.generic 644 etc/pam.d sshd
|
||||
|
|
Loading…
Reference in a new issue