golang-github-containers-luksy 0.0~git20231017.6a3592c+ds1-1 source package in Ubuntu

Changelog

golang-github-containers-luksy (0.0~git20231017.6a3592c+ds1-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 0.0~git20231017.6a3592c+ds1
  * Increase test timeout to 1h (Closes: #1054339)

 -- Nilesh Patra <email address hidden>  Tue, 24 Oct 2023 18:48:54 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
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
golang-github-containers-luksy_0.0~git20231017.6a3592c+ds1-1.dsc 2.0 KiB 16a16331f6544629b6fa5ec4bcfb678f1d5d34670f5c635e680af6b4e3386987
golang-github-containers-luksy_0.0~git20231017.6a3592c+ds1.orig.tar.xz 23.7 KiB 33145f051ce8d0b7cba7a7b06651c2c80a933bb69fb85d56faad64e7c92c27be
golang-github-containers-luksy_0.0~git20231017.6a3592c+ds1-1.debian.tar.xz 2.6 KiB 168a0c7bbc85e331703b21c1a7c421c2fd8c36453a3437849a3a14578fbbc1fc

No changes file available.

Binary packages built by this source

golang-github-containers-luksy-dev: offline encryption/decryption using LUKS formats (library)

 luksy implements encryption and decryption using LUKSv1 and LUKSv2
 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't
 actually produce smaller output than input, but it encrypts, and that's
 nice.
 .
 The main goal is to be able to encrypt/decrypt without the Linux device
 mapper. Duplicating functions of cryptsetup that it can perform without
 accessing the Linux device mapper is not a priority.
 .
 This package ships library source code intended for building depndant
 software packages

luksy: offline encryption/decryption using LUKS formats (program)

 luksy implements encryption and decryption using LUKSv1 and LUKSv2
 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't
 actually produce smaller output than input, but it encrypts, and that's
 nice.
 .
 The main goal is to be able to encrypt/decrypt without the Linux device
 mapper. Duplicating functions of cryptsetup that it can perform without
 accessing the Linux device mapper is not a priority.
 .
 If you can cryptsetup, you should use that instead.

luksy-dbgsym: debug symbols for luksy