Hello,

Here are updates for web2ldap and py-ldap0 which have been working
fine. Tested against ldapd, OpenLDAP, and FreeIPA

Release notes:

web2ldap:
  * All sources are now marked as # -*- coding: ascii -*- to prevent
    Trojan Source.
  * Fixed interop issues with MS AD:
    * Fixed str/bytes regression when generating old password value
      during changing unicodePwd in own user entry in MS AD.
    * Catch and ignore ldap0.NO_SUCH_OPERATION when calling
      LDAPObject.abandon() because MS AD returns this result code.

py-ldap0:
  * DNObj.from_str() now accepts DNs of the form 'foo=' without
    attribute value

Thanks,
Lucas
diff c6c318ad6feb65fd86c9f7d2cba375000fa42228 /usr/ports
blob - 2e790d856e7b64273ca29d9478ec21f6d21c4cf1
file + databases/py-ldap0/Makefile
--- databases/py-ldap0/Makefile
+++ databases/py-ldap0/Makefile
@@ -2,11 +2,10 @@
 
 COMMENT =      provides an API to access LDAP directory servers for Python
 
-MODPY_EGG_VERSION =    1.4.0
+MODPY_EGG_VERSION =    1.4.1
 
 DISTNAME =     ldap0-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
-REVISION =     0
 
 CATEGORIES =   databases devel
 
blob - a12947c067db4cb860254dc965d0f96e298194d5
file + databases/py-ldap0/distinfo
--- databases/py-ldap0/distinfo
+++ databases/py-ldap0/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ldap0-1.4.0.tar.gz) = wQhJ/bbYK6I9nAqb2AcbX5jNRRTEnDdXRAmM8l0PJ4I=
-SIZE (ldap0-1.4.0.tar.gz) = 233282
+SHA256 (ldap0-1.4.1.tar.gz) = onx09301eEs6mN5sJXU5uolEx+mDwtKkqG55BI7m1KI=
+SIZE (ldap0-1.4.1.tar.gz) = 233286
diff c6c318ad6feb65fd86c9f7d2cba375000fa42228 /usr/ports
blob - 40f01c2b1ee181e905fc095117bc379904cedd77
file + databases/web2ldap/Makefile
--- databases/web2ldap/Makefile
+++ databases/web2ldap/Makefile
@@ -2,9 +2,8 @@
 
 COMMENT =      full-featured LDAP client running as web application
 
-MODPY_EGG_VERSION =    1.6.16
+MODPY_EGG_VERSION =    1.6.17
 DISTNAME =     web2ldap-${MODPY_EGG_VERSION}
-REVISION =     0
 
 CATEGORIES =   databases www sysutils
 
blob - 69aa6e6418d1aa7ccc8bed4972ff7a34458106b9
file + databases/web2ldap/distinfo
--- databases/web2ldap/distinfo
+++ databases/web2ldap/distinfo
@@ -1,2 +1,2 @@
-SHA256 (web2ldap-1.6.16.tar.gz) = nIlVbQsIlZueTUWICkyk1713AQt83F47Iabf3ZZHbFM=
-SIZE (web2ldap-1.6.16.tar.gz) = 529984
+SHA256 (web2ldap-1.6.17.tar.gz) = GKX5LvAykKDJQcL8w6ZX9Y1OcEuCkU3lZNo2I+Iib1w=
+SIZE (web2ldap-1.6.17.tar.gz) = 529946

Reply via email to