aboutsummaryrefslogtreecommitdiff
path: root/net/ntpclient/patches
Commit message (Collapse)AuthorAge
* ntpclient: removePaul Donald2024-03-05
| | | | | | | ntp sources are dead and gone. The most important functionality is now provided by ntpd. Signed-off-by: Paul Donald <newtwen@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* ntpclient: fixup time patchRosen Penev2020-04-11
| | | | | | Added missing header and added casts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ntpclient: fix compilation with newer kernelsRosen Penev2020-04-07
| | | | | | | | | glibc needs an extra header included. Also cast time values to 64-bit in preparation for 64-bit time_t for 32-bit platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ntpclient: Update to 2015_365Rosen Penev2018-08-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ntpclient: Import from oldpackages, update version, copyright and license ↵Ted Hess2014-08-13
info, add pkg maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>