[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: Use the "Security" tag more consistently
From: |
Ludovic Courtès |
Subject: |
branch master updated: website: Use the "Security" tag more consistently. |
Date: |
Thu, 01 Oct 2020 10:45:39 -0400 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new d192c28 website: Use the "Security" tag more consistently.
d192c28 is described below
commit d192c2874e9f4540eee30b5f5a68e1554a8bdd4b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 1 16:43:22 2020 +0200
website: Use the "Security" tag more consistently.
* website/posts/bootstrapping-rust.md: Add "Security" tag.
* website/posts/further-reduced-binary-bootstrap.md: Use "Security" tag
instead of "Trust".
* website/posts/grafts-continued.md: Use "Security" instead of "Security
updates".
* website/posts/timely-delivery-of-security-updates.sxml: Likewise.
* website/posts/reduced-binary-seed-bootstrap.md: Add "Security".
* website/posts/running-services-in-containers.md: Likewise.
---
website/posts/bootstrapping-rust.md | 2 +-
website/posts/further-reduced-binary-bootstrap.md | 2 +-
website/posts/grafts-continued.md | 2 +-
website/posts/reduced-binary-seed-bootstrap.md | 2 +-
website/posts/reproducible-build-summit-2019.md | 2 +-
website/posts/running-services-in-containers.md | 2 +-
website/posts/timely-delivery-of-security-updates.sxml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/website/posts/bootstrapping-rust.md
b/website/posts/bootstrapping-rust.md
index c23ed40..6cb9b40 100644
--- a/website/posts/bootstrapping-rust.md
+++ b/website/posts/bootstrapping-rust.md
@@ -1,7 +1,7 @@
title: Bootstrapping Rust
date: 2018-12-11 14:36
author: Danny Milosavljevic
-tags: Bootstrapping, Reproducible builds
+tags: Bootstrapping, Reproducible builds, Security
---
Slowly, systems programming languages are getting better in the sense
of giving more guarantees and automating what can be automated without
diff --git a/website/posts/further-reduced-binary-bootstrap.md
b/website/posts/further-reduced-binary-bootstrap.md
index e5252c9..9a158a1 100644
--- a/website/posts/further-reduced-binary-bootstrap.md
+++ b/website/posts/further-reduced-binary-bootstrap.md
@@ -1,7 +1,7 @@
title: Guix Further Reduces Bootstrap Seed to 25%
date: 2020-06-15 12:00
author: Jan (janneke) Nieuwenhuizen
-tags: Bootstrapping, Reproducible builds, Trust
+tags: Bootstrapping, Reproducible builds, Security
---
We are delighted to announce that the second reduction by 50% of the
Guix _bootstrap binaries_ has now been officially released!
diff --git a/website/posts/grafts-continued.md
b/website/posts/grafts-continued.md
index 6b2ff1e..8bfeff5 100644
--- a/website/posts/grafts-continued.md
+++ b/website/posts/grafts-continued.md
@@ -1,7 +1,7 @@
title: Grafts, continued
date: 2020-05-06 15:00
author: Ludovic Courtès
-tags: Functional programming, Scheme API, Security updates
+tags: Functional programming, Scheme API, Security
---
Guix includes a mechanism called _grafts_ that allows us to provide
diff --git a/website/posts/reduced-binary-seed-bootstrap.md
b/website/posts/reduced-binary-seed-bootstrap.md
index ec0ef4f..ec358d8 100644
--- a/website/posts/reduced-binary-seed-bootstrap.md
+++ b/website/posts/reduced-binary-seed-bootstrap.md
@@ -1,7 +1,7 @@
title: Guix Reduces Bootstrap Seed by 50%
date: 2019-10-08 00:00
author: Jan Nieuwenhuizen
-tags: Bootstrapping, Reproducible builds
+tags: Bootstrapping, Reproducible builds, Security
---
We are delighted to announce that the first reduction by 50% of the
Guix _bootstrap binaries_ has now been officially released!
diff --git a/website/posts/reproducible-build-summit-2019.md
b/website/posts/reproducible-build-summit-2019.md
index 3279cca..b30a661 100644
--- a/website/posts/reproducible-build-summit-2019.md
+++ b/website/posts/reproducible-build-summit-2019.md
@@ -1,7 +1,7 @@
title: Reproducible Builds Summit, 5th edition
date: 2019-12-16 14:00
author: Christopher Baines, Ludovic Courtès, Andreas Enge, Jan Nieuwenhuizen
-tags: Reproducible builds, Bootstrapping
+tags: Reproducible builds, Bootstrapping, Security
---
[For](https://guix.gnu.org/blog/2018/reproducible-builds-summit-4th-edition/)
diff --git a/website/posts/running-services-in-containers.md
b/website/posts/running-services-in-containers.md
index c964497..fef10b2 100644
--- a/website/posts/running-services-in-containers.md
+++ b/website/posts/running-services-in-containers.md
@@ -1,7 +1,7 @@
title: Running system services in containers
date: 2017-04-14 14:45
author: Ludovic Courtès
-tags: System services, Containers, Init system, shepherd
+tags: System services, Containers, Init system, shepherd, Security
---
At FOSDEM, in the awesome
diff --git a/website/posts/timely-delivery-of-security-updates.sxml
b/website/posts/timely-delivery-of-security-updates.sxml
index 092aa17..11768c4 100644
--- a/website/posts/timely-delivery-of-security-updates.sxml
+++ b/website/posts/timely-delivery-of-security-updates.sxml
@@ -3,7 +3,7 @@
`((title . "Timely delivery of security updates")
(author . "Ludovic Courtès")
(date unquote (make-date 0 0 0 0 2 3 2016 3600))
- (tags unquote (list "Security updates" "Functional programming"))
+ (tags unquote (list "Security" "Functional programming"))
(content
div
(p "Yesterday, a "
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: Use the "Security" tag more consistently.,
Ludovic Courtès <=