Update ntp source package to:
ntp-4.2.6p5-29.el7.centos.2.src.rpm
In fact it is version ntp-4.2.6p5-29.el7_8.2.
(Refer to https://git.centos.org/rpms/ntp/c/
e9ba41e9edf8efad8f090aad24845b8f4db0668d?branch=c7)
Story: 2008532
Task: 41691
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Change-Id: If5db6b15b9c01a20a614bb160bba575c6b578d3e
This update makes use of the PKG_GITREVCOUNT variable
to auto-version the packages in this repo.
Story: 2007750
Task: 39951
Change-Id: I854419c922b9db4edbbf6f1e987a982ec2ec7b59
Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
This solves:
ntp: Stack-based buffer overflow in ntpq and ntpdc allows
denial of service or code execution (CVE-2018-12327)
See the announcement link:
https://lists.centos.org/pipermail/centos-cr-announce/2019-August/006016.html
for more details.
Here we refresh the meta patches and correct the crime of
"name of patch file differs from git format-patch". We
also clean up the commit short logs.
Change-Id: I263465d85f06096296fdd478a302eb110ab1259c
Closes-Bug: 1849197
Depends-On: https://review.opendev.org/#/c/695983
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
This is required to fix a bug with ntpq and IPV6 addresses. The ntpq
command truncates the remote addresses to 15 characters. This is not
long enough for IPV6 addresses. This has been fixed in version 4.2.8
which is not yet released by Centos. Patch
Fix-ntpq-truncates-IPV6-addresses.patch provides a subset of the fix.
aeb3ee65bchttps://bugs.ntp.org/show_bug.cgi?id=1128
Depends-On: https://review.opendev.org/680105
Partial-Bug: 1840687
Change-Id: If9d07acf913ebebead5505d44129f0644511b748
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
Add ntp-config package to config the customized ntp.conf and ntpd.
With this change, ntp srpm is dropped to replaced by rpm.
ntp-config is configured to depend on ntp, so ntp will be included
in the ISO automatically.
ntp package will be installed in all type node, so no change to filter.
Test has been done:
build and deploy with multinode. confirm ntp.conf and ntpd is kept
the same as before.
Story: 2003768
Task: 27587
Change-Id: I795f0fd2b53c46c7302104a07c5d4cfe869d3c7b
Signed-off-by: slin14 <shuicheng.lin@intel.com>
When do Centos 7.5 upgraded, some patches didn't resolve and cause
the fuzzy in the line numbers of the patches. And it may cause
.orig file is created when do patch. And this .orig file will lead
to rpm packaging failure due to the unexpected and unpackaged .orig
file.
Please visit below link to get more detail info:
https://bugs.launchpad.net/starlingx/+bug/1794611
Solution:
Safest solution is to de-fuzz our patches.
Story: 2003389
Task: 26755
Change-Id: I45ebdfb791d7c0a83b2fc243f95d2a1fa2351682
Signed-off-by: slin14 <shuicheng.lin@intel.com>