Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
7d05af3818 | ||
|
|
08db07d895 | ||
| 4596115b5b | |||
| ada2fcb00f | |||
| be8872bd19 | |||
| af22aae640 | |||
| 3394b98060 | |||
| 233736de8a | |||
| bd2499568b |
BIN
Rhino1_7_15_1_Release.tar.gz
LFS
Normal file
BIN
Rhino1_7_15_1_Release.tar.gz
LFS
Normal file
Binary file not shown.
BIN
Rhino1_7_15_Release.tar.gz
LFS
BIN
Rhino1_7_15_Release.tar.gz
LFS
Binary file not shown.
@@ -3,7 +3,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino</artifactId>
|
||||
<version>1.7.15</version>
|
||||
<version>1.7.15.1</version>
|
||||
<name>rhino</name>
|
||||
<description>
|
||||
Rhino is an open-source implementation of JavaScript written entirely in Java.
|
||||
It is typically embedded into Java applications to provide scripting to end users.
|
||||
@@ -30,4 +31,10 @@
|
||||
<name>The Mozilla Foundation</name>
|
||||
<url>http://www.mozilla.org</url>
|
||||
</organization>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Greg Brail</name>
|
||||
<email>gbrail@users.noreply.github.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
</project>
|
||||
@@ -10,7 +10,7 @@
|
||||
<property name="project.artifactId" value="rhino"/>
|
||||
<property name="project.artifactId.engine" value="rhino-engine"/>
|
||||
<property name="project.artifactId.runtime" value="rhino-runtime"/>
|
||||
<property name="project.version" value="1.7.15"/>
|
||||
<property name="project.version" value="1.7.15.1"/>
|
||||
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino-engine</artifactId>
|
||||
<version>1.7.15</version>
|
||||
<version>1.7.15.1</version>
|
||||
<name>rhino-engine</name>
|
||||
<description>
|
||||
Rhino Javascript JSR-223 Script Engine wrapper.
|
||||
</description>
|
||||
@@ -32,7 +33,13 @@
|
||||
<dependency>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino</artifactId>
|
||||
<version>1.7.15</version>
|
||||
<version>1.7.15.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Greg Brail</name>
|
||||
<email>gbrail@users.noreply.github.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
</project>
|
||||
@@ -3,7 +3,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino-runtime</artifactId>
|
||||
<version>1.7.15</version>
|
||||
<version>1.7.15.1</version>
|
||||
<name>rhino-runtime</name>
|
||||
<description>
|
||||
Rhino JavaScript runtime jar, excludes tools & JSR-223 Script Engine wrapper.
|
||||
</description>
|
||||
@@ -28,4 +29,10 @@
|
||||
<name>The Mozilla Foundation</name>
|
||||
<url>http://www.mozilla.org</url>
|
||||
</organization>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Greg Brail</name>
|
||||
<email>gbrail@users.noreply.github.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
</project>
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 09:08:48 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to 1.7.15.1
|
||||
* fixes a problem with formatting of floating-point numbers to
|
||||
strings that may result in very bad performance in some cases
|
||||
(bsc#1254481, CVE-2025-66453)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 19:41:18 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rhino
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define scm_version 1_7_15
|
||||
%define scm_version 1_7_15_1
|
||||
Name: rhino
|
||||
Version: 1.7.15
|
||||
Version: 1.7.15.1
|
||||
Release: 0
|
||||
Summary: JavaScript for Java
|
||||
License: MPL-2.0
|
||||
|
||||
Reference in New Issue
Block a user