setup git hosting: add recent bad examples - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c77f9ac43f58053f3f9199330b62ef4c0f5f7cc3
 (DIR) parent b9cf164c019639f80535a37833a53961f6f71c2c
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 19 Apr 2022 13:10:04 +0200
       
       setup git hosting: add recent bad examples
       
       Diffstat:
         M config.cfg                          |       2 +-
         M output/atom.xml                     |       4 ++--
         M output/atom_content.xml             |      10 ++++++----
         M output/phlog/setup-git-hosting      |       6 ++++--
         M output/rss_content.xml              |       6 ++++--
         M output/setup-git-hosting.html       |       6 ++++--
         M output/setup-git-hosting.md         |       4 +++-
         M output/sitemap.xml                  |       2 +-
         M pages/setup-git-hosting.cfg         |       2 +-
         M pages/setup-git-hosting.md          |       4 +++-
       
       10 files changed, 29 insertions(+), 17 deletions(-)
       ---
 (DIR) diff --git a/config.cfg b/config.cfg
       @@ -1,5 +1,5 @@
        # last updated the site.
       -siteupdated = 2022-03-24
       +siteupdated = 2022-04-19
        
        sitetitle = Codemadness
        siteurl = https://www.codemadness.org
 (DIR) diff --git a/output/atom.xml b/output/atom.xml
       @@ -2,7 +2,7 @@
        <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
                <title type="text">Codemadness</title>
                <subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
       -        <updated>2022-03-24T00:00:00Z</updated>
       +        <updated>2022-04-19T00:00:00Z</updated>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org" />
                <id>https://www.codemadness.org/atom.xml</id>
                <link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
       @@ -118,7 +118,7 @@
                <title type="text">Setup your own git hosting service</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/setup-git-hosting.html" />
                <id>https://www.codemadness.org/setup-git-hosting.html</id>
       -        <updated>2021-02-05T00:00:00Z</updated>
       +        <updated>2022-04-19T00:00:00Z</updated>
                <published>2018-02-25T00:00:00Z</published>
                <author>
                        <name>Hiltjo</name>
 (DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
       @@ -2,7 +2,7 @@
        <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
                <title type="text">Codemadness</title>
                <subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
       -        <updated>2022-03-24T00:00:00Z</updated>
       +        <updated>2022-04-19T00:00:00Z</updated>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org" />
                <id>https://www.codemadness.org/atom.xml</id>
                <link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
       @@ -906,7 +906,7 @@ IRC etc.</p>
                <title type="text">Setup your own git hosting service</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/setup-git-hosting.html" />
                <id>https://www.codemadness.org/setup-git-hosting.html</id>
       -        <updated>2021-02-05T00:00:00Z</updated>
       +        <updated>2022-04-19T00:00:00Z</updated>
                <published>2018-02-25T00:00:00Z</published>
                <author>
                        <name>Hiltjo</name>
       @@ -914,7 +914,7 @@ IRC etc.</p>
                </author>
                <summary type="text">Howto setup your own git hosting service</summary>
                <content type="html"><![CDATA[<h1>Setup your own git hosting service</h1>
       -        <p><strong>Last modification on </strong> <time>2021-02-05</time></p>
       +        <p><strong>Last modification on </strong> <time>2022-04-19</time></p>
                <p><strong>This article assumes you use OpenBSD for the service files and OS-specific
        examples.</strong></p>
        <h2>Why</h2>
       @@ -924,7 +924,9 @@ keeping control over your own computing infrastructure.</p>
        <ul>
        <li><a href="https://en.wikipedia.org/wiki/SourceForge#Controversies">The SourceForge ads/malware/hijack controversies. Injecting malware into projects</a>.</li>
        <li><a href="https://gitlab.com/gitlab-org/gitaly/issues/2113">As of 2019-10-23 Gitlab added telemetry to their software</a>.</li>
       -<li><a href="https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/">On 2019-10-24 they reverted it again because many people complained</a>.</li>
       +<li><a href="https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/">On 2019-10-24 Gitlab reverted it again because many people complained</a>.</li>
       +<li><a href="https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/">On 2020-11-16 Github reinstated youtube-dl, a popular project on GitHub, to reverse a Digital Millennium Copyright Act (DMCA) takedown</a>.</li>
       +<li><a href="https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/">On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions.</a>.</li>
        </ul>
        <p>The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These
 (DIR) diff --git a/output/phlog/setup-git-hosting b/output/phlog/setup-git-hosting
       @@ -3,7 +3,7 @@ i                codemadness.org        70
        i                codemadness.org        70
        i# Setup your own git hosting service                codemadness.org        70
        i                codemadness.org        70
       -iLast modification on 2021-02-05                codemadness.org        70
       +iLast modification on 2022-04-19                codemadness.org        70
        i                codemadness.org        70
        i**This article assumes you use OpenBSD for the service files and OS-specific                codemadness.org        70
        iexamples.**                codemadness.org        70
       @@ -18,7 +18,9 @@ iSome bad examples:                codemadness.org        70
        i                codemadness.org        70
        h* The SourceForge ads/malware/hijack controversies. Injecting malware into projects.        URL:https://en.wikipedia.org/wiki/SourceForge#Controversies        codemadness.org        70
        h* As of 2019-10-23 Gitlab added telemetry to their software.        URL:https://gitlab.com/gitlab-org/gitaly/issues/2113        codemadness.org        70
       -h* On 2019-10-24 they reverted it again because many people complained.        URL:https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/        codemadness.org        70
       +h* On 2019-10-24 Gitlab reverted it again because many people complained.        URL:https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/        codemadness.org        70
       +h* On 2020-11-16 Github reinstated youtube-dl, a popular project on GitHub, to reverse a Digital Millennium Copyright Act (DMCA) takedown.        URL:https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/        codemadness.org        70
       +h* On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions..        URL:https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/        codemadness.org        70
        i                codemadness.org        70
        iThe same thing can happen with Github, Atlassian Bitbucket or other similar                codemadness.org        70
        iservices.  After all: they are just a company with commercial interests.  These                codemadness.org        70
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -864,7 +864,7 @@ IRC etc.</p>
                <dc:date>2018-02-25T00:00:00Z</dc:date>
                <author>Hiltjo</author>
                <description><![CDATA[<h1>Setup your own git hosting service</h1>
       -        <p><strong>Last modification on </strong> <time>2021-02-05</time></p>
       +        <p><strong>Last modification on </strong> <time>2022-04-19</time></p>
                <p><strong>This article assumes you use OpenBSD for the service files and OS-specific
        examples.</strong></p>
        <h2>Why</h2>
       @@ -874,7 +874,9 @@ keeping control over your own computing infrastructure.</p>
        <ul>
        <li><a href="https://en.wikipedia.org/wiki/SourceForge#Controversies">The SourceForge ads/malware/hijack controversies. Injecting malware into projects</a>.</li>
        <li><a href="https://gitlab.com/gitlab-org/gitaly/issues/2113">As of 2019-10-23 Gitlab added telemetry to their software</a>.</li>
       -<li><a href="https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/">On 2019-10-24 they reverted it again because many people complained</a>.</li>
       +<li><a href="https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/">On 2019-10-24 Gitlab reverted it again because many people complained</a>.</li>
       +<li><a href="https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/">On 2020-11-16 Github reinstated youtube-dl, a popular project on GitHub, to reverse a Digital Millennium Copyright Act (DMCA) takedown</a>.</li>
       +<li><a href="https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/">On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions.</a>.</li>
        </ul>
        <p>The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These
 (DIR) diff --git a/output/setup-git-hosting.html b/output/setup-git-hosting.html
       @@ -41,7 +41,7 @@
        <header>
                <h1>Setup your own git hosting service</h1>
                <p>
       -        <strong>Last modification on </strong> <time>2021-02-05</time>
       +        <strong>Last modification on </strong> <time>2022-04-19</time>
                </p>
        </header>
        
       @@ -54,7 +54,9 @@ keeping control over your own computing infrastructure.</p>
        <ul>
        <li><a href="https://en.wikipedia.org/wiki/SourceForge#Controversies">The SourceForge ads/malware/hijack controversies. Injecting malware into projects</a>.</li>
        <li><a href="https://gitlab.com/gitlab-org/gitaly/issues/2113">As of 2019-10-23 Gitlab added telemetry to their software</a>.</li>
       -<li><a href="https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/">On 2019-10-24 they reverted it again because many people complained</a>.</li>
       +<li><a href="https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/">On 2019-10-24 Gitlab reverted it again because many people complained</a>.</li>
       +<li><a href="https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/">On 2020-11-16 Github reinstated youtube-dl, a popular project on GitHub, to reverse a Digital Millennium Copyright Act (DMCA) takedown</a>.</li>
       +<li><a href="https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/">On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions.</a>.</li>
        </ul>
        <p>The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These
 (DIR) diff --git a/output/setup-git-hosting.md b/output/setup-git-hosting.md
       @@ -11,7 +11,9 @@ Some bad examples:
        
        * [The SourceForge ads/malware/hijack controversies. Injecting malware into projects](https://en.wikipedia.org/wiki/SourceForge#Controversies).
        * [As of 2019-10-23 Gitlab added telemetry to their software](https://gitlab.com/gitlab-org/gitaly/issues/2113).
       -* [On 2019-10-24 they reverted it again because many people complained](https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/).
       +* [On 2019-10-24 Gitlab reverted it again because many people complained](https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/).
       +* [On 2020-11-16 Github reinstated youtube-dl, a popular project on GitHub, to reverse a Digital Millennium Copyright Act (DMCA) takedown](https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/).
       +* [On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions.](https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/).
        
        The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These
 (DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
       @@ -38,7 +38,7 @@
        </url>
        <url>
                <loc>https://www.codemadness.org/setup-git-hosting.html</loc>
       -        <lastmod>2021-02-05</lastmod>
       +        <lastmod>2022-04-19</lastmod>
        </url>
        <url>
                <loc>https://www.codemadness.org/openbsd-sparc64-vm.html</loc>
 (DIR) diff --git a/pages/setup-git-hosting.cfg b/pages/setup-git-hosting.cfg
       @@ -3,4 +3,4 @@ id = setup-git-hosting
        description = Howto setup your own git hosting service
        keywords = git, HTTP, gopher, SSH, OpenBSD
        created = 2018-02-25
       -updated = 2021-02-05
       +updated = 2022-04-19
 (DIR) diff --git a/pages/setup-git-hosting.md b/pages/setup-git-hosting.md
       @@ -11,7 +11,9 @@ Some bad examples:
        
        * [The SourceForge ads/malware/hijack controversies. Injecting malware into projects](https://en.wikipedia.org/wiki/SourceForge#Controversies).
        * [As of 2019-10-23 Gitlab added telemetry to their software](https://gitlab.com/gitlab-org/gitaly/issues/2113).
       -* [On 2019-10-24 they reverted it again because many people complained](https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/).
       +* [On 2019-10-24 Gitlab reverted it again because many people complained](https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/).
       +* [On 2020-11-16 Github reinstated youtube-dl, a popular project on GitHub, to reverse a Digital Millennium Copyright Act (DMCA) takedown](https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/).
       +* [On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions.](https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/).
        
        The same thing can happen with Github, Atlassian Bitbucket or other similar
        services.  After all: they are just a company with commercial interests.  These