Commit graph

16 commits

Author SHA1 Message Date
Jo-Philipp Wich
cbf11196b7 ntpd: fix fortify source compatibility
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>
2015-06-26 17:17:13 +02:00
Christian Pointner
80396166a8 ntpd: enable ATOM (PPS) support
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2015-05-25 18:45:23 +02:00
Peter Wagner
0135d8e2bd ntpd: fix typo
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-04-13 18:53:17 +02:00
Peter Wagner
2c1c2de230 Currently the hotplug script never starts because it assumes the wrong
path to the binary. Fix the path.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-04-13 18:14:27 +02:00
Peter Wagner
f4ef2c8fd7 ntpd: update to 4.2.8p2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-04-12 20:56:51 +02:00
Nicolas Thill
e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Peter Wagner
a957258b78 ntpd: update to 4.2.8p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-09 14:41:44 +01:00
Peter Wagner
99aad1438a [ntpd] fix deps and cleanup the Makefile
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-11 18:34:29 +01:00
Peter Wagner
e40c1e3586 ntpd: update to 4.2.8 and remove nossl support
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-22 12:36:32 +01:00
Ian Leonard
1aff45c6dd ntpd: add SPDX license information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-25 23:43:58 -08:00
Michael Heimpold
bb5d39cc98 ntpd: fix a small typo in the default description
Reported by amanual on IRC, thanks.
While at, update copyright timestamp.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-11-23 20:30:11 +01:00
Peter Wagner
0d260899aa openssh,ntpd: move USERID to the server only as the client utils don't need a user/group
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-14 18:00:42 +02:00
John Crispin
d4042ec35e generic userid: use the new USERID api
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>
2014-10-08 03:45:30 +02:00
Steven Barth
4d5d3f47d1 ntpd: remove spurious libelf dependency
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-18 11:41:11 +02:00
Etienne CHAMPETIER
e598af5f99 PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-24 23:01:14 +02:00
Peter Wagner
d5dd6b3c31 ntpd: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:54:42 +02:00