[PR #2] [CLOSED] Bump python-ldap from 3.3.1 to 3.4.0 in /files #9

Closed
opened 2026-03-02 03:44:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dignajar/another-ldap/pull/2
Author: @dependabot[bot]
Created: 11/29/2021
Status: Closed

Base: mainHead: dependabot/pip/files/python-ldap-3.4.0


📝 Commits (1)

  • 2ec9e87 Bump python-ldap from 3.3.1 to 3.4.0 in /files

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 files/requirements.txt (+1 -1)

📄 Description

Bumps python-ldap from 3.3.1 to 3.4.0.

Release notes

Sourced from python-ldap's releases.

3.4.0

This release requires Python 3.6 or above, and is tested with Python 3.6 to 3.10. Python 2 is no longer supported.

New code in the python-ldap project is available under the MIT licence (available in LICENCE.MIT in the source). Several contributors have agreed to apply this licence their previous contributions as well. See the README for details.

The following undocumented functions are deprecated and scheduled for removal:

  • ldap.cidict.strlist_intersection
  • ldap.cidict.strlist_minus
  • ldap.cidict.strlist_union

Security fixes:

  • Fix inefficient regular expression which allows denial-of-service attacks when parsing specially-crafted LDAP schema. (GHSL-2021-117)

Changes:

  • On MacOS, remove option to make LDAP connections from a file descriptor when built with the system libldap (which lacks the underlying function, ldap_init_fd)
  • Attribute values of the post read control are now bytes instead of ISO8859-1 decoded str
  • LDAPUrl now treats urlscheme as case-insensitive
  • Several OpenLDAP options are now supported:
    • OPT_X_TLS_REQUIRE_SAN
    • OPT_X_SASL_SSF_EXTERNAL
    • OPT_X_TLS_PEERCERT

Fixes:

  • The copy() method of cidict was added back. It was unintentionally removed in 3.3.0
  • Fixed getting/setting SASL options on big endian platforms
  • Unknown LDAP result code are now converted to LDAPexception, rather than raising a SystemError.

slapdtest:

  • Show stderr of slapd -Ttest
  • SlapdObject uses directory-based configuration of slapd
  • SlapdObject startup is now faster

Infrastructure:

  • CI now runs on GitHub Actions rather than Travis CI.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dignajar/another-ldap/pull/2 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/29/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/files/python-ldap-3.4.0` --- ### 📝 Commits (1) - [`2ec9e87`](https://github.com/dignajar/another-ldap/commit/2ec9e87006f4f31e5a0f40021343905022077dc8) Bump python-ldap from 3.3.1 to 3.4.0 in /files ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `files/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.3.1 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-ldap/python-ldap/releases">python-ldap's releases</a>.</em></p> <blockquote> <h2>3.4.0</h2> <p>This release requires Python 3.6 or above, and is tested with Python 3.6 to 3.10. Python 2 is no longer supported.</p> <p>New code in the python-ldap project is available under the MIT licence (available in <code>LICENCE.MIT</code> in the source). Several contributors have agreed to apply this licence their previous contributions as well. See the <code>README</code> for details.</p> <p>The following undocumented functions are deprecated and scheduled for removal:</p> <ul> <li><code>ldap.cidict.strlist_intersection</code></li> <li><code>ldap.cidict.strlist_minus</code></li> <li><code>ldap.cidict.strlist_union</code></li> </ul> <p>Security fixes:</p> <ul> <li>Fix inefficient regular expression which allows denial-of-service attacks when parsing specially-crafted LDAP schema. (GHSL-2021-117)</li> </ul> <p>Changes:</p> <ul> <li>On MacOS, remove option to make LDAP connections from a file descriptor when built with the system libldap (which lacks the underlying function, <code>ldap_init_fd</code>)</li> <li>Attribute values of the post read control are now <code>bytes</code> instead of ISO8859-1 decoded <code>str</code></li> <li><code>LDAPUrl</code> now treats urlscheme as case-insensitive</li> <li>Several OpenLDAP options are now supported: <ul> <li><code>OPT_X_TLS_REQUIRE_SAN</code></li> <li><code>OPT_X_SASL_SSF_EXTERNAL</code></li> <li><code>OPT_X_TLS_PEERCERT</code></li> </ul> </li> </ul> <p>Fixes:</p> <ul> <li>The <code>copy()</code> method of <code>cidict</code> was added back. It was unintentionally removed in 3.3.0</li> <li>Fixed getting/setting <code>SASL</code> options on big endian platforms</li> <li>Unknown LDAP result code are now converted to <code>LDAPexception</code>, rather than raising a <code>SystemError</code>.</li> </ul> <p>slapdtest:</p> <ul> <li>Show stderr of slapd -Ttest</li> <li><code>SlapdObject</code> uses directory-based configuration of <code>slapd</code></li> <li><code>SlapdObject</code> startup is now faster</li> </ul> <p>Infrastructure:</p> <ul> <li>CI now runs on GitHub Actions rather than Travis CI.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python-ldap/python-ldap/compare/python-ldap-3.3.1...python-ldap-3.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-ldap&package-manager=pip&previous-version=3.3.1&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dignajar/another-ldap/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:44:36 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/another-ldap#9
No description provided.