Package Details: ruby-hiera-eyaml 4.2.0-1

Git Clone URL: https://aur.archlinux.org/ruby-hiera-eyaml.git (read-only, click to copy)
Package Base: ruby-hiera-eyaml
Description: OpenSSL Encryption backend for Hiera
Upstream URL: https://github.com/voxpupuli/hiera-eyaml
Licenses: MIT
Submitter: justin8
Maintainer: lb.laboon
Last Packager: lb.laboon
Votes: 3
Popularity: 0.000351
First Submitted: 2015-09-09 07:00 (UTC)
Last Updated: 2024-11-03 17:17 (UTC)

Dependencies (5)

Required by (1)

Sources (1)

Latest Comments

krobe commented on 2024-06-30 12:32 (UTC) (edited on 2024-06-30 12:34 (UTC) by krobe)

I did not realize the same ID could reference an updated key. The gpg --refresh command resolved it, thanks!

lb.laboon commented on 2024-06-27 13:55 (UTC)

The key is not expired. The owner extended its validity back in January as you can see here. Hence, you need to update the copy in your keyring.

krobe commented on 2024-06-27 11:48 (UTC) (edited on 2024-06-27 11:48 (UTC) by krobe)

From what I can tell, the PKGBUILD references an expired key (see validpgpkeys below). I'm not an expert on building packages but it seems the PKGBUILD needs to be updated to fix this.

# Generated by gem2arch (https://github.com/anatol/gem2arch)
# Maintainer: Justin Dray <justin@dray.be>

_gemname=hiera-eyaml
pkgname=ruby-$_gemname
pkgver=4.1.0
pkgrel=1
pkgdesc='OpenSSL Encryption backend for Hiera'
arch=(any)
url='https://github.com/voxpupuli/hiera-eyaml'
license=(MIT)
depends=(ruby ruby-optimist ruby-highline)
makedepends=(git ruby-rdoc)
options=(!emptydirs)
source=(${_gemname}-${pkgver}::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v${pkgver})
noextract=($_gemname-$pkgver.gem)
validpgpkeys=('C10B6298A584A5632E254DA304D659E6BF1C4CC0')

lb.laboon commented on 2024-06-26 14:44 (UTC)

@krobe Looks like you need to update your keyring.

krobe commented on 2024-06-26 14:04 (UTC) (edited on 2024-06-26 14:07 (UTC) by krobe)

During update from previous version, the package was unable to be verified:

Parsing SRCINFO: ruby-hiera-eyaml
pub   rsa2048 2013-06-22 [SCA] [expired: 2024-01-17]
      C10B6298A584A5632E254DA304D659E6BF1C4CC0
uid           [ expired] Tim Meusel <tim@bastelfreak.de>
uid           [ expired] Tim Meusel <tim.meusel@online-mail.biz>

danwain commented on 2021-02-03 09:22 (UTC)

Thanks, it's useful when building in a chroot (I use aurto for this)

lb.laboon commented on 2021-02-02 14:47 (UTC)

Don't you need git to access the AUR in the first place? But anyway, no prob. Just added it as a dep.

danwain commented on 2021-02-02 09:41 (UTC)

==> ERROR: Cannot find the git package needed to handle git sources.

Could we add git as a make dependency

lb.laboon commented on 2021-01-25 19:47 (UTC)

@nagyd I have updated the PKGBUILD to source from git and validate it with PGP. Please see https://wiki.archlinux.org/index.php/Makepkg#Signature_checking

nagyd commented on 2021-01-25 10:14 (UTC)

Build fails with: ==> Verifying source file signatures with gpg... hiera-eyaml-3.2.1 git repo ... FAILED (unknown public key 04D659E6BF1C4CC0) ==> ERROR: One or more PGP signatures could not be verified!