hiera-eyaml 3.2.0-1 source package in Ubuntu

Changelog

hiera-eyaml (3.2.0-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Stig Sandbeck Mathisen ]
  * New upstream release
  * Recommend sensible-utils
  * Depend on ruby-optimist after rename from ruby-trollop
  * Declare compliance with Packaging Standard 4.5.0
  * Use secure copyright file specification URI.
  * debian/copyright: use spaces rather than tabs to start continuation
    lines.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove unnecessary 'Testsuite: autopkgtest' header.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Fix lintian issue uses-deprecated-adttmp

 -- Stig Sandbeck Mathisen <email address hidden>  Sun, 15 Mar 2020 15:24:36 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hiera-eyaml_3.2.0-1.dsc 2.1 KiB 5fc8f11b2a4530b04f5934b166d8fb7256a6edf75ddff1623265f281cd380eae
hiera-eyaml_3.2.0.orig.tar.gz 56.0 KiB 9d82744f4690062ee5065daa45297db917e6b3535214ca52761bddb5ce36a9dc
hiera-eyaml_3.2.0-1.debian.tar.xz 10.5 KiB a094f59721453e07cf4354067161fb50e5b9740ae55122344292feca3b197945

Available diffs

No changes file available.

Binary packages built by this source

hiera-eyaml: OpenSSL Encryption backend for Hiera

 A backend for Hiera that provides per-value encryption of sensitive
 data within yaml files to be used by Puppet.
 .
 Only the values are encrypted, allowing files to be swiftly reviewed
 without decryption.
 .
 The value of each key is encrypted individually, which means that
 "git diff" is meaningful.
 .
 Includes a command line tool for encrypting, decrypting, editing and
 rotating keys. This makes it almost as easy as using clear text
 files.
 .
 Basic asymmetric encryption (PKCS#7) is used by default. This does
 not require any native libraries to be compiled, and it allows users
 without the private key to encrypt values that the puppet master can
 decrypt
 .
 hiera-eyaml includes a pluggable encryption framework (e.g. GPG
 encryption (hiera-eyaml-gpg) can be used if you have the need for
 multiple keys and easier key rotation)