download.lst | 4 ++-- external/rhino/filelist.txt | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-)
New commits: commit 42214b4ccb7a0e7fca8facc966c7dcbbeecafe25 Author: Xisco Fauli <[email protected]> AuthorDate: Thu Dec 4 11:14:36 2025 +0100 Commit: Christian Lohmaier <[email protected]> CommitDate: Tue Dec 9 14:38:36 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]> Signed-off-by: Xisco Fauli <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195004 Reviewed-by: Christian Lohmaier <[email protected]> Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Christian Lohmaier <[email protected]> diff --git a/download.lst b/download.lst index f31231eb71c5..7a5833505412 100644 --- a/download.lst +++ b/download.lst @@ -632,8 +632,8 @@ REVENGE_TARBALL := librevenge-0.0.$(REVENGE_VERSION_MICRO).tar.bz2 # 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
