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

Changelog

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

  * No change rebuild due to golang-1.22 update

 -- Evan Caville <email address hidden>  Wed, 06 Nov 2024 14:25:56 +1000

Upload details

Uploaded by:
Evan Caville
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

Downloads

File Size SHA-256 Checksum
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-1ubuntu0.24.04.2.debian.tar.xz 2.7 KiB 30e10d964b0cd475af46dea65a085c2c54538c92c1365fe59e9a5093c9b6018c
golang-github-containers-luksy_0.0~git20231017.6a3592c+ds1-1ubuntu0.24.04.2.dsc 2.7 KiB 9d6fe886caebc6a251a7df724e46498fd67899be32cc8b14944697ef02d53882

View changes file

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