summaryrefslogtreecommitdiff
path: root/community/haveged/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haveged/PKGBUILD')
-rw-r--r--community/haveged/PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD
index bf80fc745..8afe63522 100644
--- a/community/haveged/PKGBUILD
+++ b/community/haveged/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99808 2013-10-31 01:50:18Z allan $
+# $Id: PKGBUILD 100564 2013-11-05 21:52:50Z heftig $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: kfgz <kfgz at interia dot pl>
# Contributor: pootzko <pootzko at gmail dot com>
@@ -6,16 +6,22 @@
pkgname=haveged
pkgver=1.7.c
_pkgver=${pkgver/.c/c}
-pkgrel=2
+pkgrel=3
pkgdesc='Entropy harvesting daemon using CPU timings'
arch=('i686' 'x86_64')
url='http://www.issihosts.com/haveged'
license=('GPL')
depends=('glibc')
source=($url/$pkgname-$_pkgver.tar.gz
- service)
+ service cleanexit.patch)
sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee699994e645531bf121'
- 'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
+ 'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12'
+ 'be896659dd96cb85915ac5a9c2bd8d81d1ff348508362d1b71d64b207f69fa5c')
+
+prepare() {
+ cd $pkgname-$_pkgver
+ patch -Np1 -i ../cleanexit.patch
+}
build() {
cd $pkgname-$_pkgver