aboutsummaryrefslogtreecommitdiff
path: root/utils/rng-tools/Makefile
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* rng-tools: drop unneeded depJohn Audia2022-03-01
| | | | | | | | Upstream dropped the libsysfs dep.[1] 1. https://github.com/nhorman/rng-tools/releases/tag/v6.12 Signed-off-by: John Audia <graysky@archlinux.us>
* rng-tools: update to 6.15John Audia2022-02-28
| | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* rng-tools: fix init STARTÁlvaro Fernández Rojas2021-02-20
| | | | | | | We should be using "00" to deal with alphabetical order. Fixes: e9a126c14509 ("rng-tools: start as early as possible") Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* rng-tools: start as early as possibleÁlvaro Fernández Rojas2021-02-19
| | | | | | | | | Raspberry Pi devices (bcm2708) need this to get from: [ 102.310494] random: crng init done to: [ 12.539744] random: crng init done Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* rng-tools: bump to 6.10, require libopensslNathaniel Filardo2020-08-22
| | | | | | Upstream now requires libopenssl unconditionally Signed-off-by: Nathaniel Filardo <nwfilardo@gmail.com>
* rng-tools: Update to 6.7Rosen Penev2019-07-14
| | | | | | | Cleanup Makefile to get rid of random hacks and to simplify for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rng-utils: version 6.6 is now availableNathaniel Wesley Filardo2018-11-07
| | | | | | | | | | | | | | Work around automake demanding README with a symlink. Add new dependency on libsysfs. Avoid dependency on libxml, curl, openssl by disabling NIST beacon support. We also continue to remove gcrypt, and jitterentropy is not packaged. Remove patch that no longer cleanly applies. If newlines in log messages are a problem, we should take it up with upstream. Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com> Fixes: github #7303
* 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>
* rng-tools: add upstreamed patch to fix newlines in syslog messagesPhilip Prindeville2017-06-27
| | | | | | Don't embed newlines in syslog strings. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* rng-tools: Fixup Makefile and initscriptStefan Hellermann2016-11-10
| | | | | | | | - typo in path of uci-defaults scripts - fix init script when there is no rngd config - convert init script to procd Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* rng-tools: uci-fy, default to doing nothingNathaniel Wesley Filardo2016-10-31
| | | | | | | | | | | | | | | | Enabling the default configuration will pipe /dev/urandom back into /dev/random ala the current package behavior. Because this amounts to disabling the in-kernel entropy estimation, default disabled. While here, uci-paramaterize the high watermark. While here, add a pre-command hook for real RNGs that need 'stty raw' or other such hooks. (e.g. the TrueRNG devices) As offered in github openwrt/packages#3422, take over maintainership. See github openwrt/packages#3142. Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
* rng-tools: Add description, remove unused parameterHannu Nyman2016-09-22
| | | | | | | | * Add description to both Makefile and init script that mentions the default of /dev/urandom as the entropy source. * Remove the deprecated interval parameter from init script. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* rng-tools: musl compatibilityHannu Nyman2015-06-17
| | | | | | | Make rng-tools to compile with musl by adding similar argp dependencies as with uclibc. 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>
* rng-tools: remove libgcrypt dependencyHannu Nyman2014-07-25
| | | | | | | Remove libgcrypt dependency, spotted by buildbot. It seems to be related to x86-only functionality. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* rng-tools: upgrade to version 5Hannu Nyman2014-07-23
| | | | | | | | | Edit init script to match current options. Update copyright year. Simplify download location. Add myself as maintainer. signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* rng-tools: import from oldpackagesHannu Nyman2014-07-23
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>