Your message dated Mon, 29 Jun 2026 19:18:39 +0000
with message-id <[email protected]>
and subject line Bug#1140996: fixed in oxigraph 0.5.9+ds-2
has caused the Debian Bug report #1140996,
regarding oxrq: FTBFS: error[E0277]: the trait bound `CoreWrapper<Sha1Core>: 
md5::Digest` is not satisfied
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.)


-- 
1140996: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140996
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:oxrq
Version: 0.1.0+ds-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202606/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:oxrq, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=rust
        /usr/share/dh-rust/bin/cargo clean
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2'] 0
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True}
     Removed 0 files
   dh_clean -XCargo.toml.orig
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=rust
        /usr/share/dh-rust/bin/cargo prepare-debian debian/cargo_registry

[... snipped ...]

     | -------------------- this is the found trait
     = help: you can use `cargo tree` to explore your dependency tree
help: the following other types implement trait `md5::digest::HashMarker`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/block_api/ct_variable.rs:39:1
     |
  39 | / impl<T, OutSize> HashMarker for CtOutWrapper<T, OutSize>
  40 | | where
  41 | |     T: VariableOutputCore + HashMarker,
  42 | |     OutSize: ArraySize + IsLessOrEqual<T::OutputSize, Output = True>,
     | |_____________________________________________________________________^ 
`CtOutWrapper<T, OutSize>`
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/block_api.rs:25:1
     |
  25 |   impl HashMarker for Md5Core {}
     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Md5Core`
     |
    ::: 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:46:1
     |
  46 |   impl<T: ExtendableOutput + HashMarker, S: ArraySize> HashMarker for 
XofFixedWrapper<T, S> {}
     |   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 `XofFixedWrapper<T, S>`
     |
    ::: 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:298:9
     |
 298 |           impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? 
$crate::HashMarker for $name$(< $( $lt ),+ >)? {}
     |           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
`md5::Md5`
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1
     |
  17 | / digest::buffer_fixed!(
  18 | |     /// MD5 hasher state.
  19 | |     pub struct Md5(block_api::Md5Core);
  20 | |     oid: "1.2.840.113549.2.5";
  21 | |     impl: FixedHashTraits;
  22 | | );
     | |_- in this macro invocation
     = note: there are multiple different versions of crate `digest` in the 
dependency graph
     = help: you can use `cargo tree` to explore your dependency tree
     = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, 
UInt<..., ...>, ...>>` to implement `md5::Digest`
note: required by a bound in `build_hash_expression_evaluator`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78
     |
1662 | fn build_hash_expression_evaluator<'a, C: 
ExpressionEvaluatorContext<'a>, H: Digest>(
     |                                                                          
    ^^^^^^ required by this bound in `build_hash_expression_evaluator`
     = note: the full name for the type has been written to 
'/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-7cbd3e1dafbc9f1f.long-type-12218631175414665687.txt'
     = note: consider using `--verbose` to print the full type name to the 
console
     = note: this error originates in the macro `$crate::buffer_fixed` which 
comes from the expansion of the macro `digest::buffer_fixed` (in Nightly 
builds, run with -Z macro-backtrace for more info)

error[E0277]: the trait bound `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, 
..., ...>>: Digest` is not satisfied
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1147:70
     |
1147 |             Function::Sha384 => build_hash_expression_evaluator::<_, 
Sha384>(parameters, context)?,
     |                                                                      
^^^^^^ the trait `md5::digest::FixedOutput` is not implemented for 
`CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>`
     |
note: there are multiple different versions of crate `digest` in the dependency 
graph
    --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/lib.rs:96:1
     |
  96 | pub trait FixedOutput: Update + OutputSizeUser + Sized {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the 
expected trait
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.10.7/src/lib.rs:93:1
     |
  93 | pub trait FixedOutput: Update + OutputSizeUser + Sized {
     | ------------------------------------------------------ this is the found 
trait
     = help: you can use `cargo tree` to explore your dependency tree
help: the following other types implement trait `md5::digest::FixedOutput`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:220:9
     |
 220 |           impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? 
$crate::FixedOutput for $name$(< $( $lt ),+ >)? {
     |           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
`md5::Md5`
     |
    ::: 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:94:1
     |
  94 |   impl<T: ExtendableOutput + Update, S: ArraySize> FixedOutput for 
XofFixedWrapper<T, S> {
     |   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 `XofFixedWrapper<T, S>`
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1
     |
  17 | / digest::buffer_fixed!(
  18 | |     /// MD5 hasher state.
  19 | |     pub struct Md5(block_api::Md5Core);
  20 | |     oid: "1.2.840.113549.2.5";
  21 | |     impl: FixedHashTraits;
  22 | | );
     | |_- in this macro invocation
     = note: there are multiple different versions of crate `digest` in the 
dependency graph
     = help: you can use `cargo tree` to explore your dependency tree
     = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, 
UInt<..., ...>, ...>>` to implement `md5::Digest`
note: required by a bound in `build_hash_expression_evaluator`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78
     |
1662 | fn build_hash_expression_evaluator<'a, C: 
ExpressionEvaluatorContext<'a>, H: Digest>(
     |                                                                          
    ^^^^^^ required by this bound in `build_hash_expression_evaluator`
     = note: the full name for the type has been written to 
'/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-7cbd3e1dafbc9f1f.long-type-8414597706338610033.txt'
     = note: consider using `--verbose` to print the full type name to the 
console
     = note: this error originates in the macro `$crate::buffer_fixed` which 
comes from the expansion of the macro `digest::buffer_fixed` (in Nightly 
builds, run with -Z macro-backtrace for more info)

error[E0277]: the trait bound `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, 
..., ...>>: Digest` is not satisfied
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1147:70
     |
1147 |             Function::Sha384 => build_hash_expression_evaluator::<_, 
Sha384>(parameters, context)?,
     |                                                                      
^^^^^^ the trait `md5::digest::HashMarker` is not implemented for 
`CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>`
     |
note: there are multiple different versions of crate `digest` in the dependency 
graph
    --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/digest.rs:10:1
     |
  10 | pub trait HashMarker {}
     | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.10.7/src/digest.rs:8:1
     |
   8 | pub trait HashMarker {}
     | -------------------- this is the found trait
     = help: you can use `cargo tree` to explore your dependency tree
help: the following other types implement trait `md5::digest::HashMarker`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/block_api/ct_variable.rs:39:1
     |
  39 | / impl<T, OutSize> HashMarker for CtOutWrapper<T, OutSize>
  40 | | where
  41 | |     T: VariableOutputCore + HashMarker,
  42 | |     OutSize: ArraySize + IsLessOrEqual<T::OutputSize, Output = True>,
     | |_____________________________________________________________________^ 
`CtOutWrapper<T, OutSize>`
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/block_api.rs:25:1
     |
  25 |   impl HashMarker for Md5Core {}
     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Md5Core`
     |
    ::: 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:46:1
     |
  46 |   impl<T: ExtendableOutput + HashMarker, S: ArraySize> HashMarker for 
XofFixedWrapper<T, S> {}
     |   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 `XofFixedWrapper<T, S>`
     |
    ::: 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:298:9
     |
 298 |           impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? 
$crate::HashMarker for $name$(< $( $lt ),+ >)? {}
     |           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
`md5::Md5`
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1
     |
  17 | / digest::buffer_fixed!(
  18 | |     /// MD5 hasher state.
  19 | |     pub struct Md5(block_api::Md5Core);
  20 | |     oid: "1.2.840.113549.2.5";
  21 | |     impl: FixedHashTraits;
  22 | | );
     | |_- in this macro invocation
     = note: there are multiple different versions of crate `digest` in the 
dependency graph
     = help: you can use `cargo tree` to explore your dependency tree
     = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, 
UInt<..., ...>, ...>>` to implement `md5::Digest`
note: required by a bound in `build_hash_expression_evaluator`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78
     |
1662 | fn build_hash_expression_evaluator<'a, C: 
ExpressionEvaluatorContext<'a>, H: Digest>(
     |                                                                          
    ^^^^^^ required by this bound in `build_hash_expression_evaluator`
     = note: the full name for the type has been written to 
'/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-7cbd3e1dafbc9f1f.long-type-8414597706338610033.txt'
     = note: consider using `--verbose` to print the full type name to the 
console
     = note: this error originates in the macro `$crate::buffer_fixed` which 
comes from the expansion of the macro `digest::buffer_fixed` (in Nightly 
builds, run with -Z macro-backtrace for more info)

error[E0277]: the trait bound `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, 
..., ...>>: Digest` is not satisfied
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1148:70
     |
1148 |             Function::Sha512 => build_hash_expression_evaluator::<_, 
Sha512>(parameters, context)?,
     |                                                                      
^^^^^^ the trait `md5::digest::FixedOutput` is not implemented for 
`CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>`
     |
note: there are multiple different versions of crate `digest` in the dependency 
graph
    --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/lib.rs:96:1
     |
  96 | pub trait FixedOutput: Update + OutputSizeUser + Sized {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the 
expected trait
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.10.7/src/lib.rs:93:1
     |
  93 | pub trait FixedOutput: Update + OutputSizeUser + Sized {
     | ------------------------------------------------------ this is the found 
trait
     = help: you can use `cargo tree` to explore your dependency tree
help: the following other types implement trait `md5::digest::FixedOutput`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:220:9
     |
 220 |           impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? 
$crate::FixedOutput for $name$(< $( $lt ),+ >)? {
     |           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
`md5::Md5`
     |
    ::: 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:94:1
     |
  94 |   impl<T: ExtendableOutput + Update, S: ArraySize> FixedOutput for 
XofFixedWrapper<T, S> {
     |   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 `XofFixedWrapper<T, S>`
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1
     |
  17 | / digest::buffer_fixed!(
  18 | |     /// MD5 hasher state.
  19 | |     pub struct Md5(block_api::Md5Core);
  20 | |     oid: "1.2.840.113549.2.5";
  21 | |     impl: FixedHashTraits;
  22 | | );
     | |_- in this macro invocation
     = note: there are multiple different versions of crate `digest` in the 
dependency graph
     = help: you can use `cargo tree` to explore your dependency tree
     = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, 
UInt<..., ...>, ...>>` to implement `md5::Digest`
note: required by a bound in `build_hash_expression_evaluator`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78
     |
1662 | fn build_hash_expression_evaluator<'a, C: 
ExpressionEvaluatorContext<'a>, H: Digest>(
     |                                                                          
    ^^^^^^ required by this bound in `build_hash_expression_evaluator`
     = note: the full name for the type has been written to 
'/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-7cbd3e1dafbc9f1f.long-type-17241006047886946887.txt'
     = note: consider using `--verbose` to print the full type name to the 
console
     = note: this error originates in the macro `$crate::buffer_fixed` which 
comes from the expansion of the macro `digest::buffer_fixed` (in Nightly 
builds, run with -Z macro-backtrace for more info)

error[E0277]: the trait bound `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, 
..., ...>>: Digest` is not satisfied
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1148:70
     |
1148 |             Function::Sha512 => build_hash_expression_evaluator::<_, 
Sha512>(parameters, context)?,
     |                                                                      
^^^^^^ the trait `md5::digest::HashMarker` is not implemented for 
`CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<..., ...>, ...>>`
     |
note: there are multiple different versions of crate `digest` in the dependency 
graph
    --> /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/digest.rs:10:1
     |
  10 | pub trait HashMarker {}
     | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.10.7/src/digest.rs:8:1
     |
   8 | pub trait HashMarker {}
     | -------------------- this is the found trait
     = help: you can use `cargo tree` to explore your dependency tree
help: the following other types implement trait `md5::digest::HashMarker`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/block_api/ct_variable.rs:39:1
     |
  39 | / impl<T, OutSize> HashMarker for CtOutWrapper<T, OutSize>
  40 | | where
  41 | |     T: VariableOutputCore + HashMarker,
  42 | |     OutSize: ArraySize + IsLessOrEqual<T::OutputSize, Output = True>,
     | |_____________________________________________________________________^ 
`CtOutWrapper<T, OutSize>`
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/block_api.rs:25:1
     |
  25 |   impl HashMarker for Md5Core {}
     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Md5Core`
     |
    ::: 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/xof_fixed.rs:46:1
     |
  46 |   impl<T: ExtendableOutput + HashMarker, S: ArraySize> HashMarker for 
XofFixedWrapper<T, S> {}
     |   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 `XofFixedWrapper<T, S>`
     |
    ::: 
/<<PKGBUILDDIR>>/debian/cargo_registry/digest-0.11.3/src/buffer_macros/fixed.rs:298:9
     |
 298 |           impl$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)? 
$crate::HashMarker for $name$(< $( $lt ),+ >)? {}
     |           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
`md5::Md5`
     |
    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/md-5-0.11.0/src/lib.rs:17:1
     |
  17 | / digest::buffer_fixed!(
  18 | |     /// MD5 hasher state.
  19 | |     pub struct Md5(block_api::Md5Core);
  20 | |     oid: "1.2.840.113549.2.5";
  21 | |     impl: FixedHashTraits;
  22 | | );
     | |_- in this macro invocation
     = note: there are multiple different versions of crate `digest` in the 
dependency graph
     = help: you can use `cargo tree` to explore your dependency tree
     = note: required for `CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, 
UInt<..., ...>, ...>>` to implement `md5::Digest`
note: required by a bound in `build_hash_expression_evaluator`
    --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/spareval-0.2.6/src/expression.rs:1662:78
     |
1662 | fn build_hash_expression_evaluator<'a, C: 
ExpressionEvaluatorContext<'a>, H: Digest>(
     |                                                                          
    ^^^^^^ required by this bound in `build_hash_expression_evaluator`
     = note: the full name for the type has been written to 
'/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/spareval-7cbd3e1dafbc9f1f.long-type-17241006047886946887.txt'
     = note: consider using `--verbose` to print the full type name to the 
console
     = note: this error originates in the macro `$crate::buffer_fixed` which 
comes from the expansion of the macro `digest::buffer_fixed` (in Nightly 
builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0277`.
error: could not compile `spareval` (lib) due to 8 previous errors

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CA 
[too-long-redacted] ap-lints warn` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
dh_auto_build: error: /usr/share/dh-rust/bin/cargo build returned exit code 101
make: *** [debian/rules:34: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: oxigraph
Source-Version: 0.5.9+ds-2
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
oxigraph, 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 oxigraph 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: Mon, 29 Jun 2026 19:40:39 +0200
Source: oxigraph
Architecture: source
Version: 0.5.9+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1140996
Changes:
 oxigraph (0.5.9+ds-2) unstable; urgency=medium
 .
   * tighten (build-)dependencies for crate md-5;
     closes: bug#1140996, thanks to Santiago Vila
   * reorganize patch naming and numbering
   * use debhelper compatibility level 14 (not 13)
Checksums-Sha1:
 038d900a6996c602c5c0114e9b5b430901b50996 5331 oxigraph_0.5.9+ds-2.dsc
 2a145a70db819f7055ec3e586aad916543af9b2b 23424 
oxigraph_0.5.9+ds-2.debian.tar.xz
 b10461fe73574effb9aabac4de11290e46b9623a 23218 
oxigraph_0.5.9+ds-2_amd64.buildinfo
Checksums-Sha256:
 1540d3289306a98f717092fee6397398c8be0b1af2e2894afb32b429f057c5d2 5331 
oxigraph_0.5.9+ds-2.dsc
 fee447181c362d6e596f8aa6269f9b79868e94f12c6ff62affb18ac06777c580 23424 
oxigraph_0.5.9+ds-2.debian.tar.xz
 320a37a299be792a5fd6fa0c737f7d1f75839e0ef34a343469a8ef1584bd4b83 23218 
oxigraph_0.5.9+ds-2_amd64.buildinfo
Files:
 9f0b1db63a8c37d3bb8923b879e49d7f 5331 rust optional oxigraph_0.5.9+ds-2.dsc
 d1f22d29b10f129b790788b778e6fb07 23424 rust optional 
oxigraph_0.5.9+ds-2.debian.tar.xz
 a9385fa42986e28b3c3307298061fc0e 23218 rust optional 
oxigraph_0.5.9+ds-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmpCwNIMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhP/QP+gP4eAQaWTGQJFt2ZcDfph6y/7q+670YJbvo9Rnk
07wE4UNO5PVgNJJamOzzDqq/IBw6GZmY7nfQla3x7YOiFIDRxud0cu5pOT1hFSwS
cIwWeMpELGoCbVwv1c5bAsCwuqxL6KH5ONN1U98M403tSMeQghCKxBXfjn3EWcYH
mn6/9H7Hmob5xvuq0sS7UAKhz0JGztt+lf6uDXq3mJ9AaGUeE3CizcZNhVtY4l6C
w5JDC+VLMJxYlKClWK6AbEQr445GZmbzGbfzxH0FkFdgAzAGF2z+8jAQD/ybL1zq
9KFbhkuw6cwhzIRiECGfsoXfgNykeush8vKKDi5C6ManLlhEdmIbMA2ib9ub1pId
ywRPghGxMy79q9WNOBSmIMbDp33XnvIsXOllFxithr/245xPi7AOSLdiAkXWb9LH
VUWzOkaQvF5RGCXzewp+IlzWuttHOUtDApaHh1kRHWuIArYJtxoFTjJm1mlfNhc/
4TdqvvaPjsVkIUN9qggR7Cuvn/+VBrlY2DiQSsdJLQRlYdr6FEb+wtXLlSEk8Eoq
HKvwo6K/U/GFSduKT4vNEFhrXiECdXJdUU5HeFsZ5nxUnUTBLYojGk/1afM0myG1
bnhdSMXh3cZhqy1f1ygwksb3cw042oXaR8tzJIbM0oQmfW93LqAYVfMMWfbcTv/z
734P
=xTnQ
-----END PGP SIGNATURE-----

Attachment: pgpFrWyBZzm6p.pgp
Description: PGP signature


--- End Message ---

Reply via email to