From bd944b06f96abbf9a10e157047e7564a3f381cd9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 24 Apr 2024 21:12:19 +0200 Subject: [PATCH] ldap: bump version to 0.2.2-1 Signed-off-by: Thomas Lamprecht --- proxmox-ldap/Cargo.toml | 2 +- proxmox-ldap/debian/changelog | 10 +++++++++- proxmox-ldap/debian/control | 9 ++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/proxmox-ldap/Cargo.toml b/proxmox-ldap/Cargo.toml index e036f1d6..902851f6 100644 --- a/proxmox-ldap/Cargo.toml +++ b/proxmox-ldap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-ldap" -version = "0.2.1" +version = "0.2.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-ldap/debian/changelog b/proxmox-ldap/debian/changelog index 6619cfaa..e9943e34 100644 --- a/proxmox-ldap/debian/changelog +++ b/proxmox-ldap/debian/changelog @@ -1,4 +1,12 @@ -rust-proxmox-ldap (0.2.1-1) UNRELEASED; urgency=medium +rust-proxmox-ldap (0.2.2-1) bookworm; urgency=medium + + * ldap: avoid superfluous allocation when calling .search() + + * ldap: add method for retrieving root DSE attributes + + -- Proxmox Support Team Wed, 24 Apr 2024 21:11:49 +0200 + +rust-proxmox-ldap (0.2.1-1) bookworm; urgency=medium * only check base of base_dn when checking connection to avoid some size limitations diff --git a/proxmox-ldap/debian/control b/proxmox-ldap/debian/control index 32b82c0a..f0a047de 100644 --- a/proxmox-ldap/debian/control +++ b/proxmox-ldap/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12), librust-serde-1+default-dev , librust-serde-1+derive-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-ldap @@ -34,8 +34,7 @@ Provides: librust-proxmox-ldap-0+default-dev (= ${binary:Version}), librust-proxmox-ldap-0.2-dev (= ${binary:Version}), librust-proxmox-ldap-0.2+default-dev (= ${binary:Version}), - librust-proxmox-ldap-0.2.1-dev (= ${binary:Version}), - librust-proxmox-ldap-0.2.1+default-dev (= ${binary:Version}) + librust-proxmox-ldap-0.2.2-dev (= ${binary:Version}), + librust-proxmox-ldap-0.2.2+default-dev (= ${binary:Version}) Description: Proxmox library for LDAP authentication/synchronization - Rust source code - This package contains the source for the Rust proxmox-ldap crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-ldap"