haveged: update to 1.9.2
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 26 Nov 2017 16:53:45 +0000 (18:53 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 26 Nov 2017 16:53:45 +0000 (18:53 +0200)
Update haveged to 1.9.2

Release notes:
http://www.issihosts.com/haveged/downloads.html
  Version 1.9.2
  I am no longer active as a developer but have decided to push out
  contributor fixes I have accumulated since the last release. Two
  oustanding bugs are not addressed: 1) Failure to build on IA64 due
  to busted cpuid and 2) Incorrect exit status when terminate by signal.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/haveged/Makefile

index 367d175bd83b4f882aed964a61ae17a9cbab2e77..acc3989206909c8248af55824c256ef0d5591ec9 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haveged
-PKG_VERSION:=1.9.1
-PKG_RELEASE:=5
+PKG_VERSION:=1.9.2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/haveged \
                http://www.issihosts.com/$(PKG_NAME)
-PKG_HASH:=9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715
+PKG_HASH:=f77d9adbdf421b61601fa29faa9ce3b479d910f73c66b9e364ba8642ccbfbe70
 PKG_LICENSE:=GPLv3
 
 PKG_MAINTAINER:=Hannu Nyman <hannu.nyman@iki.fi>