summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/rng-tools: add 6.13Sam James2021-06-131-0/+78
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/21210 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* sys-apps/rng-tools: Remove old 6.10-r1, 6.11-r1David Seifert2021-05-143-162/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* sys-apps/rng-tools: fix the v6.11 bumpGöktürk Yüksek2021-03-062-0/+164
| | | | | | | | - Add support for the "use_aes" NIST option in initd and confd - Ship the upstream systemd unit instead of the downstream one Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-apps/rng-tools: Drop old versionsMatt Turner2020-12-0910-437/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-apps/rng-tools: Add patch to help rngd shutdownMatt Turner2019-10-241-0/+37
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-apps/rng-tools: use '/run' instead of '/var/run' #685326Göktürk Yüksek2019-06-051-1/+1
| | | | | | Closes: https://bugs.gentoo.org/685326 Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-apps/rng-tools: remove unused patchMichael Mair-Keimberger2019-04-041-45/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11552 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-apps/rng-tools: remove oldGöktürk Yüksek2019-03-125-193/+0
| | | | | | Bug: https://bugs.gentoo.org/679122 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-apps/rng-tools: bump to 6.7 #679122Göktürk Yüksek2019-03-122-0/+154
| | | | | | Closes: https://bugs.gentoo.org/679122 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-apps/rng-tools: rewrite initd and confd (6.6-r1 only)Göktürk Yüksek2018-12-282-0/+142
| | | | | | | | | | | | | | | | | | | | | Restructure the openrc init script and the accompanying confd file to reflect the recent changes to rngd. - Instead of having individual NO_FOO="1" style variables in the confd file for each entropy source, maintain a single list of entropy sources to enable. Likewise, maintain a list of entropy sources to disable. - Allow per-entropy-source options to be set inside the confd file. - The init file defines $description now. - Use $command_args_background instead of $command_args to specify the daemon behavior. - Allow default setting of --fill-watermark. - Allow extra arguments to be passed to rngd from the confd file. Bug: https://bugs.gentoo.org/650622 Bug: https://bugs.gentoo.org/673120 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-apps/rng-tools: bump to v6.5Göktürk Yüksek2018-09-261-0/+60
| | | | | Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* sys-apps/rng-tools: bump to 6.4Göktürk Yüksek2018-09-191-0/+36
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sys-apps/rng-tools: bump to v6.3Göktürk Yüksek2018-07-061-0/+36
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-apps/rng-tools: fix nistbeacon block validation on 32-bit x86Göktürk Yüksek2018-04-191-0/+45
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-apps/rng-tools: add support for NP_TPM and NO_DRNG options in v6Göktürk Yüksek2017-10-251-0/+16
| | | | | | | | | | | | | rng-tools-6 removes the command line options '--no-tpm' and '--no-drng'. Instead, it allows the inclusion and exclusion of a particular entropy source using the command line options '-n' and 'x' respectively. Maintain backwards compatibility by translating the NP_TPM and NO_DRNG options in the conf file to exclusion options. Closes: https://bugs.gentoo.org/630798 Package-Manager: Portage-2.3.8, Repoman-2.3.2
* sys-apps/rng-tools: Removed old.Lars Wendler2017-08-142-99/+0
| | | | Package-Manager: Portage-2.3.7, Repoman-2.3.3
* sys-apps/rng-tools: Bump to version 6Lars Wendler2017-08-145-8/+53
| | | | Package-Manager: Portage-2.3.7, Repoman-2.3.3
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* sys-apps/rng-tools: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-182-2/+2
|
* sys-apps/rng-tools: open entropy src with O_NOCTTY flag #556456Gokturk Yuksek2015-10-011-0/+45
| | | | | | | | | This revision patches the source file 'rngd_entsource.c', adding 'O_NOCTTY' flag to the open() call that opens the entropy source for rngd. Gentoo-Bug: https://bugs.gentoo.org/556456 Package-Manager: portage-2.2.20.1
* sys-apps/rng-tools: remove unused lines from the init script.Gokturk Yuksek2015-10-011-3/+0
| | | | | | | | | | | rngd-initd-r1-4.1 has been created as a result of the patch proposed for bug 481254. However, one chunk has been missed and did not make it to the commit. The variable DEFAULT_DEVICE isn't used by the init script. Remove the related lines from the script. Package-Manager: portage-2.2.20.1
* sys-apps/rng-tools: improve the man pages #555094 #555106Mike Frysinger2015-08-142-0/+32
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-087-0/+293
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed