Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
cb8c698e
Unverified
Commit
cb8c698e
authored
4 years ago
by
Ludovic Courtès
Browse files
Options
Downloads
Patches
Plain Diff
news: Add entry for authenticated channels.
* etc/news.scm: Add entry.
parent
ba8c09f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/news.scm
+13
-0
13 additions, 0 deletions
etc/news.scm
with
13 additions
and
0 deletions
etc/news.scm
+
13
−
0
View file @
cb8c698e
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment