Date: Thu, 28 Feb 2013 08:49:41 +0100 From: Stefan Bethke <stb@lassitu.de> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/176469: PATCH: fix security/pam_ssh_agent_auth for -stable and onwards Message-ID: <61FBB0D5-1E48-49C8-B0A0-7DFFE5FAE2ED@lassitu.de> In-Reply-To: <E31F03E5-8A2B-4706-8F78-377FA74594E0@lassitu.de> References: <201302270800.r1R801DE017727@freefall.freebsd.org> <E31F03E5-8A2B-4706-8F78-377FA74594E0@lassitu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=us-ascii
Here's an updated patch.
--Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276
Content-Disposition: attachment;
	filename=pam_auth.patch
Content-Type: application/octet-stream;
	name="pam_auth.patch"
Content-Transfer-Encoding: 7bit
Index: Makefile
===================================================================
--- Makefile	(revision 313080)
+++ Makefile	(working copy)
@@ -7,7 +7,7 @@
 
 PORTNAME=	pam_ssh_agent_auth
 PORTVERSION=	0.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
 
@@ -17,6 +17,7 @@
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libexecdir=${LOCALBASE}/lib
+CONFIGURE_ENV=		ac_cv_func_strnvis=no
 USE_PERL5=	yes
 
 MAN8=		pam_ssh_agent_auth.8
--Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=us-ascii
--Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?61FBB0D5-1E48-49C8-B0A0-7DFFE5FAE2ED>
