From 0d27134922fcd2b5e1abe6b0ee809cad5d29edb8 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 26 Nov 2017 18:53:45 +0200 Subject: [PATCH] haveged: update to 1.9.2 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 --- utils/haveged/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/haveged/Makefile b/utils/haveged/Makefile index 367d175bd..acc398920 100644 --- a/utils/haveged/Makefile +++ b/utils/haveged/Makefile @@ -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