3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

56 commits

Author SHA1 Message Date
Petr Hodina
902099a8c0
gnu: ntp: Support cross-compilation.
* gnu/packages/ntp.scm (ntp)[arguments]: Add configuration flag.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-18 22:57:18 +02:00
0073f44263
gnu: openntpd: Add release-monitoring-url.
* gnu/packages/ntp.scm (openntpd)[properties]: New field.
2022-02-07 14:19:15 +02:00
Tobias Geerinckx-Rice
b329c2139b
gnu: chrony: Update to 4.2.
* gnu/packages/ntp.scm (chrony): Update to 4.2.
[arguments]: Don't explicitly return #t from phases.
2021-12-16 16:27:03 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Leo Famulari
ef9dc9efa4
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.
2021-07-27 12:34:57 -04:00
Brice Waegeneire
d65bd74411
gnu: openntpd: Get libressl version from the inputs.
* gnu/packages/ntp.scm (openntpd)[arguments]: Get libressl version from
the package inputs.
2021-06-17 08:28:14 +02:00
Brice Waegeneire
76a9bad380
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.
2021-06-17 08:14:47 +02:00
Marius Bakke
c1947a8c7d
gnu: ntp: Prepare for GCC 10.
* gnu/packages/ntp.scm (ntp)[source](patches): New field.
2021-05-22 16:04:58 +02:00
Tobias Geerinckx-Rice
71127538ac
gnu: chrony: Update to 4.1.
* gnu/packages/ntp.scm (chrony): Update to 4.1.
2021-05-13 16:50:50 +02:00
Tobias Geerinckx-Rice
9faee1e645
gnu: openntpd: Update to 6.8p1.
* gnu/packages/ntp.scm (openntpd): Update to 6.8p1.
2020-12-13 00:35:50 +01:00
Marius Bakke
9e1f5a263e
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.
2020-10-13 23:48:15 +02:00
Tobias Geerinckx-Rice
6072182b3d
gnu: chrony: Support Network Time Security (NTS).
* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.
2020-10-08 15:57:30 +02:00
Tobias Geerinckx-Rice
f73e09b2c8
gnu: chrony: Update to 4.0.
* gnu/packages/ntp.scm (chrony): Update to 4.0.
2020-10-08 15:57:30 +02:00
Leo Famulari
898fbb60b2
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.
2020-09-13 15:46:02 -04:00
Tobias Geerinckx-Rice
2ca5b4858f
gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367].
* gnu/packages/ntp.scm (chrony): Update to 3.5.1.
2020-08-20 12:53:06 +02:00
Tobias Geerinckx-Rice
bc332f0717
gnu: ntp: Update to 4.2.8p15 [security fixes].
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p15.
[source]: Swap order of URIs.
2020-07-11 22:59:54 +02:00
Tobias Geerinckx-Rice
198571b264
gnu: openntpd: Don't use NAME in source URI.
* gnu/packages/ntp.scm (openntpd)[source]: Hard-code NAME.
2020-04-08 17:05:51 +02:00
Tobias Geerinckx-Rice
9f12e06bb3
gnu: Add chrony.
* gnu/packages/ntp.scm (chrony): New public variable.
2020-04-08 14:42:29 +02:00
Tobias Geerinckx-Rice
4b163550bd
gnu: Order module imports in (gnu packages ntp).
This shouldn't cause any conflicts :-)

* gnu/packages/ntp.scm: Order module imports alphabetically.
2020-03-31 14:30:39 +02:00
Tobias Geerinckx-Rice
db34ab7350
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.
2020-03-07 16:04:20 +01:00
Tobias Geerinckx-Rice
e4a9f135f7
gnu: ntp: Use HTTPS in metadata URIs
* gnu/packages/ntp.scm (ntp)[home-page, license]: Use HTTPS.
2020-03-07 16:04:20 +01:00
Marius Bakke
4ecf790e70
gnu: tlsdate: Build against OpenSSL@1.0.
* gnu/packages/ntp.scm (tlsdate)[inputs]: Change from OPENSSL to OPENSSL-1.0.
2019-09-29 16:39:19 +02:00
Maxim Cournoyer
f92cf9d356
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.
2019-09-08 23:15:31 +09:00
Tobias Geerinckx-Rice
0a8c2c98fb
gnu: ntp: Update to 4.2.8p13.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p13.
2019-03-18 23:42:47 +01:00
Tobias Geerinckx-Rice
e2749d7576
gnu: ntp: Update to 4.2.8p12 [fix CVE-2018-12327].
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p12.
2018-08-17 03:49:19 +02:00
Tobias Geerinckx-Rice
232568581b
gnu: tlsdate: Bump COMPILE_DATE.
* gnu/packages/ntp.scm (tlsdate)[arguments]: Set COMPILE_DATE to
2018-06-28.
2018-06-30 03:46:18 +02:00
Tobias Geerinckx-Rice
efc1fd3288
gnu: tlsdate: Return #t from phases.
* gnu/packages/ntp.scm (tlsdate)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-29 15:25:23 +02:00
Ludovic Courtès
0927b5bed6
gnu: tlsdate: Fix compilation on aarch64-linux-gnu.
* gnu/packages/ntp.scm (tlsdate)[arguments]: Add #:configure-flags.
2018-04-11 01:03:46 +02:00
Leo Famulari
935806b822
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.
2018-03-28 14:59:47 -04:00
16718b6776
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.
2018-03-05 08:46:28 +02:00
Leo Famulari
080e023d45
gnu: openntpd: Enable use of TLS-based time constraints.
* gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
2017-11-27 13:29:18 -05:00
6dbad376a2
gnu: openntpd: Update to 6.2p3.
* gnu/packages/ntp.scm (openntpd): Update to 6.2p3.
2017-11-26 22:33:18 +02:00
3140844e33
gnu: openntpd: Update to 6.2p2.
* gnu/packages/ntp.scm (openntpd): Update to 6.2p2.
2017-09-24 20:40:58 +03:00
Tobias Geerinckx-Rice
644e5f17df
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.
2017-07-19 01:42:08 +02:00
Tobias Geerinckx-Rice
b225b1bec2
gnu: openntpd: Update to 6.1p1.
* gnu/packages/ntp.scm (openntpd): Update to 6.1p1.
2017-07-19 01:06:55 +02:00
Leo Famulari
22f25392cf
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.
2017-03-22 01:41:41 -04:00
5e9cce55b5
gnu: ntp: Update to 4.2.8p9.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p9.
2016-11-28 21:56:30 +02:00
d35de59b64
gnu: ntp: Fix indentation.
* gnu/packages/ntp.scm (ntp): Fix indentation to only use spaces.
2016-11-28 20:53:14 +02:00
77952b4c18
gnu: openntpd: Update to 6.0p1.
* gnu/packages/ntp.scm (openntpd): Update to 6.0p1.
2016-06-16 18:06:42 +03:00
Leo Famulari
64a42a08cd
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.
2016-06-05 00:16:56 -04:00
Leo Famulari
620ce2ef23
gnu: ntp: Add HTTPS URL.
This works around an HTTP -> HTTPS redirection.

* gnu/packages/ntp.scm (ntp)[source]: Add HTTPS URL.
2016-06-05 00:16:56 -04:00
ac10a81ad4
gnu: openntpd: Update to 5.9p1.
* gnu/packages/ntp.scm (openntpd): Update to 5.9p1.
2016-05-09 14:43:52 +03:00
Leo Famulari
ddba00cdf0
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.
2016-05-05 16:05:04 -04:00
Leo Famulari
0889321b5e 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.
2016-02-02 03:14:41 -05:00
Ludovic Courtès
604d20a251 gnu: Add tlsdate.
* gnu/packages/ntp.scm (tlsdate): New variable.
2015-12-19 23:16:18 +01:00
Mark H Weaver
dddb11b506 gnu: ntp: Update to 4.2.8p4.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p4.
2015-10-22 14:30:35 -04:00
Alex Kost
e881752c39 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.
2015-07-18 13:05:01 +03:00
Mark H Weaver
a60cd281d1 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.
2015-07-11 11:39:34 -04:00
Andreas Enge
cc2b77dfc7 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.
2015-07-05 18:27:24 +02:00
Mark H Weaver
989a9fffa7 gnu: ntp: Update to 4.2.8p2.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p2.
2015-04-18 02:28:30 -04:00