php-net-ldap2 2.2.1-1 source package in Ubuntu

Changelog

php-net-ldap2 (2.2.1-1) unstable; urgency=medium

  * New upstream release.
  * d/watch: Use substitution strings.
  * Salsa CI: Include recipes/debian.yml.
  * Salsa CI: Clarify why we run reprotest job under nocheck profile.
  * Update standards version to 4.6.2, no changes needed.
  * d/watch: Point to https://github.com/pear/Net_LDAP2.git rather than
    https://pear.php.net/package/Net_LDAP2/download which is out of date.
  * Refresh d/patches.
  * Adjust d/rules to the new source tree layout as we're no longer using
    https://pear.php.net/package/Net_LDAP2 as source but the upstream
    repository instead.
  * d/p: Fix upstream test suite.
  * Port package to php-ldap 8.1 and later.  This break compatibility with
    earlier versions.
  * DEP-8: Start an OpenLDAP server and make sure we run all tests.

 -- Guilhem Moulin <email address hidden>  Sun, 12 Feb 2023 00:39:21 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-ldap2_2.2.1-1.dsc 2.2 KiB bc7fabf595783538a2b3d32ab2c7422288f43aaf3f15233179da40ab6951094e
php-net-ldap2_2.2.1.orig.tar.gz 98.3 KiB e85a8af3da348c8cb25f8d9915127978d35e270bb67455f248cde763494ee719
php-net-ldap2_2.2.1-1.debian.tar.xz 7.9 KiB 7e7c94a09140c85ae44058348373150b6a097a6ee86a710f3fdaa08107553d0d

No changes file available.

Binary packages built by this source

php-net-ldap2: Object oriented interface for searching and manipulating LDAP-entries

 Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls Net::LDAP
 object interface to directory servers. It does contain most of Net::LDAPs
 features but has some own too.
 With Net_LDAP2 you have:
  * A simple object-oriented interface to connections, searches entries and
 filters.
  * Support for TLS and LDAP v3.
  * Simple modification, deletion and creation of LDAP entries.
  * Support for schema handling.
 .
 Net_LDAP2 layers itself on top of PHP's existing ldap extensions.