diff options
author | matthew <matthew@FreeBSD.org> | 2012-08-02 03:31:47 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-08-02 03:31:47 +0800 |
commit | 61507dd425427a03834ea6eb9cc1be9fce054f47 (patch) | |
tree | b0d24d1506b1c6ce413a69aa78b32d3faf6ab083 /www | |
parent | ed00370185ea1af38a72eefe6ff0a3ee47a94e55 (diff) | |
download | freebsd-ports-gnome-61507dd425427a03834ea6eb9cc1be9fce054f47.tar.gz freebsd-ports-gnome-61507dd425427a03834ea6eb9cc1be9fce054f47.tar.zst freebsd-ports-gnome-61507dd425427a03834ea6eb9cc1be9fce054f47.zip |
- Update to 0.33
- ChangeLog:
0.33
Bug fix: Actually disable RT::Authen::ExternalAuth while importing users from LDAP
0.32_06
Bug fix: Allow 0 as a valid object CF value
Usability: Lower log level to debug for skipped numeric users/groups
0.32_05
Bug fix: Restore the old uncached group member search logic when Member_Attr_Value is DN
Bug fix: Ensure the users cache is defined before we use it
Feature: Support skipping users or groups during import
0.32_04
Doc: Cleaned up documention into a single place
Feature: Sync single value user CFs
0.32_03
Flush output immediately
Disable RT::Authen::ExternalAuth to avoid double info fetching
0.32_02
Support for paging results from your LDAP source
Use the same perl that ran Makefile.PL in the shebang of bin/rtldapimport
0.32_01
Clarify $LDAPGroupName option
Support for group membership attributes which don't contain a list of user DNs
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-RT-Extension-LDAPImport/Makefile | 3 | ||||
-rw-r--r-- | www/p5-RT-Extension-LDAPImport/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-RT-Extension-LDAPImport/Makefile b/www/p5-RT-Extension-LDAPImport/Makefile index 4d1db9701c9b..7b14e7376fa7 100644 --- a/www/p5-RT-Extension-LDAPImport/Makefile +++ b/www/p5-RT-Extension-LDAPImport/Makefile @@ -6,8 +6,7 @@ # PORTNAME= RT-Extension-LDAPImport -PORTVERSION= 0.31 -PORTREVISION= 2 +PORTVERSION= 0.33 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-RT-Extension-LDAPImport/distinfo b/www/p5-RT-Extension-LDAPImport/distinfo index f7380553bdd0..d03309fcd9f9 100644 --- a/www/p5-RT-Extension-LDAPImport/distinfo +++ b/www/p5-RT-Extension-LDAPImport/distinfo @@ -1,2 +1,2 @@ -SHA256 (RT-Extension-LDAPImport-0.31.tar.gz) = 8e0102586efb3929e4a5e5fc5b8cf98641657e55bfe0dff173b0944017eb5635 -SIZE (RT-Extension-LDAPImport-0.31.tar.gz) = 40986 +SHA256 (RT-Extension-LDAPImport-0.33.tar.gz) = afc7dbccc2b59cf832755b506c60a3af472ad3e72ca4a0c4ac579d38c1c73ea3 +SIZE (RT-Extension-LDAPImport-0.33.tar.gz) = 53524 |