diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-01 17:19:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-01 17:19:08 +0300 |
commit | be08fa9f01ffaaaeebc0a35658f4cf00a56332f6 (patch) | |
tree | 93d01e52e997accea35e126b01d31c04f2d1066a | |
parent | 3a125053e9a2560c07085c78a16a67bb588c960f (diff) | |
download | website-be08fa9f01ffaaaeebc0a35658f4cf00a56332f6.tar.gz |
switch to libressl
-rw-r--r-- | news/20210401.org | 5 | ||||
-rw-r--r-- | src/index.org | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/news/20210401.org b/news/20210401.org new file mode 100644 index 0000000..ac2d24d --- /dev/null +++ b/news/20210401.org @@ -0,0 +1,5 @@ +#+TITLE: {{{date(%b %d\, %Y)}}} +#+DATE: <2021-04-01 Thu> + +After long consideration, Carbs Linux has again switched from BearSSL to +LibreSSL for good. diff --git a/src/index.org b/src/index.org index df920ae..127a8c9 100644 --- a/src/index.org +++ b/src/index.org @@ -22,7 +22,7 @@ library that can be used to further extend and script the packaging system. :CUSTOM_ID: small-base :END: -By default, Carbs Linux comes with busybox for coreutils, bearssl for its +By default, Carbs Linux comes with busybox for coreutils, libressl 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. |