diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-05 23:20:59 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-05 23:20:59 +0000 |
commit | b5c502f13f139fdfbb1bdc9d13a3a280b3b451e0 (patch) | |
tree | ca1d4046017427981bf8359fcb6c8fd963d69786 /security/courierpasswd | |
parent | 8144c6db88f21b4563775782270e3419f0c369e5 (diff) | |
download | ports-b5c502f13f139fdfbb1bdc9d13a3a280b3b451e0.tar.gz ports-b5c502f13f139fdfbb1bdc9d13a3a280b3b451e0.zip |
Notes
Diffstat (limited to 'security/courierpasswd')
-rw-r--r-- | security/courierpasswd/Makefile | 5 | ||||
-rw-r--r-- | security/courierpasswd/distinfo | 4 | ||||
-rw-r--r-- | security/courierpasswd/pkg-descr | 2 | ||||
-rw-r--r-- | security/courierpasswd/pkg-message | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/security/courierpasswd/Makefile b/security/courierpasswd/Makefile index e08877c0726e..ed936965f843 100644 --- a/security/courierpasswd/Makefile +++ b/security/courierpasswd/Makefile @@ -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 diff --git a/security/courierpasswd/distinfo b/security/courierpasswd/distinfo index 28052252a247..c39aaa2b06fd 100644 --- a/security/courierpasswd/distinfo +++ b/security/courierpasswd/distinfo @@ -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 diff --git a/security/courierpasswd/pkg-descr b/security/courierpasswd/pkg-descr index e965bf9a776f..13978c13e23d 100644 --- a/security/courierpasswd/pkg-descr +++ b/security/courierpasswd/pkg-descr @@ -3,4 +3,4 @@ that uses the courier-authlib authentication library to find user credentials. 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/ diff --git a/security/courierpasswd/pkg-message b/security/courierpasswd/pkg-message index ad105e6d6b53..7b04b6b1a0be 100644 --- a/security/courierpasswd/pkg-message +++ b/security/courierpasswd/pkg-message @@ -8,8 +8,8 @@ root, this presents no problem. However, if you need to run courierpasswd 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 |