Date: Thu, 29 Jun 2017 18:18:47 +0000 (UTC) From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444658 - head/sysutils/ldap-account-manager Message-ID: <201706291818.v5TIIlMk034330@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ultima Date: Thu Jun 29 18:18:47 2017 New Revision: 444658 URL: https://svnweb.freebsd.org/changeset/ports/444658 Log: * Updated to 6.0 - Support multiple configurations for same account type - PHP 7.1 compatibility - Courier users and mail aliases - Windows: Support unlocking of users with too many failed login attempts - Samba 3: added account expiration date to PDF fields LAM Pro: - Custom fields: can be used for file upload - Custom fields: new selection list type that gets options from LDAP search - Kopano support PR: 220292 Submitted by: <basil@vpm.net.ua> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11383 Modified: head/sysutils/ldap-account-manager/Makefile head/sysutils/ldap-account-manager/distinfo Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Thu Jun 29 18:16:25 2017 (r444657) +++ head/sysutils/ldap-account-manager/Makefile Thu Jun 29 18:18:47 2017 (r444658) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap-account-manager -PORTVERSION= 5.7 +PORTVERSION= 6.0 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Thu Jun 29 18:16:25 2017 (r444657) +++ head/sysutils/ldap-account-manager/distinfo Thu Jun 29 18:18:47 2017 (r444658) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496951155 -SHA256 (ldap-account-manager-5.7.tar.bz2) = d9f38bfc8fcf928a3bf798628bab73eeaae2285e63e26420f3d6545488cfbe1b -SIZE (ldap-account-manager-5.7.tar.bz2) = 15549854 +TIMESTAMP = 1498500821 +SHA256 (ldap-account-manager-6.0.tar.bz2) = d82c41850b39cbd80bd390c623bf0096d4642b0e625c16af3593b2cb5aab7d40 +SIZE (ldap-account-manager-6.0.tar.bz2) = 16412111
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706291818.v5TIIlMk034330>