[arch-commits] Commit in haveged/trunk (PKGBUILD haveged.service)
Christian Hesse
eworm at archlinux.org
Tue Oct 1 19:55:12 UTC 2019
Date: Tuesday, October 1, 2019 @ 19:55:11
Author: eworm
Revision: 363633
upgpkg: haveged 1.9.8-1
new upstream release
Modified:
haveged/trunk/PKGBUILD
Deleted:
haveged/trunk/haveged.service
-----------------+
PKGBUILD | 17 +++++------------
haveged.service | 20 --------------------
2 files changed, 5 insertions(+), 32 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-01 19:52:07 UTC (rev 363632)
+++ PKGBUILD 2019-10-01 19:55:11 UTC (rev 363633)
@@ -4,8 +4,8 @@
# Contributor: pootzko <pootzko at gmail dot com>
pkgname=haveged
-pkgver=1.9.6
-pkgrel=4
+pkgver=1.9.8
+pkgrel=1
pkgdesc='Entropy harvesting daemon using CPU timings'
arch=('x86_64')
url='https://github.com/jirka-h/haveged'
@@ -12,16 +12,10 @@
license=('GPL')
depends=('glibc')
validpgpkeys=('8F6B7293B03E5AC5762B65CE2E2F252B05CCA168') # Jirka Hladky <hladky.jiri at gmail.com>
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jirka-h/$pkgname/archive/v$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jirka-h/$pkgname/archive/v$pkgver.tar.gz")
#"https://github.com/jirka-h/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc"
- 'haveged.service')
-sha256sums=('4d4c046755476d3734ffb78772c242c25913ff0eb7509c143671dae6ec9d1189'
- #'SKIP'
- '046c82811f645c0a895f599bf38894096ff655f1fac40c12a1a5f88df4e76ebb')
+sha256sums=('99aa1996c6e39ea2459cfc37addfb8b1eecc63f3a2b6da9db17b22e76b6851ae')
-# service file changes merged upstream, remove custom service file
-# on next update
-
build() {
cd $pkgname-$pkgver
@@ -42,6 +36,5 @@
make DESTDIR="$pkgdir" install
- install -D -m0644 "${srcdir}"/haveged.service "$pkgdir"/usr/lib/systemd/system/haveged.service
- #install -D -m0644 init.d/service.fedora "$pkgdir"/usr/lib/systemd/system/haveged.service
+ install -D -m0644 init.d/service.fedora "$pkgdir"/usr/lib/systemd/system/haveged.service
}
Deleted: haveged.service
===================================================================
--- haveged.service 2019-10-01 19:52:07 UTC (rev 363632)
+++ haveged.service 2019-10-01 19:55:11 UTC (rev 363633)
@@ -1,20 +0,0 @@
-[Unit]
-Description=Entropy Daemon based on the HAVEGE algorithm
-Documentation=man:haveged(8) http://www.issihosts.com/haveged/
-DefaultDependencies=no
-ConditionVirtualization=!container
-After=systemd-tmpfiles-setup-dev.service
-Before=sysinit.target shutdown.target systemd-journald.service
-
-[Service]
-ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
-Restart=always
-SuccessExitStatus=137 143
-CapabilityBoundingSet=CAP_SYS_ADMIN
-NoNewPrivileges=on
-PrivateDevices=on
-PrivateNetwork=on
-ProtectSystem=full
-
-[Install]
-WantedBy=sysinit.target
More information about the arch-commits
mailing list