[arch-commits] Commit in haveged/repos (6 files)
Christian Hesse
eworm at archlinux.org
Thu Oct 12 05:52:49 UTC 2017
Date: Thursday, October 12, 2017 @ 05:52:48
Author: eworm
Revision: 307527
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
haveged/repos/testing-i686/
haveged/repos/testing-i686/PKGBUILD
(from rev 307526, haveged/trunk/PKGBUILD)
haveged/repos/testing-i686/haveged.service
(from rev 307526, haveged/trunk/haveged.service)
haveged/repos/testing-x86_64/
haveged/repos/testing-x86_64/PKGBUILD
(from rev 307526, haveged/trunk/PKGBUILD)
haveged/repos/testing-x86_64/haveged.service
(from rev 307526, haveged/trunk/haveged.service)
--------------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-i686/haveged.service | 13 +++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/haveged.service | 13 +++++++++++++
4 files changed, 94 insertions(+)
Copied: haveged/repos/testing-i686/PKGBUILD (from rev 307526, haveged/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-10-12 05:52:48 UTC (rev 307527)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: kfgz <kfgz at interia dot pl>
+# Contributor: pootzko <pootzko at gmail dot com>
+
+pkgname=haveged
+pkgver=1.9.1
+pkgrel=4
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('4CFBA9F06A360837CE23919DA24EDC651E265688') # Gary Wuertz <gary at issiweb.com>
+source=("$url/$pkgname-$pkgver.tar.gz"
+ "$pkgname-$pkgver.tar.gz.sig::$url/verify/$pkgname-$pkgver.sig"
+ 'haveged.service')
+sha256sums=('9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715'
+ 'SKIP'
+ '43540fbff57c5106e4283dd7b331499648e38ba15e84898ef5e0a53cccc0200b')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin
+ make
+}
+
+package() {
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+ install -Dm644 haveged.service "$pkgdir"/usr/lib/systemd/system/haveged.service
+}
Copied: haveged/repos/testing-i686/haveged.service (from rev 307526, haveged/trunk/haveged.service)
===================================================================
--- testing-i686/haveged.service (rev 0)
+++ testing-i686/haveged.service 2017-10-12 05:52:48 UTC (rev 307527)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+ProtectSystem=full
+ProtectHome=on
+PrivateNetwork=on
+
+[Install]
+WantedBy=multi-user.target
Copied: haveged/repos/testing-x86_64/PKGBUILD (from rev 307526, haveged/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-12 05:52:48 UTC (rev 307527)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: kfgz <kfgz at interia dot pl>
+# Contributor: pootzko <pootzko at gmail dot com>
+
+pkgname=haveged
+pkgver=1.9.1
+pkgrel=4
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('4CFBA9F06A360837CE23919DA24EDC651E265688') # Gary Wuertz <gary at issiweb.com>
+source=("$url/$pkgname-$pkgver.tar.gz"
+ "$pkgname-$pkgver.tar.gz.sig::$url/verify/$pkgname-$pkgver.sig"
+ 'haveged.service')
+sha256sums=('9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715'
+ 'SKIP'
+ '43540fbff57c5106e4283dd7b331499648e38ba15e84898ef5e0a53cccc0200b')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin
+ make
+}
+
+package() {
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+ install -Dm644 haveged.service "$pkgdir"/usr/lib/systemd/system/haveged.service
+}
Copied: haveged/repos/testing-x86_64/haveged.service (from rev 307526, haveged/trunk/haveged.service)
===================================================================
--- testing-x86_64/haveged.service (rev 0)
+++ testing-x86_64/haveged.service 2017-10-12 05:52:48 UTC (rev 307527)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+ProtectSystem=full
+ProtectHome=on
+PrivateNetwork=on
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list