Source: rust-soketto Version: 0.8.0-2 Severity: normal Tags: patch X-Debbugs-Cc: werdah...@debian.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Jonas, base64 was updated to 0.22 in Debian. For rust-soketto this should be as simple as dropping the patch downgrading base64. I attached a convenience patch. best, werdahias - -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') 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: init LSM: AppArmor: enabled -----BEGIN PGP SIGNATURE----- iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZwFd5BUcd2VyZGFoaWFz QGRlYmlhbi5vcmcACgkQ7L7btge5sr5v7QD+KrxqRO5+J3ex9uqANFLEKxPrapeL zk5a18kzHmVHQhMBAIFbFW2GMW1NIwEKsqbacbtwJfOSZHhs69Hs7e0UI1wE =XhoP -----END PGP SIGNATURE-----
diff --git a/debian/control b/debian/control index 651d099..734d973 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-rust, - librust-base64-0.21+alloc-dev, + librust-base64-0.22+alloc-dev, librust-bytes-1+default-dev, librust-env-logger-0.10+default-dev, librust-flate2-1+zlib-dev, @@ -37,7 +37,7 @@ Package: librust-soketto-dev Architecture: all Multi-Arch: foreign Depends: - librust-base64-0.21+alloc-dev, + librust-base64-0.22+alloc-dev, librust-bytes-1+default-dev, librust-flate2-1+zlib-dev, librust-futures-0.3+bilock-dev, diff --git a/debian/patches/2002_base64.patch b/debian/patches/2002_base64.patch deleted file mode 100644 index fae6e78..0000000 --- a/debian/patches/2002_base64.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: accept older branch of crate base64 -Author: Jonas Smedegaard <d...@jones.dk> -Forwarded: not-needed -Bug-Debian: https://bugs.debian.org/1069207 -Last-Update: 2024-09-12 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -19,7 +19,7 @@ - deflate = ["flate2"] - - [dependencies] --base64 = { default-features = false, features = ["alloc"], version = "0.22" } -+base64 = { default-features = false, features = ["alloc"], version = ">= 0.21.7, <= 0.22" } - bytes = { default-features = false, version = "1.0" } - flate2 = { default-features = false, features = ["zlib"], optional = true, version = "1.0.13" } - futures = { default-features = false, features = ["bilock", "std", "unstable"], version = "0.3.1" } diff --git a/debian/patches/series b/debian/patches/series index 0c730ea..784be50 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -2002_base64.patch 2002_env_logger.patch 2002_hyper.patch