From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 12 01:50:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 215CD16A409 for ; Fri, 12 May 2006 01:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D659743D45 for ; Fri, 12 May 2006 01:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4C1oEfn084738 for ; Fri, 12 May 2006 01:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4C1oEvF084737; Fri, 12 May 2006 01:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 12 May 2006 01:50:14 GMT Resent-Message-Id: <200605120150.k4C1oEvF084737@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Pirzyk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B35A016A42A for ; Fri, 12 May 2006 01:41:24 +0000 (UTC) (envelope-from pirzyk@lilo.ci.uiuc.edu) Received: from lilo.ci.uiuc.edu (lilo.ci.uiuc.edu [128.174.86.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77A0443D68 for ; Fri, 12 May 2006 01:41:22 +0000 (GMT) (envelope-from pirzyk@lilo.ci.uiuc.edu) Received: from lilo.ci.uiuc.edu (localhost [127.0.0.1]) by lilo.ci.uiuc.edu (8.13.6/8.13.6) with ESMTP id k4C1edeu041384 for ; Thu, 11 May 2006 20:40:39 -0500 (CDT) (envelope-from pirzyk@lilo.ci.uiuc.edu) Received: (from pirzyk@localhost) by lilo.ci.uiuc.edu (8.13.6/8.13.6/Submit) id k4C1edem041383; Thu, 11 May 2006 20:40:39 -0500 (CDT) (envelope-from pirzyk) Message-Id: <200605120140.k4C1edem041383@lilo.ci.uiuc.edu> Date: Thu, 11 May 2006 20:40:39 -0500 (CDT) From: Jim Pirzyk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97158: New port: security/pam_per_user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jim Pirzyk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 01:50:16 -0000 >Number: 97158 >Category: ports >Synopsis: New port: security/pam_per_user >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 12 01:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD lilo.ci.uiuc.edu 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 9 20:02:52 CDT 2006 supirzyk@lilo.ci.uiuc.edu:/services/scratch/usr/src/sys/VMWARE_KERNEL i386 >Description: >How-To-Repeat: >Fix: diff -Nru pam_per_user.orig/Makefile pam_per_user/Makefile --- pam_per_user.orig/Makefile Wed Dec 31 18:00:00 1969 +++ pam_per_user/Makefile Thu May 11 13:59:50 2006 @@ -0,0 +1,20 @@ +# New ports collection makefile for: pam_per_user +# Date created: 11 May 2006 +# Whom: Jim Pirzyk +# +# $FreeBSD$ +# + +PORTNAME= pam_per_user +PORTVERSION= 0.4 +CATEGORIES= security +MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_per_user/ + +MAINTAINER= pirzyk@freebsd.org +COMMENT= PAM module for per-user authentication + +HAS_CONFIGURE= YES + +MAN5= pam_per_user.5 + +.include diff -Nru pam_per_user.orig/distinfo pam_per_user/distinfo --- pam_per_user.orig/distinfo Wed Dec 31 18:00:00 1969 +++ pam_per_user/distinfo Thu May 11 13:54:26 2006 @@ -0,0 +1,3 @@ +MD5 (pam_per_user-0.4.tar.gz) = 539d42a08db6973d741e84e80b18665d +SHA256 (pam_per_user-0.4.tar.gz) = bceb2d723448f943d7cfd0a67a090f2ec620d0b911e25db60cf11dfc40b66978 +SIZE (pam_per_user-0.4.tar.gz) = 109443 diff -Nru pam_per_user.orig/pkg-descr pam_per_user/pkg-descr --- pam_per_user.orig/pkg-descr Wed Dec 31 18:00:00 1969 +++ pam_per_user/pkg-descr Thu May 11 13:51:47 2006 @@ -0,0 +1 @@ +PAM module for per-user authentication diff -Nru pam_per_user.orig/pkg-plist pam_per_user/pkg-plist --- pam_per_user.orig/pkg-plist Wed Dec 31 18:00:00 1969 +++ pam_per_user/pkg-plist Thu May 11 13:52:50 2006 @@ -0,0 +1,3 @@ +sbin/authtest +lib/security/pam_per_user.so.1 +@dirrmtry lib/security >Release-Note: >Audit-Trail: >Unformatted: