aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6000c6c35a54c32cb32977077ed20d1e1f12787d (about) (plain)
1
2
3
/node_modules/
/npm-debug.log
tmp/
5599b4b477a40579603a1b39f7'>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-11gnu: 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-08gnu: openntpd: Don't use NAME in source URI....* gnu/packages/ntp.scm (openntpd)[source]: Hard-code NAME. Tobias Geerinckx-Rice 2020-04-08gnu: Add chrony....* gnu/packages/ntp.scm (chrony): New public variable. Tobias Geerinckx-Rice 2020-03-31gnu: 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-07gnu: 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-07gnu: ntp: Use HTTPS in metadata URIs...* gnu/packages/ntp.scm (ntp)[home-page, license]: Use HTTPS. Tobias Geerinckx-Rice 2019-09-29gnu: tlsdate: Build against OpenSSL@1.0....* gnu/packages/ntp.scm (tlsdate)[inputs]: Change from OPENSSL to OPENSSL-1.0. Marius Bakke 2019-09-08gnu: 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