diff --git a/packages/c/calamares/files/install/modules/shellprocess_postinstall.conf b/packages/c/calamares/files/install/modules/shellprocess_postinstall.conf
index f783f5c0835..f348c81ef6e 100644
--- a/packages/c/calamares/files/install/modules/shellprocess_postinstall.conf
+++ b/packages/c/calamares/files/install/modules/shellprocess_postinstall.conf
@@ -10,8 +10,13 @@ script:
timeout: 300
# Add a comment to the vconsole conf about how to change the font in the future
- - "echo \"## The default console font on Solus is ter-v32b, if you would like to change that uncomment this and set it to your selection\" >> /etc/vconsole.conf"
- - "echo \"# FONT=ter-v32b\" >> /etc/vconsole.conf"
+ - |
+ cat << 'EOF' >> /etc/vconsole.conf
+ ## The default console font on Solus is ter-v32b,
+ ## it can be changed to a different font of your preference here.
+ ## Run 'sudo clr-boot-manager update' after updating it.
+ FONT=ter-v32b
+ EOF
# If the ISO was generated from unstable then remove the local repo and switch back to shannon
# TODO: We could make a UI to configure this. Perhaps an advanced option to make the installed system run from unstable?
diff --git a/packages/c/calamares/package.yml b/packages/c/calamares/package.yml
index c51df1ca228..10c7efe5ed4 100644
--- a/packages/c/calamares/package.yml
+++ b/packages/c/calamares/package.yml
@@ -1,6 +1,6 @@
name : calamares
version : 3.3.13
-release : 28
+release : 29
source :
- https://github.com/calamares/calamares/releases/download/v3.3.13/calamares-3.3.13.tar.gz : e49cf7d894e02ba04898cd0770cb578b4e24dfd0808ab7660bf95bb2456648d4
homepage : https://calamares.io
diff --git a/packages/c/calamares/pspec_x86_64.xml b/packages/c/calamares/pspec_x86_64.xml
index 2d194a9dc46..febc8ebde99 100644
--- a/packages/c/calamares/pspec_x86_64.xml
+++ b/packages/c/calamares/pspec_x86_64.xml
@@ -3,8 +3,8 @@
calamares
https://calamares.io
- Evan Maddock
- maddock.evan@vivaldi.net
+ Silke Hofstra
+ silke@slxh.eu
BSD-2-Clause
CC-BY-4.0
@@ -292,7 +292,7 @@
programming.devel
- calamares
+ calamares
/usr/include/libcalamares/Branding.h
@@ -415,12 +415,12 @@
-
- 2025-01-13
+
+ 2025-01-16
3.3.13
Packaging update
- Evan Maddock
- maddock.evan@vivaldi.net
+ Silke Hofstra
+ silke@slxh.eu
\ No newline at end of file
diff --git a/packages/c/clr-boot-manager/abi_used_symbols b/packages/c/clr-boot-manager/abi_used_symbols
index ac85a3254d2..3201e566d8c 100644
--- a/packages/c/clr-boot-manager/abi_used_symbols
+++ b/packages/c/clr-boot-manager/abi_used_symbols
@@ -30,7 +30,6 @@ libc.so.6:__ctype_toupper_loc
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__getdelim
-libc.so.6:__isoc23_fscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__isoc99_sscanf
@@ -99,6 +98,7 @@ libc.so.6:stdout
libc.so.6:strcasecmp
libc.so.6:strchr
libc.so.6:strcmp
+libc.so.6:strcspn
libc.so.6:strdup
libc.so.6:strerror
libc.so.6:strlen
diff --git a/packages/c/clr-boot-manager/package.yml b/packages/c/clr-boot-manager/package.yml
index 7e2b4eaae69..f99de1460fd 100644
--- a/packages/c/clr-boot-manager/package.yml
+++ b/packages/c/clr-boot-manager/package.yml
@@ -1,8 +1,8 @@
name : clr-boot-manager
-version : 3.5.0
-release : 37
+version : 3.6.0
+release : 38
source :
- - https://github.com/getsolus/clr-boot-manager/releases/download/solus-3.5.0/clr-boot-manager-3.5.0.tar.xz : 5749a728b56a313991729457c1a123974341397408038ae7163c176531177bac
+ - https://github.com/getsolus/clr-boot-manager/releases/download/solus-3.6.0/clr-boot-manager-3.6.0.tar.xz : f05cafc9fe808adbe9532a734551497d4810a163877cb316cb2fb12613fdc49e
homepage : https://www.clearlinux.org
license : LGPL-2.1-or-later
component : system.base
diff --git a/packages/c/clr-boot-manager/pspec_x86_64.xml b/packages/c/clr-boot-manager/pspec_x86_64.xml
index 1a2e6a19301..eaaae1fe5f4 100644
--- a/packages/c/clr-boot-manager/pspec_x86_64.xml
+++ b/packages/c/clr-boot-manager/pspec_x86_64.xml
@@ -38,9 +38,9 @@ Most importantly, clr-boot-manager provides a simple mechanism to provide kernel
-
- 2024-07-15
- 3.5.0
+
+ 2025-01-16
+ 3.6.0
Packaging update
Silke Hofstra
silke@slxh.eu