From ad584c2109aba8e8f40ed0c75a5a3cd3cc683c24 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 29 Jul 2024 13:31:31 -0700 Subject: [PATCH] Move image Signed-off-by: Tommy --- .../index.md | 2 +- .../upstream-distros-gap.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename {static/images => content/posts/linux/Choosing Your Desktop Linux Distribution}/upstream-distros-gap.png (100%) diff --git a/content/posts/linux/Choosing Your Desktop Linux Distribution/index.md b/content/posts/linux/Choosing Your Desktop Linux Distribution/index.md index 5e5e579..5441d50 100644 --- a/content/posts/linux/Choosing Your Desktop Linux Distribution/index.md +++ b/content/posts/linux/Choosing Your Desktop Linux Distribution/index.md @@ -15,7 +15,7 @@ For frozen distributions, package maintainers are expected to backport patches t In fact, in certain cases, there have been vulnerabilities introduced by Debian because of their patching process. [Bug 1633467](https://bugzilla.mozilla.org/show_bug.cgi?id=1633467) and [DSA-1571](https://www.debian.org/security/2008/dsa-1571) are examples of this. -![Upstream / Distros Gap](/images/upstream-distros-gap.png) +![Upstream / Distros Gap](upstream-distros-gap.png) The practice of holding packages back and applying interim patches is generally not a good idea, as it diverges from the way the developer might have intended the software to work. [Richard Brown](https://rootco.de/aboutme/) has a presentation about this: diff --git a/static/images/upstream-distros-gap.png b/content/posts/linux/Choosing Your Desktop Linux Distribution/upstream-distros-gap.png similarity index 100% rename from static/images/upstream-distros-gap.png rename to content/posts/linux/Choosing Your Desktop Linux Distribution/upstream-distros-gap.png