From 248aa9eb53982662f8bc418097c5bfaeb56d22e8 Mon Sep 17 00:00:00 2001 From: THZoria <50277488+THZoria@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:31:41 +0200 Subject: [PATCH] Created Firmware 12.0.3 (markdown) --- Firmware-12.0.3.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Firmware-12.0.3.md diff --git a/Firmware-12.0.3.md b/Firmware-12.0.3.md new file mode 100644 index 0000000..04455bc --- /dev/null +++ b/Firmware-12.0.3.md @@ -0,0 +1,31 @@ +# Information about the firmware 12.0.3 + +The firmware 12.0.3 released on Tuesday, June 8, 2021 brings changes on the forbidden words, on the FS module, and the SSL module + +# System Titles + +The following was updated: **SystemVersion/RebootlessSystemUpdateVersion**, **NgWord/NgWord2**, **ssl**, **BootImagePackages**. + +# BootImagePackage +- Only package2 was updated. +- Kernel was not updated. The only updated sysmodule (besides buildid) was FS. + +# FS +- FS was recompiled against SDK 12.3.1 which now looks for invalid characters when checking if a path is normalized. + +# SSL +- Only 1 func was updated, this func is eventually called from SetSocketDescriptor. This handles SslVersion etc. The code which allowed using TLS 1.3 was - removed, the enum bit for V13 is now handled the same as V12. + +# Bugs in firmware 12.0.3 + +_The firmware 12.0.3 has been removed from the "Sun" servers the same day of its release around 10am. It was put back in place in the evening around 8 pm_ +_There were 2 major bugs in this version_ + +# FS module bug + +- A problem with the FS module prevented the first use of a Micro SD in SDXC format (The exFat firmware was not installed) +The SD already under this format had corruption problems that persisted even after reinstalling the games. + +# SSL Module Bug + +- A problem with the SSL module that prevented the update of games of more than 4GB and more with an error 2123-1502 \ No newline at end of file