From a5ea7eadc16ae0e6be9be0cdf488fec4990f720c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 11 Jan 2019 00:47:01 -0200 Subject: [PATCH] pam_ssh: update to 2.2. --- srcpkgs/pam_ssh/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/pam_ssh/template b/srcpkgs/pam_ssh/template index 8c16c351a7..bb7c0f19e3 100644 --- a/srcpkgs/pam_ssh/template +++ b/srcpkgs/pam_ssh/template @@ -1,19 +1,19 @@ # Template file for 'pam_ssh' pkgname=pam_ssh -version=2.1 -revision=6 +version=2.2 +revision=1 build_style=gnu-configure +configure_args="--with-pam-dir=/usr/lib/security ac_cv_openssldir=/usr + --includedir=${XBPS_CROSS_BASE}/usr/include + --libdir=${XBPS_CROSS_BASE}/usr/lib" +hostmakedepends="openssh" +makedepends="libressl-devel pam-devel" short_desc="PAM module providing single sign-on behavior for SSH" maintainer="Alexander Gehrke " license="BSD-2-Clause" homepage="http://pam-ssh.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/pam-ssh/${pkgname}-${version}.tar.xz" -configure_args="--with-pam-dir=/usr/lib/security ac_cv_openssldir=/usr - --includedir=${XBPS_CROSS_BASE}/usr/include - --libdir=${XBPS_CROSS_BASE}/usr/lib" -makedepends="libressl-devel pam-devel" -hostmakedepends="openssh" -checksum=55fbe8488d59cff05a77523b4afc2e2a8d1ba35d93546f1828ec48e20e2600cb +checksum=3543b7248a83831579d2cfcae330e7fc479c07371f36401ac147d735885f57ad post_install() { vlicense COPYING