ccrypt 1.11-3 source package in Ubuntu

Changelog

ccrypt (1.11-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

  [ Sven Geuer ]
  * Fix watch file.
  * Update d/control:
    - Specify Rules-Requires-Root.
    - Bump Standards-Version to 4.6.2.
    - Update http:// to https:// with Homepage.
    - Change package elpa-ps-ccrypt to Section: editors as suggested by
      lintian.
    - Apply 'wrap-and-sort -a'.
  * Update d/copyright:
    - Source:
      - Update http:// to https://.
    - Comment:
      - Insert a line break for readability.
    - Files: *
      - Bump years and add the email address of the copyright holder.
    - Files: debian/*
      - Add missing entries.
  * Update d/u/metadata:
    - Rewrite d/u/metadata from scratch.
    - Override lintian issue upstream-metadata-missing-repository.
  * Update d/p/*:
    - Revise patch headers to comply with DEP-3.
    - Mark patch 0020-man-page-spelling-error.patch as forwarded providing
      the upstream URL.
  * Add a missing entry to the previous changelog.

 -- Arnaud Rebillout <email address hidden>  Thu, 29 Feb 2024 08:21:36 +0700

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ccrypt_1.11-3.dsc 2.0 KiB e186818a61ac97d5dc94ecc253327f3d8bf6377bc135aeb37bbc794f9038d03a
ccrypt_1.11.orig.tar.gz 815.0 KiB b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f
ccrypt_1.11-3.debian.tar.xz 5.6 KiB c5cc3ce771ffcfacd03c4b416eabfa637b9ac78d0d076ca2c985344692efc3fc

Available diffs

No changes file available.

Binary packages built by this source

ccrypt: secure encryption and decryption of files and streams

 ccrypt is a utility for encrypting and decrypting files and streams. It was
 designed as a replacement for the standard unix crypt utility, which is
 notorious for using a very weak encryption algorithm. ccrypt is based on the
 Rijndael cipher, which is the U.S. government's chosen candidate for the
 Advanced Encryption Standard (AES, see http://www.nist.gov/aes). This cipher is
 believed to provide very strong security.

ccrypt-dbgsym: debug symbols for ccrypt
elpa-ps-ccrypt: Emacs addon for working with files encrypted with ccrypt

 elpa-ps-ccrypt provides low-level support for reading, writing, and
 loading files encrypted with ccrypt. It hooks into the low-level file I/O
 functions (including write-region and insert-file-contents) so that they
 automatically encrypt or decrypt a file if the file appears to need it
 (based on the extension of the file name). Packages like Rmail, VM, GNUS,
 and Info should be able to work with encrypted files without modification.