Package: 389-ds-base Version: 3.1.1+dfsg1-2 Severity: normal Tags: patch X-Debbugs-Cc: werdah...@riseup.net
Hi, we recently updated rust-base64 in Debian to 0.22. Since your package depends on this library this needs an updated. For your convenience I attached a patch facilitating this. best, werdahias -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.10.11-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: OpenRC (via /run/openrc), PID 1: openrc-init LSM: AppArmor: enabled Versions of packages 389-ds-base depends on: pn 389-ds-base-libs <none> ii acl 2.3.2-2 ii adduser 3.137 ii debconf [debconf-2.0] 1.5.87 pn ldap-utils <none> ii libc6 2.40-3 ii libcrypt1 1:4.4.36-5 ii libdb5.3t64 5.3.28+dfsg2-7 ii libgcc-s1 14.2.0-6 ii libicu72 72.1-5 ii libldap-2.5-0 2.5.18+dfsg-3 ii liblmdb0 0.9.31-1+b1 pn libmozilla-ldap-perl <none> ii libnetaddr-ip-perl 4.079+dfsg-2+b3 ii libnspr4 2:4.35-1.1+b1 ii libnss3 2:3.105-2 ii libpam0g 1.5.3-7 ii libsasl2-2 2.1.28+dfsg1-8 pn libsasl2-modules-gssapi-mit <none> ii libsnmp40t64 5.9.4+dfsg-1.1+b1 pn libsocket-getaddrinfo-perl <none> ii libssl3t64 3.3.2-1 ii libsystemd0 256.6-1 ii perl 5.38.2-5 ii python3 3.12.6-1 pn python3-lib389 <none> ii python3-selinux 3.7-3 pn python3-semanage <none> pn python3-sepolicy <none> pn systemd <none> 389-ds-base recommends no packages. 389-ds-base suggests no packages.
commit a420169a383c1742217f396b814a186ef9127ae6 Author: Matthias Geiger <werdah...@riseup.net> Date: Mon Oct 7 16:43:37 2024 +0200 Update packaging for base64 0.22 diff --git a/debian/control b/debian/control index 967ef788b..ad66f588b 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Build-Depends: libpcre2-dev, libperl-dev, librust-ahash-0.7-dev, - librust-base64-0.21-dev, + librust-base64-0.22-dev, librust-cbindgen-0+default-dev, librust-cc-dev, librust-crossbeam-dev, diff --git a/debian/patches/base64-0.21.diff b/debian/patches/base64-0.21.diff index f992a1c08..3fe5e40bf 100644 --- a/debian/patches/base64-0.21.diff +++ b/debian/patches/base64-0.21.diff @@ -59,7 +59,7 @@ Index: 389-ds-base-2.3.1+dfsg1.new/src/plugins/pwdchan/Cargo.toml uuid = { version = "0.8", features = [ "v4" ] } openssl = { version = "0.10" } -base64 = "0.13" -+base64 = "0.21" ++base64 = "0.22" [build-dependencies] cc = { version = "1.0", features = ["parallel"] }