Your message dated Thu, 10 Oct 2024 00:09:25 +0000
with message-id <[email protected]>
and subject line Bug#1084518: fixed in sccache 0.8.2-2
has caused the Debian Bug report #1084518,
regarding sccache: base64 update
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1084518: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084518
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sccache
Version: 0.8.2-1
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]
Hi,
we recently updated base64 to 0.22 in Debian. Since your package depends
on this library this will require an update. Please find a patch
facilitating this attached.
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 sccache depends on:
ii libc6 2.40-3
ii libgcc-s1 14.2.0-6
ii libssl3t64 3.3.2-1
ii libzstd1 1.5.6+dfsg-1
sccache recommends no packages.
sccache suggests no packages.
commit 83bb13cc8097d82f0f6ddceb1ea33aea356def04
Author: Matthias Geiger <[email protected]>
Date: Mon Oct 7 16:31:45 2024 +0200
Add patch for base64 0.22
diff --git a/debian/control b/debian/control
index 3829b61..1180445 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
librust-assert-cmd-2+default-dev <!nocheck>,
librust-async-trait-0.1+default-dev,
librust-atty-0.2+default-dev,
- librust-base64-0.21+default-dev,
+ librust-base64-0.22+default-dev,
librust-bincode-1+default-dev,
librust-blake3-1+default-dev,
librust-byteorder-1+default-dev,
diff --git a/debian/patches/series b/debian/patches/series
index 634973f..b541a92 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+use-newer-base64.diff
1001_optional_tests.patch
1002_dummy_crate.patch
1003_tidy_manifest.patch
diff --git a/debian/patches/use-newer-base64.diff
b/debian/patches/use-newer-base64.diff
new file mode 100644
index 0000000..1692b51
--- /dev/null
+++ b/debian/patches/use-newer-base64.diff
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -27,7 +27,7 @@
+ anyhow = { version = "1.0", features = ["backtrace"] }
+ ar = "0.9"
+ async-trait = "0.1"
+-base64 = "0.21"
++base64 = "0.22"
+ bincode = "1"
+ blake3 = "1"
+ byteorder = "1.5"
--- End Message ---
--- Begin Message ---
Source: sccache
Source-Version: 0.8.2-2
Done: Jonas Smedegaard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sccache, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated sccache package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 09 Oct 2024 23:32:19 +0200
Source: sccache
Architecture: source
Version: 0.8.2-2
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1084518 1084849
Changes:
sccache (0.8.2-2) unstable; urgency=medium
.
* update and rename patch 2001_itertools -> 1004_itertools;
tighten build-dependency for crate itertools
* add patch cherry-picked upstream
to fix cache collision between object file and precompiled headers
* add patch 1004_env_logger
to accept newer branch of crate env_logger;
bump build-dependency for crate env_logger;
closes: bug#1084849, thanks to Matthias Geiger
* add patch 1004_base64
to accept newer branch of crate base64;
bump build-depenency for crate base64;
closes: bug#1084518, thanks to Matthias Geigeri
Checksums-Sha1:
95d8d89a0e312f782ea0dc799bec2b1233b3e9fd 4494 sccache_0.8.2-2.dsc
965c9a5aa200d1463558815dd0cdb03108507e39 18404 sccache_0.8.2-2.debian.tar.xz
9ae90025dbca1379eb23f8a0d33eb95df72cc215 25393 sccache_0.8.2-2_amd64.buildinfo
Checksums-Sha256:
916ec5e02aa744f55d532159264a027a0fe6bf82627dd1bf064c8adadb4b502f 4494
sccache_0.8.2-2.dsc
8edcb993cec20067e9dea1f99571764057a91f29e6c41e58b31ee6f4196e18c0 18404
sccache_0.8.2-2.debian.tar.xz
24b799113674b23669689c8d979da0f28ec8d9c4d35b42f06286df75d94fd547 25393
sccache_0.8.2-2_amd64.buildinfo
Files:
bc8ecfd98aac6596a7026492eabdec18 4494 devel optional sccache_0.8.2-2.dsc
a0614f7281caf7529aa3e438c65979f8 18404 devel optional
sccache_0.8.2-2.debian.tar.xz
8888d928a88f4dbfd092da5b618d8908 25393 devel optional
sccache_0.8.2-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmcG/FcMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEh9ggQAJH0YhFANA1PBzeq3UFUOZ8aHi0PCSgpv6PvsrLZ
wV7B2bgTRjmxWIstMaMgtRGHobH4nBJd82cuKibs1H5UQr3gQFjb2xKHWap6lq7m
hhiZ0cpwJC8vTv/NdMl7cBU2Wewg9we61leRXVeOZeWr81IXMzrOsZFhZy8pNowb
dWfw/gz3dGQ7mpP56QOZTpQ1qOiY4L3MuzRDNd5Mc9oCpQZ8BMRGebqsp9iy7su7
XLSJCynJewoTYsP8Pj00eKbgWLyPhs2tHW8zSTnkOiwI2EvraPWUZYD0G9a2D+qK
deLifF10rADnKqg/GDvwzwdQ7SC+Qulh5NWB5BLVmzmlJe9mJWUU+qXyo+sJ7bkC
z2F6EdKvpj5mrMdKBcy2YWI6Za/72N10+InHzsTu1oNiHcsxifc1OKuSVXd1i6VH
MiaEkYTQPT24Aluq1BbAK03QaJuWQDEg7hrxoXKC68myRtC5MsGrut4x0T3B5iJT
eIiflGR21Gw8ulDKswfmX0+x20pbqA+k68/qfGnKtrkKJnNYftRuwC24DdLrphu7
4fhnupJSE/T2cEKrhRs1FAukGE3adAX5Bckh6xw9lnOqwcvpCNyFZp+QFverog2E
3ofhRRiFSqs91wDpbM0LVRkGi0IDwYLB52MxhFN5syTNoQ0XR9hNRbuM9MqGQxt4
Z7jm
=9DGJ
-----END PGP SIGNATURE-----
pgpD12L3l3CaE.pgp
Description: PGP signature
--- End Message ---