DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-redis 0.32.7-1

Package Information

DescriptionRedis driver for Rust - Rust source code

Source code for Debianized Rust crate "redis"

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed BySylvestre Ledru <sylvestre@debian.org>
Sponsorsylvestre@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/redis] (browse)
Trackerhttps://tracker.debian.org/pkg/rust-redis
Uploaded5 hours ago

New Package Report

.changes
Architectureamd64 source
Distributionunstable
DateWed, 12 Aug 2026 21:46:12 +0000
Sourcerust-redis
Version0.32.7-1
Changed-BySylvestre Ledru
Changelog
rust-redis (0.32.7-1) unstable; urgency=medium
 .
   * Team upload.
   * Package redis 0.32.7 from crates.io using debcargo 2.8.4
     Packaging 0.32.x rather than the current 1.x because opendal, the only
     reverse dependency in Debian, requires redis 0.32.
   * Drop older-arc-swap patch, no longer needed.
   * Add remove-smol.diff: the smol-comp features need smol-timeout, which is
     not in Debian.
   * Add remove-cache-aio.diff: the cache-aio feature needs lru 0.16, Debian
     has 0.12.
   * Add remove-webpki-roots.diff: webpki-roots 1 is not in Debian.
   * Add relax-deps.diff: accept rand 0.10, the version in Debian.
   * Add fix-dev-deps.diff: disable the benches (they need criterion 0.7,
     Debian has 0.5), drop the dev-dependencies on futures-time and partial-io
     which are not in Debian, relax tempfile and build rustls without default
     features.
   * Mark the test suite as broken: it requires a running Redis server.
 .
   [ Jelmer Vernooij ]
   * Package redis 0.26.1 from crates.io using debcargo 2.6.1
.dsc
Sectionrust
Priorityoptional
Componentmain
Package-Listlibrust-redis-dev deb rust optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: redis
Upstream-Contact: https://github.com/redis-rs/redis-rs/issues
Source: https://github.com/redis-rs/redis-rs

Files: *
Copyright:
 2022 redis-rs contributors
 2018 Atsushi Koge
License: BSD-3-Clause

Files: src/cluster_handling/async_connection/*
Copyright: 2019 Atsushi Koge, Markus Westerlind
License: MIT

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 Sylvestre Ledru <sylvestre@debian.org>
License: BSD-3-Clause

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 3. Neither the name of the copyright holder nor the names of its contributors
 may be used to endorse or promote products derived from this software without
 specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Back to Dashboard | View all reviews for this package