download.lst                                   |    4 ++--
 external/boost/windows-no-utf8-locales.patch.0 |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit ba38ac3408c62113a924fdeeabcf173a1372701d
Author:     Xisco Fauli <[email protected]>
AuthorDate: Thu Dec 11 10:38:50 2025 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Thu Dec 11 20:15:49 2025 +0100

    boost: upgrade to 1_90_0
    
    <https://dev-www.libreoffice.org/src/boost_1_90_0.tar.xz> has been 
generated (on
    Debian 12) with
    
    > $ wget 
https://archives.boost.io/release/1.90.0/source/boost_1_90_0.tar.bz2
    > $ printf 
'49551aff3b22cbc5c5a9ed3dbc92f0e23ea50a0f7325b0d198b705e8ee3fc305 
boost_1_90_0.tar.bz2' | sha256sum -c # cf. 
<https://www.boost.org/users/history/version_1_90_0.html>
    > boost_1_90_0.tar.bz2: OK
    > $ external/boost/repack_tarball.sh boost_1_90_0.tar.bz2
    > Unpacking boost_1_90_0.tar.bz2 ...
    > Removing unnecessary files ...
    > Creating boost_1_90_0.tar.xz ...
    > Cleaning up ...
    > b1f3cd4a82b59dd66e02c2ebae6334df18043a050d2d8eb83d12ad88b95b5e86  
boost_1_90_0.tar.xz
    > Done.
    
    Change-Id: I6a373eca7e0e2358825c2a4add35c34cdbabf859
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195438
    Reviewed-by: Xisco Fauli <[email protected]>
    Tested-by: Jenkins

diff --git a/download.lst b/download.lst
index a66ae99efeb5..e8bd2c46bc08 100644
--- a/download.lst
+++ b/download.lst
@@ -14,8 +14,8 @@ ARGON2_TARBALL := phc-winner-argon2-20190702.tar.gz
 # so that git cherry-pick
 # will not run into conflicts
 # please repack the tarball using external/boost/repack_tarball.sh
-BOOST_SHA256SUM := 
b3a976c659961f1d7fae9a8e58d6729a11f5473abaf2ef0e623f53777c86475d
-BOOST_TARBALL := boost_1_89_0.tar.xz
+BOOST_SHA256SUM := 
b1f3cd4a82b59dd66e02c2ebae6334df18043a050d2d8eb83d12ad88b95b5e86
+BOOST_TARBALL := boost_1_90_0.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/boost/windows-no-utf8-locales.patch.0 
b/external/boost/windows-no-utf8-locales.patch.0
index 60d004cf29c3..eac4d922be81 100644
--- a/external/boost/windows-no-utf8-locales.patch.0
+++ b/external/boost/windows-no-utf8-locales.patch.0
@@ -2,9 +2,9 @@ Don't ever attempt to initialise a std::locale with a UTF-8 
locale on Windows -*
 
 --- libs/locale/src/std/std_backend.cpp
 +++ libs/locale/src/std/std_backend.cpp
-@@ -138,10 +138,14 @@
-                 } else
-                     name_ = "C";
+@@ -143,10 +143,14 @@
+                 }
+ 
              } else {
 +#if !defined(BOOST_WINDOWS)
                  if(loadable(lid)) {

Reply via email to