aboutsummaryrefslogtreecommitdiff
path: root/net/ntpd
Commit message (Collapse)AuthorAge
* ntpd: add libcap to default dependencies of the ntpd packageAlexandru Ardelean2015-12-13
| | | | | | | | | | | | Seems ntpdate also requires this lib: ``` Package ntpdate is missing dependencies for the following libraries: libcap.so.2 make[2]: *** [/store/buildbot/slave/ar71xx/build/bin/ar71xx/packages/packages/ntpdate_4.2.8p4-1_ar71xx.ipk] Error 1 make[2]: Leaving directory `/store/buildbot/slave/ar71xx/build/feeds/packages/net/ntpd' ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* ntpd: update to 4.2.8p4Peter Wagner2015-11-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* ntpd: fix fortify source compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | | The ntpd package ships autoconf macros which attempt to test for the C99 compliance of `snprintf()` and `vsnprintf()`. Those macros unconditionally consider the functions not compliant in a cross compile setting and therfore break all subsequent configure tests because the `snprintf` and `vsnprintf` symbols are shadowed with `#define` directives redirecting them to their respectiv gnulib replacements. The fortify source headers in turn will `#undef` those defines when wrapping the associated functions and therfore cause all `conftest` programs to emit a failure. Pass the required magic autoconf cache variables via `CONFIGURE_VARS` to let `./configure` assume C99 compliance of the affected functions, thus fixing the build. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* ntpd: enable ATOM (PPS) supportChristian Pointner2015-05-25
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* ntpd: fix typoPeter Wagner2015-04-13
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Currently the hotplug script never starts because it assumes the wrongPeter Wagner2015-04-13
| | | | | | | path to the binary. Fix the path. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> Signed-off-by: Peter Wagner <tripolar@gmx.at>
* ntpd: update to 4.2.8p2Peter Wagner2015-04-12
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* ntpd: update to 4.2.8p1Peter Wagner2015-02-09
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* [ntpd] fix deps and cleanup the MakefilePeter Wagner2015-01-11
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* ntpd: update to 4.2.8 and remove nossl supportPeter Wagner2014-12-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* ntpd: add SPDX license informationIan Leonard2014-11-25
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ntpd: fix a small typo in the default descriptionMichael Heimpold2014-11-23
| | | | | | | Reported by amanual on IRC, thanks. While at, update copyright timestamp. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* openssh,ntpd: move USERID to the server only as the client utils don't need ↵Peter Wagner2014-10-14
| | | | | | a user/group Signed-off-by: Peter Wagner <tripolar@gmx.at>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* ntpd: remove spurious libelf dependencySteven Barth2014-07-18
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-06-24
| | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* ntpd: import from packagesPeter Wagner2014-06-16
Signed-off-by: Peter Wagner <tripolar@gmx.at>