download.lst | 4 ++-- external/rhino/filelist.txt | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-)
New commits: commit 2f83cff85dec82157f91327a02c0a67298b98d4b Author: Xisco Fauli <[email protected]> AuthorDate: Thu Dec 4 11:14:36 2025 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Thu Dec 4 12:43:33 2025 +0100 rhino: upgrade to 1.7.15.1 Downloaded from https://github.com/mozilla/rhino/releases/download/Rhino1_7_15_1_Release/rhino-1.7.15.1.zip Change-Id: Iaa82aecc650a3c2db63c61329fd061f17af56bd6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194984 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/download.lst b/download.lst index 091e3d32807a..02ad52035ffa 100644 --- a/download.lst +++ b/download.lst @@ -652,8 +652,8 @@ MD4C_TARBALL := md4c-release-0.5.2.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts -RHINO_SHA256SUM := 42fce6baf1bf789b62bf938b8e8ec18a1ac92c989dd6e7221e9531454cbd97fa -RHINO_TARBALL := rhino-1.7.15.zip +RHINO_SHA256SUM := 65599965d82c0e60332601d511dacb0241e796cabfa5550c72bb80c4bf89e8ad +RHINO_TARBALL := rhino-1.7.15.1.zip # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/external/rhino/filelist.txt b/external/rhino/filelist.txt index 51d3985c6352..79be1a23ed73 100644 --- a/external/rhino/filelist.txt +++ b/external/rhino/filelist.txt @@ -251,6 +251,10 @@ src/org/mozilla/javascript/debug/DebugFrame.java src/org/mozilla/javascript/debug/DebuggableObject.java src/org/mozilla/javascript/debug/DebuggableScript.java src/org/mozilla/javascript/debug/Debugger.java +src/org/mozilla/javascript/dtoa/Decimal.java +src/org/mozilla/javascript/dtoa/DecimalFormatter.java +src/org/mozilla/javascript/dtoa/DoubleFormatter.java +src/org/mozilla/javascript/dtoa/MathUtils.java src/org/mozilla/javascript/jdk18/VMBridge_jdk18.java src/org/mozilla/javascript/json/JsonParser.java src/org/mozilla/javascript/optimizer/Block.java @@ -311,12 +315,7 @@ src/org/mozilla/javascript/typedarrays/NativeUint16Array.java src/org/mozilla/javascript/typedarrays/NativeUint32Array.java src/org/mozilla/javascript/typedarrays/NativeUint8Array.java src/org/mozilla/javascript/typedarrays/NativeUint8ClampedArray.java -src/org/mozilla/javascript/v8dtoa/CachedPowers.java -src/org/mozilla/javascript/v8dtoa/DiyFp.java src/org/mozilla/javascript/v8dtoa/DoubleConversion.java -src/org/mozilla/javascript/v8dtoa/DoubleHelper.java -src/org/mozilla/javascript/v8dtoa/FastDtoa.java -src/org/mozilla/javascript/v8dtoa/FastDtoaBuilder.java src/org/mozilla/javascript/xml/XMLLib.java src/org/mozilla/javascript/xml/XMLObject.java src/org/mozilla/javascript/xmlimpl/Namespace.java
