summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/ntpsec: Fix logrotate configSebastian Pipping2023-04-171-0/+26
| | | | | Closes: https://bugs.gentoo.org/873514 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* net-misc/ntpsec: Drop oldSebastian Pipping2023-04-175-257/+0
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* */*: Update copyright line for files touched after 2018Ulrich Müller2023-01-161-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-misc/ntpsec: drop 1.2.1-r2, 1.2.1-r3, 1.2.1-r4, 1.2.1-r5Sam James2022-11-021-22/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: backport glibc[nsd] seccomp patchSam James2022-06-121-0/+34
| | | | | Closes: https://bugs.gentoo.org/851531 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: Improve OpenRC script for ntpdBrian Evans2022-06-031-0/+23
| | | | | | | | | | | | | | | | The attached script updates a couple things which effectively is the same as the current model however it follows the modular nature of the declarative syntax. Changes: * Removes the duplicating start_stop_daemon_args since --pidfile is automatic with pidfile= * Only have ntpd create the pidfile when forking via command_args_background * Add command_args_foreground for the option not to fork Closes: https://bugs.gentoo.org/828078 Signed-off-by: Brian Evans <grknight@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: Try to only run tests in src_test onlyJames Browning2022-04-202-0/+82
| | | | | | | | | | Since ./waf test runs all the test, this eliminates the need for the tests useflag which filled that space. Thus it's eliminated. Bug: https://bugs.gentoo.org/795522 Closes: https://bugs.gentoo.org/838109 Signed-off-by: James T Browning <JamesB.fe80@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: fix seccomp filter w/ glibc 2.35 (rseq)Sam James2022-04-071-0/+25
| | | | | Closes: https://bugs.gentoo.org/833274 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: seccomp cleanup, (really) fixes seccomp on riscvSteve Arnold2021-12-035-87/+116
| | | | | | | | * rollup seccomp changes into single patch against 1.2.1 * remove old seccomp patches Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: keyword ~riscv and update seccomp patch for riscv64Steve Arnold2021-12-021-2/+2
| | | | | | | * fixes seccomp on riscv64 (beaglev beta) Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: add link to upstream MR for glibc-2.34 fixSam James2021-11-171-0/+1
| | | | | Bug: https://bugs.gentoo.org/823692 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add upstream bug referenceSam James2021-11-141-0/+1
| | | | | | | | Tried to open a PR but gitlab seems to have blocked me partway through opening it. Bug: https://bugs.gentoo.org/823692 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: allow clone3 for glibc-2.34 (seccomp filter fix)Sam James2021-11-141-0/+19
| | | | | Closes: https://bugs.gentoo.org/823692 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: fix syntax error for arm64 in patchSam James2021-06-111-1/+1
| | | | | Closes: https://bugs.gentoo.org/795465 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add additional pread64 syscall patchSam James2021-06-111-0/+11
| | | | | Closes: https://bugs.gentoo.org/786228 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add seccomp patch from upstreamSam James2021-06-101-0/+19
| | | | | | Closes: https://bugs.gentoo.org/786228 Closes: https://bugs.gentoo.org/705128 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add missing seccomp patch for newfstatatSteve Arnold2021-04-101-0/+20
| | | | | | Closes: https://bugs.gentoo.org/779880 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: Remove old (py3.6)Michał Górny2021-01-014-438/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/ntpsec: short-circuit broken asciidoctor version parsingSteve Arnold2020-10-071-0/+14
| | | | | | | | * update doc use flag for new upstream default Closes: https://bugs.gentoo.org/746872 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: add missing asciidoc patch, force docs to behaveStephen Arnold2020-03-131-0/+372
| | | | | | Bug: https://bugs.gentoo.org/710414 Package-Manager: Portage-2.3.67, Repoman-2.3.17 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: add upstream seccomp fix and update systemd fileStephen Arnold2020-03-122-3/+18
| | | | | | | * closes bugs #705348 and #705128 Package-Manager: Portage-2.3.67, Repoman-2.3.17 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: add upstream patch and expand py3 compatStephen Arnold2020-03-091-0/+23
| | | | | | | * closes bugs #709258 and #710414 Package-Manager: Portage-2.3.67, Repoman-2.3.17 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: add acct deps, fix logrotate config, some QA issuesStephen Arnold2019-11-091-0/+28
| | | | | | | | | | | * fixes bug 697948 (use acct-group/acct-user) * fixes bug 698042 (logrotate) * fixes some QA issues from bug 695088 but leaves (adjusted) clock flags for time server requirements * does not address in-progress bugs Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: update unit file to avoid CVE-2015-5300Thomas Deutschmann2019-10-261-0/+19
| | | | | | Bug: https://bugs.gentoo.org/697024 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-misc/ntpsec: update ebuilds and use flags, fix for bug #685456Stephen Arnold2019-08-041-0/+35
| | | | | | | | | * (modified) patch supplied by James Browning <jamesb.fe80@gmail.com> only applies to 1.1.4 and up * remove obsolete configure option from 1.1.6 and up Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: remove older versions, security bug #675538Anthony G. Basile2019-05-231-16/+0
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-misc/ntpsec: [QA] Remove CVS $Id$ line from header.Ulrich Müller2018-03-051-1/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/ntpsec: backport fix for seccomp + early-droprootAnthony G. Basile2018-02-281-0/+16
| | | | | See: https://gitlab.com/NTPsec/ntpsec/issues/460 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/ntpsec: improve out-of-box configurationAnthony G. Basile2018-02-253-5/+23
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/ntpsec: new ebuild for secure ntp daemonStephen L Arnold2018-02-233-0/+45
* refactored version of NTP reference implementation * integration with gpsd and vendor clock sources Package-Manager: Portage-2.3.24, Repoman-2.3.6