From 9586191373827a5b2aed6ee77e9aa8cb63b36594 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Fri, 17 Nov 2023 04:24:04 +0300 Subject: [PATCH] net/py-ldap: update to 3.4.3 Changes: https://github.com/python-ldap/python-ldap/releases/tag/python-ldap-3.4.2 https://github.com/python-ldap/python-ldap/releases/tag/python-ldap-3.4.3 --- net/py-ldap/Makefile | 2 +- net/py-ldap/distinfo | 6 +++--- net/py-ldap/files/patch-setup.cfg | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 net/py-ldap/files/patch-setup.cfg diff --git a/net/py-ldap/Makefile b/net/py-ldap/Makefile index 80b13b9c0f25a..b84ec4926238e 100644 --- a/net/py-ldap/Makefile +++ b/net/py-ldap/Makefile @@ -1,5 +1,5 @@ PORTNAME= ldap -DISTVERSION= 3.4.0 +DISTVERSION= 3.4.3 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-ldap/distinfo b/net/py-ldap/distinfo index eec34c140c1a8..625aa74a27656 100644 --- a/net/py-ldap/distinfo +++ b/net/py-ldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638441029 -SHA256 (python-ldap-3.4.0.tar.gz) = 60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12 -SIZE (python-ldap-3.4.0.tar.gz) = 376169 +TIMESTAMP = 1700183390 +SHA256 (python-ldap-3.4.3.tar.gz) = ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0 +SIZE (python-ldap-3.4.3.tar.gz) = 377438 diff --git a/net/py-ldap/files/patch-setup.cfg b/net/py-ldap/files/patch-setup.cfg deleted file mode 100644 index 9f2d026245dc9..0000000000000 --- a/net/py-ldap/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2020-06-29 14:13:36 UTC -+++ setup.cfg -@@ -5,7 +5,7 @@ license_file = LICENCE - defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R - extra_compile_args = - extra_objects = --libs = ldap_r lber -+libs = ldap lber - - [install] - compile = 1