9 Commits

Author SHA256 Message Date
Fridrich Štrba
7d05af3818 Merge remote-tracking branch 'origin/factory' into slfo-main 2026-01-12 17:05:25 +01:00
Fridrich Štrba
08db07d895 1.7.15.1 2025-12-04 10:10:27 +01:00
4596115b5b Accepting request 1204556 from Java:packages
Fix build after removal of the default %%{java_home} define

OBS-URL: https://build.opensuse.org/request/show/1204556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhino?expand=0&rev=41
2024-09-30 13:34:41 +00:00
ada2fcb00f OBS-URL: https://build.opensuse.org/package/show/Java:packages/rhino?expand=0&rev=63 2024-09-29 19:41:23 +00:00
be8872bd19 OBS-URL: https://build.opensuse.org/package/show/Java:packages/rhino?expand=0&rev=62 2024-09-28 22:18:25 +00:00
af22aae640 Accepting request 1203014 from Java:packages
Use SOURCE_DATE_EPOCH for reproducible jar mtime

OBS-URL: https://build.opensuse.org/request/show/1203014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhino?expand=0&rev=40
2024-09-25 19:51:17 +00:00
3394b98060 OBS-URL: https://build.opensuse.org/package/show/Java:packages/rhino?expand=0&rev=60 2024-09-24 14:11:24 +00:00
233736de8a Accepting request 1201438 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1201438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhino?expand=0&rev=39
2024-09-18 13:26:52 +00:00
bd2499568b Accepting request 1201437 from home:gkenion:branches:Java:packages
Update to 1.7.15

OBS-URL: https://build.opensuse.org/request/show/1201437
OBS-URL: https://build.opensuse.org/package/show/Java:packages/rhino?expand=0&rev=58
2024-09-16 14:08:46 +00:00
8 changed files with 40 additions and 11 deletions

BIN
Rhino1_7_15_1_Release.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -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>

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

View File

@@ -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>

View File

@@ -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 &amp; 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>

View File

@@ -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>

View File

@@ -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