[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: news: Add entry for authenticated channels.
From: |
guix-commits |
Subject: |
08/10: news: Add entry for authenticated channels. |
Date: |
Wed, 17 Jun 2020 13:33:14 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cb8c698e8d2ca4bdd1104255df47a92f7b42d475
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 17 19:14:48 2020 +0200
news: Add entry for authenticated channels.
* etc/news.scm: Add entry.
---
etc/news.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index d037734..292a33f 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -13,6 +13,19 @@
(channel-news
(version 0)
+ (entry (commit "43badf261f4688c8a7a7a9004a4bff8acb205835")
+ (title (en "@command{guix pull} authenticates channels"))
+ (body
+ (en "The @command{guix pull} and @command{guix time-machine} commands
+now authenticate the source code that they pull, unless the new
+@option{--disable-authentication} option is passed. What this means is that
+Guix ensures that each commit received is cryptographically signed by an
+authorized developer. This protects you from attempts to tamper with the Guix
+repository and from attempts to ship malicious code to users.
+
+This feature is currently limited to the @code{guix} channel but will soon be
+available to third-party channel authors.")))
+
(entry (commit "c924e541390f9595d819edc33c19d979917c15ec")
(title (en "@command{guix repl} adds support for running Guile
scripts")
(de "@command{guix repl} kann Guile-Skripte ausführen")
- branch master updated (94e72b7 -> 8b1f7c0), guix-commits, 2020/06/17
- 04/10: build-system/gnu: Remove Hydra-specific code from 'gnu-dist'., guix-commits, 2020/06/17
- 06/10: build-system/gnu: Simplify 'dist-package'., guix-commits, 2020/06/17
- 05/10: build-system/gnu: Remove redundant 'unpack' phase from 'gnu-dist'., guix-commits, 2020/06/17
- 02/10: build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API., guix-commits, 2020/06/17
- 07/10: build-system/gnu: Rename "make dist" phase to 'build-dist'., guix-commits, 2020/06/17
- 01/10: gnu: gnurl: Update home page., guix-commits, 2020/06/17
- 03/10: build-system/gnu: Remove 'autoreconf' phase from 'gnu-dist'., guix-commits, 2020/06/17
- 08/10: news: Add entry for authenticated channels.,
guix-commits <=
- 09/10: channels: Warn when pulling from a mirror., guix-commits, 2020/06/17
- 10/10: .guix-channel: Add primary URL., guix-commits, 2020/06/17