From nobody Mon Oct 11 14:42:43 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 28C7617EA44B; Mon, 11 Oct 2021 14:42:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HShNN0gjyz4rV6; Mon, 11 Oct 2021 14:42:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBC1622A74; Mon, 11 Oct 2021 14:42:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19BEghaG048560; Mon, 11 Oct 2021 14:42:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19BEghqn048559; Mon, 11 Oct 2021 14:42:43 GMT (envelope-from git) Date: Mon, 11 Oct 2021 14:42:43 GMT Message-Id: <202110111442.19BEghqn048559@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Palle Girgensohn Subject: git: c5420e877724 - main - net/py-ldap0: update to 1.3.1 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: girgen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c5420e877724ce867a6f8bcd98c613bb9af9e6e4 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5420e877724ce867a6f8bcd98c613bb9af9e6e4 commit c5420e877724ce867a6f8bcd98c613bb9af9e6e4 Author: Palle Girgensohn AuthorDate: 2021-10-11 14:41:16 +0000 Commit: Palle Girgensohn CommitDate: 2021-10-11 14:42:38 +0000 net/py-ldap0: update to 1.3.1 PR: 259050 --- net/py-ldap0/Makefile | 5 ++--- net/py-ldap0/distinfo | 6 +++--- net/py-ldap0/files/patch-setup.cfg | 17 ++++++++++++----- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/net/py-ldap0/Makefile b/net/py-ldap0/Makefile index c003e7606a03..216fad655808 100644 --- a/net/py-ldap0/Makefile +++ b/net/py-ldap0/Makefile @@ -1,6 +1,5 @@ PORTNAME= ldap0 -PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +21,7 @@ USE_PYTHON= autoplist distutils USE_GITLAB= yes GL_ACCOUNT= ae-dir GL_PROJECT= python-ldap0 -GL_COMMIT= 1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34 +GL_COMMIT= 555e0c1f72b87c9e7be88ca6bfd284b982ed6e17 PYDISTUTILS_BUILD_TARGET= build_ext PYDISTUTILS_BUILDARGS+= --inplace diff --git a/net/py-ldap0/distinfo b/net/py-ldap0/distinfo index 2262176d8abf..da916e00b9a3 100644 --- a/net/py-ldap0/distinfo +++ b/net/py-ldap0/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623064709 -SHA256 (ae-dir-python-ldap0-1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34_GL0.tar.gz) = f66cbee5dc2253b5c72570e29a9df78bc779a9014224666e3e5ed412a08f439a -SIZE (ae-dir-python-ldap0-1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34_GL0.tar.gz) = 252782 +TIMESTAMP = 1633887115 +SHA256 (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0.tar.gz) = c9c2bf7bf1482af74c2c17877eb5bd7f9df31cb2312b27d8186f4d4b93cece57 +SIZE (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0.tar.gz) = 253308 diff --git a/net/py-ldap0/files/patch-setup.cfg b/net/py-ldap0/files/patch-setup.cfg index ac7d768e4791..a081d46ffcd1 100644 --- a/net/py-ldap0/files/patch-setup.cfg +++ b/net/py-ldap0/files/patch-setup.cfg @@ -1,10 +1,17 @@ ---- setup.cfg.orig 2020-01-12 07:58:53 UTC +--- setup.cfg.orig 2021-09-08 14:26:53 UTC +++ setup.cfg -@@ -1,6 +1,6 @@ - [_libldap0] - defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R +@@ -13,12 +13,12 @@ + # ./configure --with-cyrus-sasl --with-tls + defines = HAVE_SASL HAVE_TLS + -extra_compile_args = -Wall -O1 -g -DPYMALLOC_DEBUG +extra_compile_args = -Wall extra_objects = - libs = ldap_r + # Example for full-featured build: + # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r. +-libs = ldap_r ++libs = ldap + + [metadata] + license_file = LICENSE