From: Hauke Mehrtens Date: Sat, 3 May 2014 11:02:21 +0000 (+0000) Subject: haveged: bump to 1.9.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=03f2cbb7cb138e2b0a42f49337599cb4950a228a;p=openwrt%2Fsvn-archive%2Fpackages.git haveged: bump to 1.9.1 Patch to bump haveged to version 1.9.1 released in February 2014. http://www.issihosts.com/haveged/downloads.html Compiled and tested on ar71xx/wndr3700. signed-off-by: hannu.nyman@iki.fi SVN-Revision: 40670 --- diff --git a/utils/haveged/Makefile b/utils/haveged/Makefile index 05fbbe5b5..5188f7132 100644 --- a/utils/haveged/Makefile +++ b/utils/haveged/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haveged -PKG_VERSION:=1.7c +PKG_VERSION:=1.9.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.issihosts.com/$(PKG_NAME) -PKG_MD5SUM:=036760389b1827a2532e248dd3cc46d3 +PKG_MD5SUM:=015ff58cd10607db0e0de60aeca2f5f8 #ensure this is consistent with the dir in the tarball!!! PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)