gfsecret 0.5.0-1 source package in Ubuntu

Changelog

gfsecret (0.5.0-1) unstable; urgency=medium

  * New upstream version 0.5.0
  * debian/control: Add libcurl-dev to Build-Depends
  * debian/patches: Import upstream commits to fix build with gcc>=10
  * debian/tests: allow stderr output

 -- Thomas Perret <email address hidden>  Sun, 22 Aug 2021 15:34:54 +0200

Upload details

Uploaded by:
Thomas Perret
Uploaded to:
Sid
Original maintainer:
Thomas Perret
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
gfsecret_0.5.0-1.dsc 2.2 KiB 819e3651fdde2b87cea95cd8e970dbb954ff3286cc0dc40216c177e8e056d7ce
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-1.debian.tar.xz 17.6 KiB e6ae61477e13980810a65855f2a14cebcd75fd3a8f3d62ca66d61f5b2e201ab0

Available diffs

No changes file available.

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