gfsecret 0.5.0-2build3 source package in Ubuntu

Changelog

gfsecret (0.5.0-2build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 05:43:43 +0000

Upload details

Uploaded by:
Steve Langasek
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
gfsecret_0.5.0.orig.tar.gz 404.9 KiB 755457b61eb809ab90a7bdb94e6bbf5e8633af48a3c3445ca0833906c936fd8d
gfsecret_0.5.0.orig.tar.gz.asc 228 bytes 2344a472f6ae06fb5054ff07f9a3bdf8255c5f4ba6f4adcbdd4759aceb840eb8
gfsecret_0.5.0-2build3.debian.tar.xz 17.9 KiB 33446a229439bcb2cfb98c795c83eeb95dceb53ab619d49fcabb45fd71d0d8c7
gfsecret_0.5.0-2build3.dsc 2.3 KiB 8007db50a737091cf121ccbb88966c531c988c4b10ceac828490af7f60a9d6a3

Available diffs

View changes file

Binary packages built by this source

gfsecret: Tools to make secret sharing easier

 Gfsecret is a set of tools to facilitate secret sharing according to the
 Adi Shamir’s secret sharing scheme.
 .
 Two tools are provided: gfsec-split will split a file into several shares,
 and gfsec-use will reconstruct the original file from some of the shares.
 Both tools use the concept of a share URI, which is a way of describing a
 share with a URI-like syntax. The gfsec-split program uses them to know where
 to dispatch the generated shares, and gfsec-use uses them to know where to
 search for shares in order to reconstruct the original file.
 .
 The package also provide a script wrapper around gfsec-split: gfsec-split-gpg
 to facilitate splitting your GnuPG private primary key which can be combine
 with gfsec-use.

gfsecret-dbgsym: debug symbols for gfsecret