From aff60592bf475d68096d2ef91db019a667f10ca1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Mar 2014 07:56:54 +0100 Subject: [PATCH] openssh: update to 6.6p1. --- srcpkgs/openssh/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 69fa1c298b9..024bc297290 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -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 " 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