summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/ntpsec: arm64 stable wrt bug #851978Agostino Sarubbo2022-06-171-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/ntpsec: arm stable wrt bug #851978Agostino Sarubbo2022-06-171-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/ntpsec: Stabilize 1.2.1-r6 amd64, #851978Jakov Smolić2022-06-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-misc/ntpsec: move python_optimize callSam James2022-06-151-1/+1
| | | | | Closes: https://bugs.gentoo.org/852095 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: fix distutils-r1 usageSam James2022-06-122-26/+185
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: backport glibc[nsd] seccomp patchSam James2022-06-122-0/+212
| | | | | Closes: https://bugs.gentoo.org/851531 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: Improve OpenRC script for ntpdBrian Evans2022-06-032-0/+200
| | | | | | | | | | | | | | | | 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: arm64 stable wrt bug #848591Agostino Sarubbo2022-05-311-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/ntpsec: arm stable wrt bug #848591Agostino Sarubbo2022-05-311-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/ntpsec: Stabilize 1.2.1-r3 amd64, #848591Sam James2022-05-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: use BDEPENDSam James2022-04-202-26/+18
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: silence wrong warning about testsSam James2022-04-202-1/+10
| | | | | | | We are running them. Closes: https://bugs.gentoo.org/795522 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add Python 3.10Sam James2022-04-202-10/+8
| | | | | Closes: https://bugs.gentoo.org/830039 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: Try to only run tests in src_test onlyJames Browning2022-04-204-4/+272
| | | | | | | | | | 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-072-1/+27
| | | | | Closes: https://bugs.gentoo.org/833274 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: remove crufty/unsupported clockSteve Arnold2021-12-053-11/+21
| | | | | | | | * neoclock is no longer in the list of supported clocks Closes: https://bugs.gentoo.org/828039 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* net-misc/ntpsec: seccomp cleanup, (really) fixes seccomp on riscvSteve Arnold2021-12-036-91/+117
| | | | | | | | * 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: Remove vulnerable 1.2.0Steve Arnold2021-12-022-170/+0
| | | | | | Bug: https://bugs.gentoo.org/795321 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-022-3/+3
| | | | | | | * 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-142-0/+20
| | | | | Closes: https://bugs.gentoo.org/823692 Signed-off-by: Sam James <sam@gentoo.org>
* */*: reassign nerdboy's packagesJoonas Niilola2021-10-271-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-misc/ntpsec: Stabilize 1.2.1 arm, #795321Sam James2021-06-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: Stabilize 1.2.1 amd64, #795321Sam James2021-06-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: Stabilize 1.2.1 arm64, #795321Sam James2021-06-211-1/+1
| | | | 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 1.2.1Sam James2021-06-112-0/+170
| | | | | Bug: https://bugs.gentoo.org/795321 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add additional pread64 syscall patchSam James2021-06-112-0/+12
| | | | | Closes: https://bugs.gentoo.org/786228 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: drop 1.1.9Sam James2021-06-102-161/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: port live to EAPI 7 tooSam James2021-06-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add seccomp patch from upstreamSam James2021-06-102-2/+22
| | | | | | Closes: https://bugs.gentoo.org/786228 Closes: https://bugs.gentoo.org/705128 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: Stabilize 1.2.0-r1 arm64, #792945Sam James2021-06-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: amd64 stable wrt bug #792945Agostino Sarubbo2021-05-311-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/ntpsec: Stabilize 1.2.0-r1 arm, #792945Sam James2021-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: propagate Python 3.9Sam James2021-05-302-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: drop epatchSam James2021-04-213-10/+10
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add explicit epatch inheritSam James2021-04-163-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: add missing seccomp patch for newfstatatSteve Arnold2021-04-102-0/+21
| | | | | | 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: switch to distutils-r1, fix shebangsSteve Arnold2021-04-101-2/+5
| | | | | | | | Should also fix bug 779880 Closes: https://bugs.gentoo.org/778011 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-313-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/ntpsec: add latest release (with missing py extension)Steve Arnold2021-01-252-0/+164
| | | | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=751982 Closes: https://bugs.gentoo.org/show_bug.cgi?id=753785 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-017-766/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/ntpsec: short-circuit broken asciidoctor version parsingSteve Arnold2020-10-072-2/+21
| | | | | | | | * 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: amd64 stable (bug #732234)Sam James2020-07-171-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: arm stable (bug #732234)Sam James2020-07-111-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: arm64 stable (bug #732234)Sam James2020-07-111-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ntpsec: Version bumpAndreas K. Hüttel2020-06-283-4/+157
| | | | | | Bug: https://bugs.gentoo.org/721150 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* net-misc/ntpsec: drop vulnerableAaron Bauman2020-06-193-321/+0
| | | | | Bug: https://bugs.gentoo.org/694748 Signed-off-by: Aaron Bauman <bman@gentoo.org>