Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2012 19:31:48 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301840 - head/www/p5-RT-Extension-LDAPImport
Message-ID:  <201208011931.q71JVmMQ090830@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Aug  1 19:31:47 2012
New Revision: 301840
URL: http://svn.freebsd.org/changeset/ports/301840

Log:
  - 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

Modified:
  head/www/p5-RT-Extension-LDAPImport/Makefile   (contents, props changed)
  head/www/p5-RT-Extension-LDAPImport/distinfo   (contents, props changed)

Modified: head/www/p5-RT-Extension-LDAPImport/Makefile
==============================================================================
--- head/www/p5-RT-Extension-LDAPImport/Makefile	Wed Aug  1 19:22:27 2012	(r301839)
+++ head/www/p5-RT-Extension-LDAPImport/Makefile	Wed Aug  1 19:31:47 2012	(r301840)
@@ -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-

Modified: head/www/p5-RT-Extension-LDAPImport/distinfo
==============================================================================
--- head/www/p5-RT-Extension-LDAPImport/distinfo	Wed Aug  1 19:22:27 2012	(r301839)
+++ head/www/p5-RT-Extension-LDAPImport/distinfo	Wed Aug  1 19:31:47 2012	(r301840)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208011931.q71JVmMQ090830>