Date: Mon, 5 Jan 2015 23:21:00 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376372 - head/security/courierpasswd Message-ID: <201501052321.t05NL0e4008755@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Jan 5 23:20:59 2015 New Revision: 376372 URL: https://svnweb.freebsd.org/changeset/ports/376372 QAT: https://qat.redports.org/buildarchive/r376372/ Log: - Update to version 1.1.3 [1] - Links to libcourierauth.so, so make it proper LIB_DEPENDS PR: 196496 [1] Submitted by: Andrew <freeware@arda.homeunix.net> Modified: head/security/courierpasswd/Makefile head/security/courierpasswd/distinfo head/security/courierpasswd/pkg-descr head/security/courierpasswd/pkg-message Modified: head/security/courierpasswd/Makefile ============================================================================== --- head/security/courierpasswd/Makefile Mon Jan 5 23:11:30 2015 (r376371) +++ head/security/courierpasswd/Makefile Mon Jan 5 23:20:59 2015 (r376372) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= courierpasswd -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= security mail MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= User authentication and password changing utility -BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base +LIB_DEPENDS= libcourierauth.so:${PORTSDIR}/security/courier-authlib-base GNU_CONFIGURE= yes USES= gmake Modified: head/security/courierpasswd/distinfo ============================================================================== --- head/security/courierpasswd/distinfo Mon Jan 5 23:11:30 2015 (r376371) +++ head/security/courierpasswd/distinfo Mon Jan 5 23:20:59 2015 (r376372) @@ -1,2 +1,2 @@ -SHA256 (courierpasswd-1.1.2.tar.gz) = 5b78f98be3321a99d33db1f69e59c7b561860448518dba04ade4323942d5c736 -SIZE (courierpasswd-1.1.2.tar.gz) = 287200 +SHA256 (courierpasswd-1.1.3.tar.gz) = b063d92b4416b79b830c65a99bc9aa90b80cd46fc42a7af310af749687501592 +SIZE (courierpasswd-1.1.3.tar.gz) = 341024 Modified: head/security/courierpasswd/pkg-descr ============================================================================== --- head/security/courierpasswd/pkg-descr Mon Jan 5 23:11:30 2015 (r376371) +++ head/security/courierpasswd/pkg-descr Mon Jan 5 23:20:59 2015 (r376372) @@ -3,4 +3,4 @@ that uses the courier-authlib authentica Its interface follows that of Daniel J. Bernstein's checkpassword program. -WWW: http://www.arda.homeunix.net/store/ +WWW: http://www.arda.homeunix.net/downloads/ Modified: head/security/courierpasswd/pkg-message ============================================================================== --- head/security/courierpasswd/pkg-message Mon Jan 5 23:11:30 2015 (r376371) +++ head/security/courierpasswd/pkg-message Mon Jan 5 23:20:59 2015 (r376372) @@ -8,8 +8,8 @@ root, this presents no problem. However, as a non-root user, you have three options, all of which require some manual work. -Option 1: Add the user courierpasswd will run as to the group that -owns the authdaemon socket directory in /etc/group. More than one user +Option 1: Add the user courierpasswd will run as the group that owns +the authdaemon socket directory in /etc/group. More than one user can be added to the group vector in this way. This arrangement works well if courierpasswd will be run by only a small number of users. If the authdaemon socket directory is owned by courier:courier and you
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501052321.t05NL0e4008755>