From owner-cvs-all@FreeBSD.ORG Sun Oct 23 15:46:38 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95CCA1065675; Sun, 23 Oct 2011 15:46:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A39A8FC0A; Sun, 23 Oct 2011 15:46:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9NFkcOR025315; Sun, 23 Oct 2011 15:46:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9NFkclX025314; Sun, 23 Oct 2011 15:46:38 GMT (envelope-from miwi) Message-Id: <201110231546.p9NFkclX025314@repoman.freebsd.org> From: Martin Wilke Date: Sun, 23 Oct 2011 15:46:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pam_ssh_agent_auth Makefile ports/security/pam_ssh_agent_auth/files patch-entropy.c patch-iterate_ssh_agent_keys.c patch-key.c patch-log.c patch-log.h patch-misc.c patch-pam_ssh_agent_auth.c patch-pam_user_key_allowed2.c patch-secure_filename.c patch-ssh-dss.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 15:46:38 -0000 miwi 2011-10-23 15:46:38 UTC FreeBSD ports repository Modified files: security/pam_ssh_agent_auth Makefile Added files: security/pam_ssh_agent_auth/files patch-entropy.c patch-iterate_ssh_agent_keys.c patch-key.c patch-log.c patch-log.h patch-misc.c patch-pam_ssh_agent_auth.c patch-pam_user_key_allowed2.c patch-secure_filename.c patch-ssh-dss.c patch-ssh-rsa.c Log: - Update to 0.9.3 PR: 161473 Submitted by: Corey Smith Revision Changes Path 1.4 +1 -0 ports/security/pam_ssh_agent_auth/Makefile 1.1 +25 -0 ports/security/pam_ssh_agent_auth/files/patch-entropy.c (new) 1.1 +20 -0 ports/security/pam_ssh_agent_auth/files/patch-iterate_ssh_agent_keys.c (new) 1.1 +51 -0 ports/security/pam_ssh_agent_auth/files/patch-key.c (new) 1.1 +11 -0 ports/security/pam_ssh_agent_auth/files/patch-log.c (new) 1.1 +11 -0 ports/security/pam_ssh_agent_auth/files/patch-log.h (new) 1.1 +102 -0 ports/security/pam_ssh_agent_auth/files/patch-misc.c (new) 1.1 +58 -0 ports/security/pam_ssh_agent_auth/files/patch-pam_ssh_agent_auth.c (new) 1.1 +42 -0 ports/security/pam_ssh_agent_auth/files/patch-pam_user_key_allowed2.c (new) 1.1 +29 -0 ports/security/pam_ssh_agent_auth/files/patch-secure_filename.c (new) 1.1 +11 -0 ports/security/pam_ssh_agent_auth/files/patch-ssh-dss.c (new) 1.1 +28 -0 ports/security/pam_ssh_agent_auth/files/patch-ssh-rsa.c (new)