aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-16 02:44:23 +0300
committerCem Keylan <cem@ckyln.com>2020-09-16 02:44:23 +0300
commit28d8b44ccc17a9a1a89c6f9ac78281ca73a19328 (patch)
tree8693bcdfef1a90957b7c9b8bb75997b5dd10353d
parent4dfeca08c11dd9bf031ff8c2f12e76add27ab0f0 (diff)
downloadwebsite-28d8b44ccc17a9a1a89c6f9ac78281ca73a19328.tar.gz
update
-rw-r--r--docs/index.html15
-rw-r--r--docs/index.txt19
-rw-r--r--docs/news.html10
-rw-r--r--docs/news.txt9
-rw-r--r--docs/news.xml15
-rw-r--r--docs/rss.xml2
-rw-r--r--index/20200903.news2
-rw-r--r--index/20200916.news6
-rw-r--r--index/index.md2
-rw-r--r--src/index.md19
-rw-r--r--src/news.md9
-rw-r--r--src/news.xml15
-rw-r--r--src/rss.xml2
13 files changed, 86 insertions, 39 deletions
diff --git a/docs/index.html b/docs/index.html
index 6756b1c..95a0b97 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -30,7 +30,7 @@ package manager forked from KISS with the tool-based approach of xbps.</p>
<h2>Small base</h2>
-<p>By default, Carbs Linux comes with busybox for coreutils, libressl for its
+<p>By default, Carbs Linux comes with busybox for coreutils, bearssl for its
crypto library, musl libc, and other basic utilities that are required for
building new software. The majority of the base packages are statically linked.</p>
@@ -76,11 +76,17 @@ other system supervision technique along with your own init scripts.</p>
<p><a href="/news.xml">RSS Feed</a> | <a href="/news.html">See all news</a></p>
+<h2>Sep 16 2020</h2>
+
+<p>The libressl &ldquo;revert&rdquo; was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.</p>
+
<h2>Sep 03 2020</h2>
<p>The default TLS provider has been reverted to &lsquo;libressl&rsquo;. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update</p>
+bearssl after the update.</p>
<h2>Jul 27 2020</h2>
@@ -98,11 +104,6 @@ found on the downloads page.</p>
<p>An initial version for binary package management is released.
It can be found on the <a href="https://github.com/CarbsLinux/kiss-bin">GitHub page</a>.</p>
-
-<h2>May 19 2020</h2>
-
-<p>A rootfs tarball targeting the i686 architecture has
-been released. It can be found on the <a href="https://dl.carbslinux.org/releases/i686">downloads page</a></p>
<a href="/index.txt">View Page Source</a>
<div class="border"></div>
<p class=footer>Linux® is a registered trademark of Linus Torvalds</p>
diff --git a/docs/index.txt b/docs/index.txt
index 6af3953..9c3fa4d 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -12,7 +12,7 @@ package manager forked from KISS with the tool-based approach of xbps.
Small base
--------------------------------------------------------------------------------
-By default, Carbs Linux comes with busybox for coreutils, libressl for its
+By default, Carbs Linux comes with busybox for coreutils, bearssl for its
crypto library, musl libc, and other basic utilities that are required for
building new software. The majority of the base packages are statically linked.
@@ -60,12 +60,19 @@ News
[RSS Feed](/news.xml) | [See all news](/news.html)
+Sep 16 2020
+--------------------------------------------------------------------------------
+
+The libressl "revert" was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.
+
Sep 03 2020
--------------------------------------------------------------------------------
The default TLS provider has been reverted to 'libressl'. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update
+bearssl after the update.
Jul 27 2020
--------------------------------------------------------------------------------
@@ -88,11 +95,3 @@ An initial version for binary package management is released.
It can be found on the [GitHub page].
[GitHub page]: https://github.com/CarbsLinux/kiss-bin
-
-May 19 2020
---------------------------------------------------------------------------------
-
-A rootfs tarball targeting the i686 architecture has
-been released. It can be found on the [downloads page]
-
-[downloads page]: https://dl.carbslinux.org/releases/i686
diff --git a/docs/news.html b/docs/news.html
index 0434470..539643f 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lan=en>
<head>
- <title>Sep 03 2020 | Carbs Linux</title>
+ <title>Sep 16 2020 | Carbs Linux</title>
<link rel="stylesheet" href="/style.css">
<meta charset="utf-8">
<meta name="Description" content="Carbs Linux - a simple linux distribution">
@@ -19,11 +19,17 @@
<a href='/docs'>user manual</a>
</nav>
</div><div class="border"></div>
+<h2>Sep 16 2020</h2>
+
+<p>The libressl &ldquo;revert&rdquo; was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.</p>
+
<h2>Sep 03 2020</h2>
<p>The default TLS provider has been reverted to &lsquo;libressl&rsquo;. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update</p>
+bearssl after the update.</p>
<h2>Jul 27 2020</h2>
diff --git a/docs/news.txt b/docs/news.txt
index 80d760c..67d1788 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,9 +1,16 @@
+Sep 16 2020
+--------------------------------------------------------------------------------
+
+The libressl "revert" was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.
+
Sep 03 2020
--------------------------------------------------------------------------------
The default TLS provider has been reverted to 'libressl'. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update
+bearssl after the update.
Jul 27 2020
--------------------------------------------------------------------------------
diff --git a/docs/news.xml b/docs/news.xml
index c3e3c52..4e4c2d4 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -9,7 +9,18 @@
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Tue Sep 15 2020 18:00</lastBuildDate>
+ <lastBuildDate>Tue Sep 15 2020 23:00</lastBuildDate>
+<item>
+<title>Sep 16 2020</title>
+<pubDate>Wed, 16 Sep 2020</pubDate>
+<dc:creator>Cem Keylan</dc:creator>
+<link>https://carbslinux.org/index.html</link>
+<description>&lt;h2&gt;Sep 16 2020&lt;/h2&gt;
+
+&lt;p&gt;The libressl &amp;ldquo;revert&amp;rdquo; was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.&lt;/p&gt;</description>
+</item>
<item>
<title>Sep 03 2020</title>
<pubDate>Thu, 03 Sep 2020</pubDate>
@@ -19,7 +30,7 @@
&lt;p&gt;The default TLS provider has been reverted to &amp;lsquo;libressl&amp;rsquo;. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update&lt;/p&gt;</description>
+bearssl after the update.&lt;/p&gt;</description>
</item>
<item>
<title>Jul 27 2020</title>
diff --git a/docs/rss.xml b/docs/rss.xml
index 2c21b0c..4c34a3a 100644
--- a/docs/rss.xml
+++ b/docs/rss.xml
@@ -9,7 +9,7 @@
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Tue Sep 15 2020 18:00</lastBuildDate>
+ <lastBuildDate>Tue Sep 15 2020 23:00</lastBuildDate>
<item>
<title>August 2020 News Post</title>
<pubDate>Mon, 03 Aug 2020</pubDate>
diff --git a/index/20200903.news b/index/20200903.news
index 0f4aa8d..3822950 100644
--- a/index/20200903.news
+++ b/index/20200903.news
@@ -3,4 +3,4 @@ Sep 03 2020
The default TLS provider has been reverted to 'libressl'. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update
+bearssl after the update.
diff --git a/index/20200916.news b/index/20200916.news
new file mode 100644
index 0000000..29b68f9
--- /dev/null
+++ b/index/20200916.news
@@ -0,0 +1,6 @@
+Sep 16 2020
+--------------------------------------------------------------------------------
+
+The libressl "revert" was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.
diff --git a/index/index.md b/index/index.md
index fbfb8de..da84be7 100644
--- a/index/index.md
+++ b/index/index.md
@@ -12,7 +12,7 @@ package manager forked from KISS with the tool-based approach of xbps.
Small base
--------------------------------------------------------------------------------
-By default, Carbs Linux comes with busybox for coreutils, libressl for its
+By default, Carbs Linux comes with busybox for coreutils, bearssl for its
crypto library, musl libc, and other basic utilities that are required for
building new software. The majority of the base packages are statically linked.
diff --git a/src/index.md b/src/index.md
index 6af3953..9c3fa4d 100644
--- a/src/index.md
+++ b/src/index.md
@@ -12,7 +12,7 @@ package manager forked from KISS with the tool-based approach of xbps.
Small base
--------------------------------------------------------------------------------
-By default, Carbs Linux comes with busybox for coreutils, libressl for its
+By default, Carbs Linux comes with busybox for coreutils, bearssl for its
crypto library, musl libc, and other basic utilities that are required for
building new software. The majority of the base packages are statically linked.
@@ -60,12 +60,19 @@ News
[RSS Feed](/news.xml) | [See all news](/news.html)
+Sep 16 2020
+--------------------------------------------------------------------------------
+
+The libressl "revert" was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.
+
Sep 03 2020
--------------------------------------------------------------------------------
The default TLS provider has been reverted to 'libressl'. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update
+bearssl after the update.
Jul 27 2020
--------------------------------------------------------------------------------
@@ -88,11 +95,3 @@ An initial version for binary package management is released.
It can be found on the [GitHub page].
[GitHub page]: https://github.com/CarbsLinux/kiss-bin
-
-May 19 2020
---------------------------------------------------------------------------------
-
-A rootfs tarball targeting the i686 architecture has
-been released. It can be found on the [downloads page]
-
-[downloads page]: https://dl.carbslinux.org/releases/i686
diff --git a/src/news.md b/src/news.md
index 80d760c..67d1788 100644
--- a/src/news.md
+++ b/src/news.md
@@ -1,9 +1,16 @@
+Sep 16 2020
+--------------------------------------------------------------------------------
+
+The libressl "revert" was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.
+
Sep 03 2020
--------------------------------------------------------------------------------
The default TLS provider has been reverted to 'libressl'. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update
+bearssl after the update.
Jul 27 2020
--------------------------------------------------------------------------------
diff --git a/src/news.xml b/src/news.xml
index c3e3c52..4e4c2d4 100644
--- a/src/news.xml
+++ b/src/news.xml
@@ -9,7 +9,18 @@
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Tue Sep 15 2020 18:00</lastBuildDate>
+ <lastBuildDate>Tue Sep 15 2020 23:00</lastBuildDate>
+<item>
+<title>Sep 16 2020</title>
+<pubDate>Wed, 16 Sep 2020</pubDate>
+<dc:creator>Cem Keylan</dc:creator>
+<link>https://carbslinux.org/index.html</link>
+<description>&lt;h2&gt;Sep 16 2020&lt;/h2&gt;
+
+&lt;p&gt;The libressl &amp;ldquo;revert&amp;rdquo; was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.&lt;/p&gt;</description>
+</item>
<item>
<title>Sep 03 2020</title>
<pubDate>Thu, 03 Sep 2020</pubDate>
@@ -19,7 +30,7 @@
&lt;p&gt;The default TLS provider has been reverted to &amp;lsquo;libressl&amp;rsquo;. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update&lt;/p&gt;</description>
+bearssl after the update.&lt;/p&gt;</description>
</item>
<item>
<title>Jul 27 2020</title>
diff --git a/src/rss.xml b/src/rss.xml
index 2c21b0c..4c34a3a 100644
--- a/src/rss.xml
+++ b/src/rss.xml
@@ -9,7 +9,7 @@
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Tue Sep 15 2020 18:00</lastBuildDate>
+ <lastBuildDate>Tue Sep 15 2020 23:00</lastBuildDate>
<item>
<title>August 2020 News Post</title>
<pubDate>Mon, 03 Aug 2020</pubDate>