* update haveged to 1.9.19-1

This commit is contained in:
Alexander Baldeck 2024-11-05 08:02:25 +01:00
parent 42bab6e700
commit f89aa89eac
3 changed files with 28 additions and 3 deletions

21
haveged/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = haveged
pkgdesc = Entropy harvesting daemon using CPU timings
pkgver = 1.9.19
pkgrel = 1
url = https://github.com/jirka-h/haveged
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
depends = glibc
source = haveged-1.9.19.tar.gz::https://github.com/jirka-h/haveged/archive/v1.9.19.tar.gz
source = initcpio-hook
source = initcpio-install
validpgpkeys = 8F6B7293B03E5AC5762B65CE2E2F252B05CCA168
sha256sums = acbb05776668657012273be9bb3310e3140b79959aa4538e4cca8d30d40c0b8f
sha256sums = a59ff95d521a860031693d1e1d65d37ffba58412f0199b029bd340e2f7f52a0b
sha256sums = befb42d418d13c832da6d67f50417f6bca9a1c754dbdc63175f1e2546ea29b51
pkgname = haveged

4
haveged/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[haveged]
source = "git"
git = "https://github.com/jirka-h/haveged.git"
prefix = "v"

View File

@ -5,8 +5,8 @@
# Contributor: pootzko <pootzko at gmail dot com>
pkgname=haveged
pkgver=1.9.18
pkgrel=2.1
pkgver=1.9.19
pkgrel=1
pkgdesc='Entropy harvesting daemon using CPU timings'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/jirka-h/haveged'
@ -16,7 +16,7 @@ validpgpkeys=('8F6B7293B03E5AC5762B65CE2E2F252B05CCA168') # Jirka Hladky <hladky
source=("$pkgname-$pkgver.tar.gz::https://github.com/jirka-h/$pkgname/archive/v$pkgver.tar.gz"
'initcpio-hook'
'initcpio-install')
sha256sums=('b835fa02b52ee7d06276e028571cadcb14d08f5e5a4b5767adf81451f70561c7'
sha256sums=('acbb05776668657012273be9bb3310e3140b79959aa4538e4cca8d30d40c0b8f'
'a59ff95d521a860031693d1e1d65d37ffba58412f0199b029bd340e2f7f52a0b'
'befb42d418d13c832da6d67f50417f6bca9a1c754dbdc63175f1e2546ea29b51')