ruby-dbm 1.1.0-2build6 source package in Ubuntu

Changelog

ruby-dbm (1.1.0-2build6) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:56:18 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ruby-dbm_1.1.0.orig.tar.gz 15.2 KiB 1d5cf0290aa1ecbf753539737d6c08e21a3dde41e89652e87b4d8608d721fd47
ruby-dbm_1.1.0-2build6.debian.tar.xz 2.7 KiB 65f74ef480b361dbe4873a1f86bfa795e6e765f1011b9475020dc088d949d59b
ruby-dbm_1.1.0-2build6.dsc 2.0 KiB dd608858b8028d3fa86bba6cababa13bd542d8dcc85e0e438adf271761cc7e46

Available diffs

View changes file

Binary packages built by this source

ruby-dbm: wrapper for the UNIX-style Database Manager Library

 This package provides a consistent API for different possible DBM libraries.
 Dbm databases do not have tables or columns; they are simple key-value data
 stores, like a Ruby Hash except not resident in RAM. Keys and values must be
 strings.
 .
 The Debian build uses the GNU implementation of dbm (gdbm) as backend.

ruby-dbm-dbgsym: debug symbols for ruby-dbm