[arch-commits] Commit in haveged/repos (6 files)

Christian Hesse eworm at archlinux.org
Wed Jul 19 12:14:13 UTC 2017


    Date: Wednesday, July 19, 2017 @ 12:14:13
  Author: eworm
Revision: 300823

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  haveged/repos/testing-i686/
  haveged/repos/testing-i686/PKGBUILD
    (from rev 300822, haveged/trunk/PKGBUILD)
  haveged/repos/testing-i686/service
    (from rev 300822, haveged/trunk/service)
  haveged/repos/testing-x86_64/
  haveged/repos/testing-x86_64/PKGBUILD
    (from rev 300822, haveged/trunk/PKGBUILD)
  haveged/repos/testing-x86_64/service
    (from rev 300822, haveged/trunk/service)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-i686/service    |   10 ++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/service  |   10 ++++++++++
 4 files changed, 82 insertions(+)

Copied: haveged/repos/testing-i686/PKGBUILD (from rev 300822, haveged/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-07-19 12:14:13 UTC (rev 300823)
@@ -0,0 +1,31 @@
+# $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=3
+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"
+        'service')
+sha256sums=('9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715'
+            'SKIP'
+            '5cd8bf4bf5ab18ee46dd5b461b82bad832ccf87cc3f1e0586574db9a55ae9925')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -Dm644 service "$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Copied: haveged/repos/testing-i686/service (from rev 300822, haveged/trunk/service)
===================================================================
--- testing-i686/service	                        (rev 0)
+++ testing-i686/service	2017-07-19 12:14:13 UTC (rev 300823)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+
+[Install]
+WantedBy=multi-user.target

Copied: haveged/repos/testing-x86_64/PKGBUILD (from rev 300822, haveged/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-07-19 12:14:13 UTC (rev 300823)
@@ -0,0 +1,31 @@
+# $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=3
+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"
+        'service')
+sha256sums=('9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715'
+            'SKIP'
+            '5cd8bf4bf5ab18ee46dd5b461b82bad832ccf87cc3f1e0586574db9a55ae9925')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -Dm644 service "$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Copied: haveged/repos/testing-x86_64/service (from rev 300822, haveged/trunk/service)
===================================================================
--- testing-x86_64/service	                        (rev 0)
+++ testing-x86_64/service	2017-07-19 12:14:13 UTC (rev 300823)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list