Hello,

Here's a small update to web2ldap 1.7.8 that's been working on the
usual suspects: ldapd, FreeIPA, and OpenLDAP.

Changelog:
Fixed BytesWarning when running with -bb and adding entries

Thanks,
Lucas
diff /usr/ports
commit - 141685b18e9aa43b1dded6a9f9da063c1e167d4c
path + /usr/ports
blob - 3b879a6c1f08dddac46b8f7d434cbe56911f1275
file + databases/web2ldap/Makefile
--- databases/web2ldap/Makefile
+++ databases/web2ldap/Makefile
@@ -1,8 +1,7 @@
 COMMENT =      full-featured LDAP client running as web application
 
-MODPY_EGG_VERSION =    1.7.7
+MODPY_EGG_VERSION =    1.7.8
 DISTNAME =     web2ldap-${MODPY_EGG_VERSION}
-REVISION =     1
 
 CATEGORIES =   databases www sysutils
 
blob - a7c32e6684d5d7fc11c9c0ddad76b1e9b0c88b4c
file + databases/web2ldap/distinfo
--- databases/web2ldap/distinfo
+++ databases/web2ldap/distinfo
@@ -1,2 +1,2 @@
-SHA256 (web2ldap-1.7.7.tar.gz) = GPpzBIsOO8K3t11mG8dEu3Fic2gE/gUUJ8qnG9buN2U=
-SIZE (web2ldap-1.7.7.tar.gz) = 531463
+SHA256 (web2ldap-1.7.8.tar.gz) = 8SOdgUL+oWFwb0jcthBLkJh9zYSjuQz4vNfcCVpYWqE=
+SIZE (web2ldap-1.7.8.tar.gz) = 533713
blob - 3707dcfb984ca2cbe0acb7481cb43c2787ff4e76
file + databases/web2ldap/patches/patch-etc_web2ldap_web2ldapcnf_hosts_py
--- databases/web2ldap/patches/patch-etc_web2ldap_web2ldapcnf_hosts_py
+++ databases/web2ldap/patches/patch-etc_web2ldap_web2ldapcnf_hosts_py
@@ -3,7 +3,7 @@ point at OpenBSD default cert store
 Index: etc/web2ldap/web2ldapcnf/hosts.py
 --- etc/web2ldap/web2ldapcnf/hosts.py.orig
 +++ etc/web2ldap/web2ldapcnf/hosts.py
-@@ -783,7 +783,7 @@ GLOBAL_DEFAULTS = Web2LDAPConfig(
+@@ -798,7 +798,7 @@ GLOBAL_DEFAULTS = Web2LDAPConfig(
          #ldap0.OPT_X_TLS_CACERTDIR: '/var/lib/ca-certificates/pem',
          #ldap0.OPT_X_TLS_CACERTDIR: os.path.join(ETC_DIR, 'tls', 'cacerts'),
          # File containing all the trusted root CA certs
blob - 2746f3b4e2eeebb07263d8fef34dd4431bb0b747
file + databases/web2ldap/patches/patch-web2ldap___init___py
--- databases/web2ldap/patches/patch-web2ldap___init___py
+++ databases/web2ldap/patches/patch-web2ldap___init___py
@@ -1,7 +1,7 @@
 Index: web2ldap/__init__.py
 --- web2ldap/__init__.py.orig
 +++ web2ldap/__init__.py
-@@ -29,7 +29,7 @@ if 'WEB2LDAP_HOME' in os.environ:
+@@ -34,7 +34,7 @@ if 'WEB2LDAP_HOME' in os.environ:
  elif (
          platform.uname().system == 'Linux'
          and sys.prefix == '/usr'

Reply via email to