From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 17 11:50:18 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 668FE16A47A for ; Sat, 17 Jun 2006 11:50:18 +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 8F4A343D46 for ; Sat, 17 Jun 2006 11:50:17 +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 k5HBoH9o080641 for ; Sat, 17 Jun 2006 11:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5HBoHGA080640; Sat, 17 Jun 2006 11:50:17 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jun 2006 11:50:17 GMT Resent-Message-Id: <200606171150.k5HBoHGA080640@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 B91F316A47A for ; Sat, 17 Jun 2006 11:44:52 +0000 (UTC) (envelope-from astjean@arda.homeunix.net) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2891843D4C for ; Sat, 17 Jun 2006 11:44:51 +0000 (GMT) (envelope-from astjean@arda.homeunix.net) Received: from arda.homeunix.net ([69.156.81.29]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060617114450.CURV18394.tomts5-srv.bellnexxia.net@arda.homeunix.net> for ; Sat, 17 Jun 2006 07:44:50 -0400 Received: (qmail 20042 invoked by uid 1001); 17 Jun 2006 11:44:50 -0000 Message-Id: <20060617114450.20041.qmail@arda.homeunix.net> Date: 17 Jun 2006 11:44:50 -0000 From: andrew@arda.homeunix.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99077: [maintainer update] Update port: security/courierpasswd User authentication and password changing 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: Sat, 17 Jun 2006 11:50:18 -0000 >Number: 99077 >Category: ports >Synopsis: [maintainer update] Update port: security/courierpasswd User authentication and password changing utility >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 17 11:50:17 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: update to release 1.1.1 >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/courierpasswd.bak/Makefile /usr/ports/security/courierpasswd/Makefile --- /usr/ports/security/courierpasswd.bak/Makefile Mon May 1 16:46:26 2006 +++ /usr/ports/security/courierpasswd/Makefile Sat Jun 17 07:34:06 2006 @@ -5,7 +5,7 @@ # $FreeBSD: ports/security/courierpasswd/Makefile,v 1.1 2006/05/01 20:46:26 pav Exp $ PORTNAME= courierpasswd -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= security mail MASTER_SITES= http://www.arda.homeunix.net/store/ @@ -30,15 +30,16 @@ MAN8= courierpasswd.8 pre-fetch: - @${ECHO} "" - @${ECHO} "#######################################################################" - @${ECHO} "" - @${ECHO} " You should set the following build option." - @${ECHO} "" - @${ECHO} " MINUID=uid Accounts with uids below this value cannot have" - @${ECHO} " their passwords changed. Default value is 100." - @${ECHO} "" - @${ECHO} "#######################################################################" - @${ECHO} "" + @${ECHO} "" + @${ECHO} "#############################################################" + @${ECHO} "" + @${ECHO} " You should set the following build option." + @${ECHO} "" + @${ECHO} " MINUID=uid" + @${ECHO} " Accounts with uids below this value cannot have" + @${ECHO} " their passwords changed. Default value is 100." + @${ECHO} "" + @${ECHO} "#############################################################" + @${ECHO} "" .include diff -ruN /usr/ports/security/courierpasswd.bak/distinfo /usr/ports/security/courierpasswd/distinfo --- /usr/ports/security/courierpasswd.bak/distinfo Mon May 1 16:46:26 2006 +++ /usr/ports/security/courierpasswd/distinfo Tue Jun 13 00:54:50 2006 @@ -1,3 +1,3 @@ -MD5 (courierpasswd-1.1.0.tar.gz) = 6bc4d2ad23a58bc6d41edee6d75a7dca -SHA256 (courierpasswd-1.1.0.tar.gz) = 6b7ad5e3bcb575a0ad0cb8c2f7a139a370799d632989a7bfb6818cb74d21ff8d -SIZE (courierpasswd-1.1.0.tar.gz) = 288625 +MD5 (courierpasswd-1.1.1.tar.gz) = b4ada51affabdf74cef1a028b9ffea5f +SHA256 (courierpasswd-1.1.1.tar.gz) = f7ba0da967ddf82cf6083604666b42dfe4dd15ccf634674e103cbf6ff3a24f15 +SIZE (courierpasswd-1.1.1.tar.gz) = 288765 >Release-Note: >Audit-Trail: >Unformatted: