notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
py-ldappool Simple connector pool for py-ldap
3.0.0 net on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.1_2Version of this port present on the latest quarterly branch.
Maintainer: [email protected] search for ports maintained by this maintainer
Port Added: 2018-07-06 17:50:25
Last Update: 2024-10-13 08:32:33
Commit Hash: b6a6144
People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
Also Listed In: python
License: MPL20
WWW:
https://opendev.org/openstack/ldappool
Description:
ldappool keeps LDAP connectors alive and let you reuse them, drastically reducing the time spent to initiate a ldap connection. The pool has useful features like: - transparent reconnection on failures or server restarts - configurable pool size and connectors timeouts - configurable max lifetime for connectors - a context manager to simplify acquiring and releasing a connector
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}ldappool>0:net/py-ldappool@${PY_FLAVOR}
To install the port:
cd /usr/ports/net/py-ldappool/ && make install clean
To add the package, run one of these commands:
  • pkg install net/py-ldappool
  • pkg install py311-ldappool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-ldappool listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-ldappool
Package flavors (<flavor>: <package>)
  • py311: py311-ldappool
distinfo:
TIMESTAMP = 1728719320 SHA256 (ldappool-3.0.0.tar.gz) = 4bb59b7d6b11407f48ee01a781267e3c8ba98d91f426806ac7208612ae087b86 SIZE (ldappool-3.0.0.tar.gz) = 22373

Packages (timestamps in pop-ups are UTC):
py37-ldappool
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.4.1_1---2.4.1_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
py39-ldappool
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--2.4.1_1--2.4.1_22.4.1_22.4.1_2
FreeBSD:14:latest--2.4.1_1--2.4.1_1-2.4.1_1
FreeBSD:14:quarterly-----2.4.1_22.4.1_22.4.1_2
FreeBSD:15:latest--n/a-n/a2.4.1_22.4.1_22.4.1_2
 
py311-ldappool
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:13:quarterly2.4.1_22.4.1_2-2.4.1_22.4.1_2---
FreeBSD:14:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:14:quarterly2.4.1_22.4.1_2-2.4.1_22.4.1_2---
FreeBSD:15:latest3.0.03.0.0n/a3.0.0n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-pbr>=2.0.0 : devel/py-pbr@py311
  2. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  3. python3.11 : lang/python311
Test dependencies:
  1. py311-pytest>=7,1 : devel/py-pytest@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. py311-prettytable>=0.7.2 : devel/py-prettytable@py311
  2. py311-python-ldap>=3.0.0 : net/py-python-ldap@py311
  3. py311-six>=0 : devel/py-six@py311
  4. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  5. python3.11 : lang/python311
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. security/py-keystone*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
net_py-ldappool
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/l/ldappool/
  2. https://pypi.org/packages/source/l/ldappool/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
13 Oct 2024 08:32:33
commit hash: b6a614433f836500408e0d5a74f359838867e1cecommit hash: b6a614433f836500408e0d5a74f359838867e1cecommit hash: b6a614433f836500408e0d5a74f359838867e1cecommit hash: b6a614433f836500408e0d5a74f359838867e1ce files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net/py-ldappool: Update to 3.0.0

* Simplify Makefile by switching to USE_PYTHON=pytest and sort
  USE_PYTHON while I'm here.

* Update WWW to point to the actual upstream repository.

Changelog:

https://github.com/openstack/ldappool/releases/tag/3.0.0
2.4.1_2
17 Nov 2023 01:57:21
commit hash: a200c268841cf424abd43a3ab878264ba5da976bcommit hash: a200c268841cf424abd43a3ab878264ba5da976bcommit hash: a200c268841cf424abd43a3ab878264ba5da976bcommit hash: a200c268841cf424abd43a3ab878264ba5da976b files touched by this commit
Ruslan Makhmatkhanov (rm) search for other commits by this committer
Bump portrevision for dependant ports

after net/py-ldap renamed to net/py-python-ldap
2.4.1_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2.4.1_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.4.1_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.4.1_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.4.1_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.4.1_1
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
2.4.1_1
09 Oct 2020 19:03:14
Revision:551812Original commit files touched by this commit
sunpoet search for other commits by this committer
Change RUN_DEPENDS from py-prettytable to py-prettytable0

- Bump PORTREVISION for dependency change

===>   py37-ldappool-2.4.1 depends on package: py37-prettytable>=0.7.2<0.8 - not
found
*** Error code 1

Stop.
make: stopped in /usr/ports/net/py-ldappool

Approved by:	portmgr (blanket)
2.4.1
13 May 2020 08:10:00
Revision:535092Original commit files touched by this commit
kai search for other commits by this committer
net/py-ldappool: Update to 2.4.1

* Separate USES block from non-relevant variables.

* While I'm here: Add "do-test" target to make future QA easier.

Notable changes since 2.2.0:

* Allow pool status to be printed as a table
* Handle retry logic for timeouts with multiple LDAP servers
* Improve connection retry logging
* Fix ldappool bad password retry logic

PR:		246402
Submitted by:	sunpoet
MFH:		2020Q2 (Blanket: Bug/Reliability fixes)
2.2.0
01 Feb 2019 18:55:18
Revision:491837Original commit files touched by this commit
kai search for other commits by this committer
Change my maintainer email address to my new one at the FreeBSD project.

Reviewed by:	miwi (mentor)
Approved by:	miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
2.2.0
06 Jul 2018 17:50:13
Revision:474026Original commit files touched by this commit
miwi search for other commits by this committer
ldappool keeps LDAP connectors alive and let you reuse them, drastically
reducing the time spent to initiate a ldap connection.

The pool has useful features like:

- transparent reconnection on failures or server restarts
- configurable pool size and connectors timeouts
- configurable max lifetime for connectors
- a context manager to simplify acquiring and releasing a connector

WWW: https://pypi.org/project/ldappool/

PR:		228847
Submitted by:	[email protected]
Sponsored by:	iXsystems Inc.

Number of commits found: 13