Age | Commit message (Expand) | Author |
2022-04-18 | gnu: ntp: Support cross-compilation....* gnu/packages/ntp.scm (ntp)[arguments]: Add configuration flag.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Petr Hodina |
2022-02-07 | gnu: openntpd: Add release-monitoring-url....* gnu/packages/ntp.scm (openntpd)[properties]: New field.
| Efraim Flashner |
2021-12-16 | gnu: chrony: Update to 4.2....* gnu/packages/ntp.scm (chrony): Update to 4.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-07-27 | gnu: Remove tlsdate....As discussed in <https://bugs.gnu.org/46602>, tlsdate does not support a
current release of OpenSSL.
* gnu/packages/ntp.scm (tlsdate): Remove variable.
| Leo Famulari |
2021-06-17 | gnu: openntpd: Get libressl version from the inputs....* gnu/packages/ntp.scm (openntpd)[arguments]: Get libressl version from
the package inputs.
| Brice Waegeneire |
2021-06-17 | gnu: libressl: Remove search paths....Unlike OpenSSL, LibreSSL hardcode it's certificate bundle and doesn't
allow to specify it through a environment variable.
* gnu/packages/tls.scm (libressl)[configure-flags]: Specify OpenSSL
configuration directory.
[native-search-paths]: Remove it.
* gnu/packages/ntp.scm (openntpd)[configure-flags]: Adjust CAcert
location.
| Brice Waegeneire |
2021-05-22 | gnu: ntp: Prepare for GCC 10....* gnu/packages/ntp.scm (ntp)[source](patches): New field.
| Marius Bakke |
2021-05-13 | gnu: chrony: Update to 4.1....* gnu/packages/ntp.scm (chrony): Update to 4.1.
| Tobias Geerinckx-Rice |
2020-12-13 | gnu: openntpd: Update to 6.8p1....* gnu/packages/ntp.scm (openntpd): Update to 6.8p1.
| Tobias Geerinckx-Rice |
2020-10-13 | gnu: libcap: Make 'libcap/next' the default libcap....* gnu/packages/avahi.scm (avahi)[inputs]: Refer to LIBCAP-2.31 instead of LIBCAP.
* gnu/packages/base.scm (coreutils)[inputs]: Likewise.
* gnu/packages/linux.scm (libcap): Rename to ...
(libcap-2.31): ... this.
(libcap/next): Rename to ...
(libcap): ... this.
(libcap/next): Define as deprecated alias for LIBCAP.
(fakeroot)[inputs]: Change from LIBCAP/NEXT to LIBCAP.
* gnu/packages/ntp.scm (chrony, ntp)[inputs]: Likewise.
| Marius Bakke |
2020-10-08 | gnu: chrony: Support Network Time Security (NTS)....* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: chrony: Update to 4.0....* gnu/packages/ntp.scm (chrony): Update to 4.0.
| Tobias Geerinckx-Rice |
2020-09-13 | gnu: Fix a crash in NTP and Chrony....Fixes <https://bugs.gnu.org/43321>.
* gnu/packages/ntp.scm (ntp, chrony)[inputs]: Replace libcap with libcap/next.
| Leo Famulari |
2020-08-20 | gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367]....* gnu/packages/ntp.scm (chrony): Update to 3.5.1.
| Tobias Geerinckx-Rice |
2020-07-11 | gnu: ntp: Update to 4.2.8p15 [security fixes]....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p15.
[source]: Swap order of URIs.
| Tobias Geerinckx-Rice |
2020-04-08 | gnu: openntpd: Don't use NAME in source URI....* gnu/packages/ntp.scm (openntpd)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2020-04-08 | gnu: Add chrony....* gnu/packages/ntp.scm (chrony): New public variable.
| Tobias Geerinckx-Rice |
2020-03-31 | gnu: Order module imports in (gnu packages ntp)....This shouldn't cause any conflicts :-)
* gnu/packages/ntp.scm: Order module imports alphabetically.
| Tobias Geerinckx-Rice |
2020-03-07 | gnu: ntp: Update to 4.2.8p14 [fixes Sec 3610, Sec 3596, Sec 3592]....https://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p14.
| Tobias Geerinckx-Rice |
2020-03-07 | gnu: ntp: Use HTTPS in metadata URIs...* gnu/packages/ntp.scm (ntp)[home-page, license]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-09-29 | gnu: tlsdate: Build against OpenSSL@1.0....* gnu/packages/ntp.scm (tlsdate)[inputs]: Change from OPENSSL to OPENSSL-1.0.
| Marius Bakke |
2019-09-08 | gnu: openntpd: Fix error CA errors when using constraints....The error printed by nttpd was "constraint: failed to load constraint ca" when
libressl tried loading the file /etc/ssl/cert.pem. The problem was
investigated as part of fixing issue 37318 (see:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37318).
* gnu/packages/ntp.scm (openntpd)[configure-flags]: Use the '--with-cacert'
flag to specify the location of the certificate authority file of libressl.
| Maxim Cournoyer |
2019-03-18 | gnu: ntp: Update to 4.2.8p13....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p13.
| Tobias Geerinckx-Rice |
2018-08-17 | gnu: ntp: Update to 4.2.8p12 [fix CVE-2018-12327]....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p12.
| Tobias Geerinckx-Rice |
2018-06-30 | gnu: tlsdate: Bump COMPILE_DATE....* gnu/packages/ntp.scm (tlsdate)[arguments]: Set COMPILE_DATE to
2018-06-28.
| Tobias Geerinckx-Rice |
2018-06-29 | gnu: tlsdate: Return #t from phases....* gnu/packages/ntp.scm (tlsdate)[arguments]: Substitute INVOKE for
SYSTEM*.
| Tobias Geerinckx-Rice |
2018-04-11 | gnu: tlsdate: Fix compilation on aarch64-linux-gnu....* gnu/packages/ntp.scm (tlsdate)[arguments]: Add #:configure-flags.
| Ludovic Courtès |
2018-03-28 | gnu: ntp: Update to 4.2.8p11 [security-fixes]....Fixes CVE-2016-1549 and CVE-2018-{7170,7182,7183,7184,7185}.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p11.
| Leo Famulari |
2018-03-05 | services: Add openntpd service....* gnu/packages/ntp.scm (openntpd)[arguments]: Add 'configure-flags to
set openntpd daemon's user and localstatedir. Add a custom phase to not
try to create said directory at install time.
* gnu/services/networking.scm (<openntpd-configuration>): New record type.
(openntpd-shepherd-service, openntpd-service-activation): New procedures.
(openntpd-service-type): New variable.
* doc/guix.texi (Networking Services): Add openntpd documentation.
| Efraim Flashner |
2017-11-27 | gnu: openntpd: Enable use of TLS-based time constraints....* gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
| Leo Famulari |
2017-11-26 | gnu: openntpd: Update to 6.2p3....* gnu/packages/ntp.scm (openntpd): Update to 6.2p3.
| Efraim Flashner |
2017-09-24 | gnu: openntpd: Update to 6.2p2....* gnu/packages/ntp.scm (openntpd): Update to 6.2p2.
| Efraim Flashner |
2017-07-19 | download: Add OpenBSD mirrors....* guix/download.scm (%mirrors) <openbsd>: Add HTTPS OpenBSD mirrors.
* gnu/packages/ntp.scm (openntpd)[source]: Use them.
* gnu/packages/ssh.scm (openssh)[source]: Likewise.
* gnu/packages/tls.scm (libressl)[source]: Likewise.
| Tobias Geerinckx-Rice |
2017-07-19 | gnu: openntpd: Update to 6.1p1....* gnu/packages/ntp.scm (openntpd): Update to 6.1p1.
| Tobias Geerinckx-Rice |
2017-03-22 | gnu: ntp: Update to 4.2.8p10 [security fixes]....Fixes CVE-2016-9042 and CVE-2017-{6451,6452,6455,6458,6459,6460,6462,6463,6464}
and others. See 'NEWS' in the source code for more information.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p10.
| Leo Famulari |
2016-11-28 | gnu: ntp: Update to 4.2.8p9....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p9.
| Efraim Flashner |
2016-11-28 | gnu: ntp: Fix indentation....* gnu/packages/ntp.scm (ntp): Fix indentation to only use spaces.
| Efraim Flashner |
2016-06-16 | gnu: openntpd: Update to 6.0p1....* gnu/packages/ntp.scm (openntpd): Update to 6.0p1.
| Efraim Flashner |
2016-06-05 | gnu: ntp: Update to 4.2.8p8 [fixes CVE-2016-{4953, 4954, 4955, 4956, 4957}]....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p8.
| Leo Famulari |
2016-06-05 | gnu: ntp: Add HTTPS URL....This works around an HTTP -> HTTPS redirection.
* gnu/packages/ntp.scm (ntp)[source]: Add HTTPS URL.
| Leo Famulari |
2016-05-09 | gnu: openntpd: Update to 5.9p1....* gnu/packages/ntp.scm (openntpd): Update to 5.9p1.
| Efraim Flashner |
2016-05-05 | gnu: ntp: Update to 4.2.8p7 [security fixes]....This fixes CVE-2015-7704 and CVE-2016-{1547,1548,1549,1551,2516,2517,
2518,2519}.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8.p7.
| Leo Famulari |
2016-02-02 | gnu: ntp: Update to 4.2.8p6....Fixes CVE-2015-{7973, 7974, 7975, 7976, 7977, 7978, 7979, 8138, 8158}.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p6.
| Leo Famulari |
2015-12-19 | gnu: Add tlsdate....* gnu/packages/ntp.scm (tlsdate): New variable.
| Ludovic Courtès |
2015-10-22 | gnu: ntp: Update to 4.2.8p4....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p4.
| Mark H Weaver |
2015-07-18 | gnu packages: Clean up synopses and descriptions....* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm,
gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/databases.scm, gnu/packages/enchant.scm,
gnu/packages/firmware.scm, gnu/packages/fonts.scm,
gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm,
gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm,
gnu/packages/haskell.scm, gnu/packages/language.scm,
gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm,
gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm,
gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm,
gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/pretty-print.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm,
gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm,
gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm,
gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm,
gnu/packages/unrtf.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm,
gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm:
Fix typos. Trim long lines. Add missing periods in the end of sentences.
Use double spaces between sentences. Remove trailing whitespaces.
| Alex Kost |
2015-07-11 | gnu: ntp: Update to 4.2.8p3; use system libevent....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p3.
[source]: Add snippet to remove bundled copy of libevent.
[inputs]: Add libevent.
[arguments]: Add 'disable-network-test' phase.
| Mark H Weaver |
2015-07-05 | gnu: Move content of openssl module into tls module....* gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to...
* gnu/packages/tls.scm: ...here.
* gnu/packages/openssl.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file.
* gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm,
cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm,
gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm,
networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm,
python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm,
synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm,
w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import.
| Andreas Enge |
2015-04-18 | gnu: ntp: Update to 4.2.8p2....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p2.
| Mark H Weaver |