gocryptfs 2.2.1-1 source package in Ubuntu

Changelog

gocryptfs (2.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 4.6.0.
  * rules: run some upstream tests.
  * Install only main executables (gocryptfs, gocryptfs-xray, statfs).
  * Build-Depends:
    + golang-github-spf13-pflag-dev
    = golang-github-hanwen-go-fuse-dev (>= 2.1.0+git20220112~)
    = golang-github-sabhiram-go-gitignore-dev (>= 1.0.2+git20210923~)
  * Added myself to Uploaders.

 -- Dmitry Smirnov <email address hidden>  Thu, 05 May 2022 14:48:07 +1000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gocryptfs_2.2.1-1.dsc 2.5 KiB 3ab0de134fc6fb58545b6cee636421c3f4e444ba974eb2af18b1e4ff7ef09a99
gocryptfs_2.2.1.orig.tar.xz 1.1 MiB 1b7e0d8de70cabfd9fd16b1b6a1094224962864b7f6409f8439b4c8ac9d1c204
gocryptfs_2.2.1-1.debian.tar.xz 9.4 KiB 210d572620f7176db5490e9d4c5bfb55b01f4d8de052020173032e5fa1ded23f

No changes file available.

Binary packages built by this source

gocryptfs: Encrypted overlay filesystem written in Go

 gocryptfs is built on top of the excellent go-fuse
 (https://github.com/hanwen/go-fuse) FUSE library and its
 LoopbackFileSystem API.
 .
 This project was inspired by EncFS and strives to fix its
 security issues while providing good performance (benchmarks
 (https://nuetzlich.net/gocryptfs/comparison/#performance)).
 .
 For details on the security of gocryptfs see the Security
 (https://nuetzlich.net/gocryptfs/security/) design document.

gocryptfs-dbgsym: debug symbols for gocryptfs