<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-networking/recipes-support/ntp/ntp_4.2.8p12.bb, branch styhead</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-04-29T17:13:56+00:00</updated>
<entry>
<title>ntp: upgrade 4.2.8p12 -&gt; 4.2.8p13</title>
<updated>2019-04-29T17:13:56+00:00</updated>
<author>
<name>Andrej Valek</name>
<email>andrej.valek@siemens.com</email>
</author>
<published>2019-04-24T10:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=91b4b1eb10a145cab6201f515e718d9722308dcc'/>
<id>urn:sha1:91b4b1eb10a145cab6201f515e718d9722308dcc</id>
<content type='text'>
License has been changed due to reformatting, no new stuff added.

Signed-off-by: Andrej Valek &lt;andrej.valek@siemens.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Split ntpq into an own package</title>
<updated>2019-01-30T21:34:49+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2019-01-30T09:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b730bd799afda64aebe7daf5d0299889ffbb09c1'/>
<id>urn:sha1:b730bd799afda64aebe7daf5d0299889ffbb09c1</id>
<content type='text'>
ntpq is the standard query program for ntp,
but ntp-utils depends on perl.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ntp: Reproducible build: Use fixed path to posix shell</title>
<updated>2018-11-13T16:32:18+00:00</updated>
<author>
<name>douglas.royds</name>
<email>douglas.royds@taitradio.com</email>
</author>
<published>2018-11-13T05:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=13335e4e8e4b91ac5cc52a6754f0478c07fc7005'/>
<id>urn:sha1:13335e4e8e4b91ac5cc52a6754f0478c07fc7005</id>
<content type='text'>
At configure time, the ntp build goes looking on the build machine for a posix
shell, using `which` to find it. Under OE, it settles on hosttools/bash,
resulting in this build host path being written into several binaries.
This did not affect the Debian reproducibility project, presumably because it
consistently found bash at /bin/bash.

Don't go looking, just use a fixed path to /bin/sh instead.

Upstream-Status: Submitted http://bugs.ntp.org/show_bug.cgi?id=3551
Signed-off-by: Douglas Royds &lt;douglas.royds@taitradio.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ntp: Reproducible build: Respect SOURCE_DATE_EPOCH</title>
<updated>2018-11-13T16:32:18+00:00</updated>
<author>
<name>douglas.royds</name>
<email>douglas.royds@taitradio.com</email>
</author>
<published>2018-11-13T05:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9535ee3321f933b0f6c9bc810a5047c496b56b32'/>
<id>urn:sha1:9535ee3321f933b0f6c9bc810a5047c496b56b32</id>
<content type='text'>
If a SOURCE_DATE_EPOCH is set in the environment, use that date in the build
version string, otherwise use the current build date.
See https://reproducible-builds.org/docs/source-date-epoch/

Should GNU date options fail, try BSD date options as a fall-back.
This patch can potentially be pushed upstream for use on Mac OSX or OpenBSD,
though it has not been tested on OSX or any BSD platform.

Upstream-Status: Submitted http://bugs.ntp.org/show_bug.cgi?id=3550
Signed-off-by: Douglas Royds &lt;douglas.royds@taitradio.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ntp: Upgrade 4.2.8p11 -&gt; 4.2.8p12</title>
<updated>2018-08-21T07:21:17+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2018-08-21T01:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ac91e6b759f1eeeca559005e1c933b46d6a0272f'/>
<id>urn:sha1:ac91e6b759f1eeeca559005e1c933b46d6a0272f</id>
<content type='text'>
1. Upgrade ntp to 4.2.8p12
2. Disable sntp service by default.
   Default NTPSERVER in config sntp is "ntpserver.example.org",
   just an example, not a valid address, if enable sntp service
   by default, it will startup failed during boot. It should be
   enabled after user set the correct config for sntp according
   to current config of ntpd.

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
