Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b254cc2fc6b4393245d0f877c98666eff3cd61c2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b254cc2fc6b4393245d0f877c98666eff3cd61c2)
  • Date: Fri, 17 Dec 2021 04:12:00 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

net/chrony/DEPENDS | 2 +-
net/chrony/DETAILS | 4 ++--
net/chrony/HISTORY | 7 +++++++
net/chrony/INSTALL | 2 +-
net/chrony/chrony.gpg |binary
5 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit b254cc2fc6b4393245d0f877c98666eff3cd61c2
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

net/chrony: version 4.2, SECURITY_PATCH++

diff --git a/net/chrony/DEPENDS b/net/chrony/DEPENDS
index afbdc23..343f7d5 100755
--- a/net/chrony/DEPENDS
+++ b/net/chrony/DEPENDS
@@ -1,6 +1,6 @@
depends ncurses &&

-optional_depends texinfo "" "" "for info documentation" &&
+optional_depends asciidoctor "" "" "for extra documentation" &&

optional_depends MAIL-TRANSPORT-AGENT \
"--with-sendmail=$INSTALL_ROOT/usr/lib/sendmail" "" \
diff --git a/net/chrony/DETAILS b/net/chrony/DETAILS
index 963499d..799a5b4 100755
--- a/net/chrony/DETAILS
+++ b/net/chrony/DETAILS
@@ -1,6 +1,6 @@
SPELL=chrony
- VERSION=3.5
- SECURITY_PATCH=5
+ VERSION=4.2
+ SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-$VERSION-tar-gz-asc.txt
SOURCE_URL[0]=https://download.tuxfamily.org/$SPELL/$SOURCE
diff --git a/net/chrony/HISTORY b/net/chrony/HISTORY
index ad57841..c5f4388 100644
--- a/net/chrony/HISTORY
+++ b/net/chrony/HISTORY
@@ -1,3 +1,10 @@
+2021-12-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 4.2, SECURITY_PATCH++, (CVE-2020-14367)
+ * chrony.gpg: replaced old key with a new one: 537E2B76F7680DAC,
+ Miroslav Lichvar <mlichvar AT redhat.com>
+ * DEPENDS: texinfo -> asciidoctor
+ * INSTALL: fixed the name of example config file
+
2019-07-01 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add nettle

diff --git a/net/chrony/INSTALL b/net/chrony/INSTALL
index 12f4854..0b9eb70 100755
--- a/net/chrony/INSTALL
+++ b/net/chrony/INSTALL
@@ -7,7 +7,7 @@ if is_depends_enabled $SPELL texinfo; then
fi &&

if [[ ! -f "${INSTALL_ROOT}/etc/chrony.conf" ]]; then
- install -vm 644 "${SOURCE_DIRECTORY}/examples/chrony.conf.example" \
+ install -vm 644 "${SOURCE_DIRECTORY}/examples/chrony.conf.example3" \
"${INSTALL_ROOT}/etc/chrony.conf"
fi &&
if [[ ! -f "${INSTALL_ROOT}/etc/chrony.keys" ]]; then
diff --git a/net/chrony/chrony.gpg b/net/chrony/chrony.gpg
index a2f94a9..4b8b883 100644
Binary files a/net/chrony/chrony.gpg and b/net/chrony/chrony.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b254cc2fc6b4393245d0f877c98666eff3cd61c2), Pavel Vinogradov, 12/16/2021

Archive powered by MHonArc 2.6.24.

Top of Page