From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 1 01:40: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 1224C16A40B for ; Mon, 1 May 2006 01:40: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 7238F43D46 for ; Mon, 1 May 2006 01:40:15 +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 k411eFoC072971 for ; Mon, 1 May 2006 01:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k411eFqC072970; Mon, 1 May 2006 01:40:15 GMT (envelope-from gnats) Resent-Date: Mon, 1 May 2006 01:40:15 GMT Resent-Message-Id: <200605010140.k411eFqC072970@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, andrew@arda.homeunix.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D98316A402 for ; Mon, 1 May 2006 01:30:32 +0000 (UTC) (envelope-from astjean@arda.homeunix.net) Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33EB743D46 for ; Mon, 1 May 2006 01:30:31 +0000 (GMT) (envelope-from astjean@arda.homeunix.net) Received: from arda.homeunix.net ([64.230.64.148]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060501011404.JJWV24981.tomts40-srv.bellnexxia.net@arda.homeunix.net> for ; Sun, 30 Apr 2006 21:14:04 -0400 Received: (qmail 23653 invoked by uid 1001); 1 May 2006 01:14:04 -0000 Message-Id: <20060501011404.23652.qmail@arda.homeunix.net> Date: 1 May 2006 01:14:04 -0000 From: andrew@arda.homeunix.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/96572: New port: security/courierpasswd authentication utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andrew@arda.homeunix.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 01:40:16 -0000 >Number: 96572 >Category: ports >Synopsis: New port: security/courierpasswd authentication utility >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 01 01:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrew St. Jean >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD lorien.arda.homeunix.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Thu Mar 2 22:54:06 EST 2006 root@lorien.arda.homeunix.net:/usr/src/sys/i386/compile/LORIEN540 i386 >Description: courierpasswd is an authentication and password changing utility that uses the courier-authlib authentication library to find user credentials. >How-To-Repeat: >Fix: --- courierpasswd.shar begins here --- # 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: # # /usr/ports/security/courierpasswd/ # /usr/ports/security/courierpasswd/pkg-descr # /usr/ports/security/courierpasswd/Makefile # /usr/ports/security/courierpasswd/distinfo # echo c - /usr/ports/security/courierpasswd/ mkdir -p /usr/ports/security/courierpasswd/ > /dev/null 2>&1 echo x - /usr/ports/security/courierpasswd/pkg-descr sed 's/^X//' >/usr/ports/security/courierpasswd/pkg-descr << 'END-of-/usr/ports/security/courierpasswd/pkg-descr' Xcourierpasswd is an authentication and password changing utility Xthat uses the courier-authlib authentication library to find user credentials. X XIts interface follows that of Daniel J. Bernstein's checkpassword program. X XWWW: http://www.arda.homeunix.net/store/ END-of-/usr/ports/security/courierpasswd/pkg-descr echo x - /usr/ports/security/courierpasswd/Makefile sed 's/^X//' >/usr/ports/security/courierpasswd/Makefile << 'END-of-/usr/ports/security/courierpasswd/Makefile' X# New ports collection makefile for: courierpasswd X# Date created: 23th April 2006 X# Whom: Andrew St. Jean X# X# $FreeBSD$ X XPORTNAME= courierpasswd XPORTVERSION= 1.1.0 XCATEGORIES= security mail XMASTER_SITES= http://www.arda.homeunix.net/store/ X XMAINTAINER= andrew@arda.homeunix.net XCOMMENT= User authentication and password changing utility X XBUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base XRUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base X XUSE_REINPLACE= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib -lintl XCONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}' X XMINUID?= 100 X XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS+=--with-minuid=${MINUID} X XPLIST_FILES= sbin/courierpasswd XMAN8= courierpasswd.8 X Xpre-fetch: X @${ECHO} "" X @${ECHO} "#######################################################################" X @${ECHO} "" X @${ECHO} " You should set the following build option." X @${ECHO} "" X @${ECHO} " MINUID=uid Accounts with uids below this value cannot have" X @${ECHO} " their passwords changed. Default value is 100." X @${ECHO} "" X @${ECHO} "#######################################################################" X @${ECHO} "" X X.include END-of-/usr/ports/security/courierpasswd/Makefile echo x - /usr/ports/security/courierpasswd/distinfo sed 's/^X//' >/usr/ports/security/courierpasswd/distinfo << 'END-of-/usr/ports/security/courierpasswd/distinfo' XMD5 (courierpasswd-1.1.0.tar.gz) = 6bc4d2ad23a58bc6d41edee6d75a7dca XSHA256 (courierpasswd-1.1.0.tar.gz) = 6b7ad5e3bcb575a0ad0cb8c2f7a139a370799d632989a7bfb6818cb74d21ff8d XSIZE (courierpasswd-1.1.0.tar.gz) = 288625 END-of-/usr/ports/security/courierpasswd/distinfo exit --- courierpasswd.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: