aboutsummaryrefslogtreecommitdiff
path: root/utils/haveged
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* haveged: update to 1.9.18Hannu Nyman2022-04-11
| | | | | | Update haveged to version 1.9.18 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.17Hannu Nyman2022-01-09
| | | | | | Update havged to version 1.9.17. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.15Hannu Nyman2021-10-03
| | | | | | Update haveged to version 1.9.15. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.14Hannu Nyman2021-01-03
| | | | | | Update haveged to version 1.9.14. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.13Hannu Nyman2020-07-18
| | | | | | Update haveged to version 1.9.13. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.12Hannu Nyman2020-06-21
| | | | | | Update haveged to version 1.9.12 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.11Hannu Nyman2020-06-14
| | | | | | Update haveged to version 1.9.11 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: move init script from 13 to 01Karel Kočí2020-03-11
| | | | | | | | | | | | This is intended as a match with standard urngd. They serve same purpose and urngd starts as first with 00. Starting haveged later can create issues if you replace urngd with it. The example problem is if uci-defaults script decides to generate certificate. Haveged can supply entropy but it is started later and to mitigate this urngd would still have to be installed. This means that haveget can't serve as replacement without moving it to match start order of urngd. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* haveged: convert to procdHannu Nyman2019-10-01
| | | | | | Convert haveged init script to use procd Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.8Hannu Nyman2019-10-01
| | | | | | Update haveged to 1.9.8 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.6Hannu Nyman2019-09-01
| | | | | | Update haveged to 1.9.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.4Hannu Nyman2018-11-04
| | | | | | | | | | Version bump to 1.9.4 Development has moved to github. * old site: http://www.issihosts.com/haveged * new site: https://github.com/jirka-h/haveged Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: disable MIPS16Hannu Nyman2018-03-12
| | | | | | | Disable MIPS16 usage so that haveged compiles ok with GCC 7.3 for MIPS targets. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: update to 1.9.2Hannu Nyman2017-11-26
| | | | | | | | | | | | | | 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>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* utils/haveged: Add SF as primary download siteDaniel Engberg2017-01-06
| | | | | | Add Sourceforge as primary download site and main site as secondary. Drop fedoraproject.org repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* haveged: change hash to SHA256Hannu Nyman2017-01-05
| | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* libhavege: move to Libraries categoryAlberto Bursi2016-10-23
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* haveged: disable online testingMoritz Warning2014-09-30
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* haveged: start earlier in boot sequenceMoritz Warning2014-09-30
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* haveged: fix CONFIGURE_ARGSHannu Nyman2014-09-11
| | | | | | | | Add backslash to the CONFIGURE_ARGS definition to remove thread support as originally intended. The error has been there since the bump to 1.7c. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Add license info to ccrypt, haveged, rng-tools, vsftpdHannu Nyman2014-08-08
| | | | | | I added license info to those packages that I have imported here. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haveged: add mirror since primary is partly unreachableSteven Barth2014-08-07
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* haveged: add maintainer.Hannu Nyman2014-07-22
| | | | Also bump PKG_RELEASE and remove old id line
* haveged: import from oldpackages. no changesHannu Nyman2014-07-22