summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/linuxptp: add 4.4Thomas Beierlein2024-12-151-0/+24
| | | | | Closes: https://bugs.gentoo.org/941727 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-misc/linuxptp: drop 4.1Thomas Beierlein2024-12-152-32/+0
| | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-misc/linuxptp: add 4.2Marek Szuba2023-12-241-0/+11
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/linuxptp: drop 2.0-r1Marek Szuba2022-09-261-52/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/linuxptp: fix implicit function declaration for strncpySam James2022-09-071-0/+21
| | | | | | | | | Unlike normal missing includes, implicit function declaration fixes require a revbump as they can affect code generation. Observed on musl. Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/linuxptp: honour user value of CPPMarek Szuba2022-08-151-0/+11
| | | | | | | | | | | | | | Upstream build scripts call the preprocessor to acquire the list of system include directories, which is then used to locate the declaration of clock_adjtime(). However, they hard-coded the preprocessor name to "cpp" - and if that is absent (e.g. on a system without native gcc symlinks) the script invoking it gets an empty list of directories, assumes the absence of clock_adjtime() definition and compensates by enabling a custom one, and subsequently causes a build failure when the two definitions collide. Closes: https://bugs.gentoo.org/864557 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/linuxptp: add 3.1.1Marek Szuba2022-08-152-0/+24
| | | | | Closes: https://bugs.gentoo.org/864547 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/linuxptp: fix compilation errorMarek Szuba2020-11-051-0/+52
| | | | | | | Invoking maintainer time-out. Closes: https://bugs.gentoo.org/728540 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/linuxptp: add systemd unit for timemasterMarek Szuba2020-07-021-0/+12
Invoking maintainer time-out. Closes: https://bugs.gentoo.org/708614 Signed-off-by: Marek Szuba <marecki@gentoo.org>