gocryptfs 1.4.3-1 source package in Ubuntu

Changelog

gocryptfs (1.4.3-1) unstable; urgency=medium

  * New upstream release
  * Added minimum version to Build-Depends: golang-golang-x-sys-dev
    (>= 0.0~git20180126.0.ff2a66f) because of Fstatat()
  * Removed patch for xray manpage (accepted upstream)
  * Removed patch for spelling fixes (accepted upstream)
  * Updated patches to address FTBFB on i386 (dirent size,
    accepted upstream post 1.4.3)
  * Re-enabled building with openssl

 -- Felix Lechner <email address hidden>  Sun, 28 Jan 2018 13:48:58 -0800

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_1.4.3-1.dsc 2.8 KiB 89accb6c995482ae49d59eb189fa34ccf29c08ce0f8f0801f40372a9712627f8
gocryptfs_1.4.3.orig.tar.gz 1.1 MiB 788956ea3ac77ab50e064a5d54d4474594612c12d6bc11b789d48ff838cd149c
gocryptfs_1.4.3.orig.tar.gz.asc 801 bytes 0429336c82c04c7cd95c786dea79487c22e5a45439e4e062f9a92efca4700115
gocryptfs_1.4.3-1.debian.tar.xz 7.8 KiB 7f6ee419392e6f512e0e7a55b502a900022abdf5b326280d0be4ee5824e6e042

Available diffs

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