From owner-freebsd-ports Sun Mar 31 17:30:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C50637B41C for ; Sun, 31 Mar 2002 17:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g311U2r67747; Sun, 31 Mar 2002 17:30:02 -0800 (PST) (envelope-from gnats) Received: from host213-123-131-244.in-addr.btopenworld.com (host213-123-131-244.in-addr.btopenworld.com [213.123.131.244]) by hub.freebsd.org (Postfix) with ESMTP id 59B6E37B41B for ; Sun, 31 Mar 2002 17:20:44 -0800 (PST) Received: by host213-123-131-244.in-addr.btopenworld.com (Postfix, from userid 1001) id 783525FE; Mon, 1 Apr 2002 02:22:53 +0100 (BST) Message-Id: <20020401012253.783525FE@host213-123-131-244.in-addr.btopenworld.com> Date: Mon, 1 Apr 2002 02:22:53 +0100 (BST) From: Dominic Marks Reply-To: Dominic Marks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36597: New port: security/pam_passwdqc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36597 >Category: ports >Synopsis: New port: security/pam_passwdqc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 17:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.5-STABLE i386 >Organization: Student >Environment: System: FreeBSD gallium 4.5-STABLE FreeBSD 4.5-STABLE #9: Sat Mar 30 14:38:31 GMT 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386 >Description: This PAM module validates passwords for resistance against password attacks. It examines passwords in the same way as cracking tools examine the password hash. http://www.openwall.com/passwdqc/ >How-To-Repeat: NA. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pam_passwdqc/Makefile # pam_passwdqc/distinfo # pam_passwdqc/files # pam_passwdqc/pkg-comment # pam_passwdqc/pkg-descr # pam_passwdqc/pkg-plist # echo x - pam_passwdqc/Makefile sed 's/^X//' >pam_passwdqc/Makefile << 'END-of-pam_passwdqc/Makefile' X# X# Port for: pam_passwdqc X# Created By: Dominic Marks X# Date Created: 01/04/2002 X# X# $FreeBSD$ X# X XPORTNAME= pam_passwdqc XPORTVERSION= 0.4 XMAINTAINER= dominic_marks@btinternet.com XCATEGORIES= security XMASTER_SITES= http://www.openwall.com/passwdqc/ X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/pam_passwdqc.so ${PREFIX}/lib X X.include END-of-pam_passwdqc/Makefile echo x - pam_passwdqc/distinfo sed 's/^X//' >pam_passwdqc/distinfo << 'END-of-pam_passwdqc/distinfo' XMD5 (pam_passwdqc-0.4.tar.gz) = e19fbb925c7badb7033fe462a7faf205 END-of-pam_passwdqc/distinfo echo c - pam_passwdqc/files mkdir -p pam_passwdqc/files > /dev/null 2>&1 echo x - pam_passwdqc/pkg-comment sed 's/^X//' >pam_passwdqc/pkg-comment << 'END-of-pam_passwdqc/pkg-comment' XA pam module to validate passwords for quality END-of-pam_passwdqc/pkg-comment echo x - pam_passwdqc/pkg-descr sed 's/^X//' >pam_passwdqc/pkg-descr << 'END-of-pam_passwdqc/pkg-descr' XThis PAM module validates passwords for resistance against password Xattacks. It examines passwords in the same way as cracking tools examine Xthe password hash. X XWWW: http://www.openwall.com/passwdqc/ X X- Dominic Xdominic_marks@btinternet.com END-of-pam_passwdqc/pkg-descr echo x - pam_passwdqc/pkg-plist sed 's/^X//' >pam_passwdqc/pkg-plist << 'END-of-pam_passwdqc/pkg-plist' Xlib/pam_passwdqc.so END-of-pam_passwdqc/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message