Skip to content

Commit c5420e8

Browse files
Palle GirgensohnPalle Girgensohn
authored andcommitted
net/py-ldap0: update to 1.3.1
PR: 259050
1 parent be58a13 commit c5420e8

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

net/py-ldap0/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PORTNAME= ldap0
2-
PORTVERSION= 1.2.8
3-
PORTREVISION= 1
2+
PORTVERSION= 1.3.1
43
CATEGORIES= net python
54
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
65

@@ -22,7 +21,7 @@ USE_PYTHON= autoplist distutils
2221
USE_GITLAB= yes
2322
GL_ACCOUNT= ae-dir
2423
GL_PROJECT= python-ldap0
25-
GL_COMMIT= 1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34
24+
GL_COMMIT= 555e0c1f72b87c9e7be88ca6bfd284b982ed6e17
2625

2726
PYDISTUTILS_BUILD_TARGET= build_ext
2827
PYDISTUTILS_BUILDARGS+= --inplace

net/py-ldap0/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1623064709
2-
SHA256 (ae-dir-python-ldap0-1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34_GL0.tar.gz) = f66cbee5dc2253b5c72570e29a9df78bc779a9014224666e3e5ed412a08f439a
3-
SIZE (ae-dir-python-ldap0-1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34_GL0.tar.gz) = 252782
1+
TIMESTAMP = 1633887115
2+
SHA256 (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0.tar.gz) = c9c2bf7bf1482af74c2c17877eb5bd7f9df31cb2312b27d8186f4d4b93cece57
3+
SIZE (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0.tar.gz) = 253308

net/py-ldap0/files/patch-setup.cfg

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
--- setup.cfg.orig 2020-01-12 07:58:53 UTC
1+
--- setup.cfg.orig 2021-09-08 14:26:53 UTC
22
+++ setup.cfg
3-
@@ -1,6 +1,6 @@
4-
[_libldap0]
5-
defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
3+
@@ -13,12 +13,12 @@
4+
# ./configure --with-cyrus-sasl --with-tls
5+
defines = HAVE_SASL HAVE_TLS
6+
67
-extra_compile_args = -Wall -O1 -g -DPYMALLOC_DEBUG
78
+extra_compile_args = -Wall
89
extra_objects =
9-
libs = ldap_r
1010

11+
# Example for full-featured build:
12+
# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
13+
-libs = ldap_r
14+
+libs = ldap
15+
16+
[metadata]
17+
license_file = LICENSE

0 commit comments

Comments
 (0)