6
0
forked from pool/rhino

7 Commits

8 changed files with 11 additions and 40 deletions

Binary file not shown.

BIN
Rhino1_7_15_Release.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -3,8 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.15.1</version>
<name>rhino</name>
<version>1.7.15</version>
<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.
@@ -31,10 +30,4 @@
<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>

View File

@@ -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.1"/>
<property name="project.version" value="1.7.15"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>

View File

@@ -3,8 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozilla</groupId>
<artifactId>rhino-engine</artifactId>
<version>1.7.15.1</version>
<name>rhino-engine</name>
<version>1.7.15</version>
<description>
Rhino Javascript JSR-223 Script Engine wrapper.
</description>
@@ -33,13 +32,7 @@
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.15.1</version>
<version>1.7.15</version>
</dependency>
</dependencies>
<developers>
<developer>
<name>Greg Brail</name>
<email>gbrail@users.noreply.github.com</email>
</developer>
</developers>
</project>

View File

@@ -3,8 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mozilla</groupId>
<artifactId>rhino-runtime</artifactId>
<version>1.7.15.1</version>
<name>rhino-runtime</name>
<version>1.7.15</version>
<description>
Rhino JavaScript runtime jar, excludes tools &amp; JSR-223 Script Engine wrapper.
</description>
@@ -29,10 +28,4 @@
<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>

View File

@@ -1,11 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rhino
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
# 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_1
%define scm_version 1_7_15
Name: rhino
Version: 1.7.15.1
Version: 1.7.15
Release: 0
Summary: JavaScript for Java
License: MPL-2.0