Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rhino for openSUSE:Factory checked in at 2025-12-05 16:50:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rhino (Old) and /work/SRC/openSUSE:Factory/.rhino.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rhino" Fri Dec 5 16:50:52 2025 rev:42 rq:1321107 version:1.7.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rhino/rhino.changes 2024-09-30 15:34:51.247171407 +0200 +++ /work/SRC/openSUSE:Factory/.rhino.new.1939/rhino.changes 2025-12-05 16:51:37.355812951 +0100 @@ -1,0 +2,8 @@ +Thu Dec 4 09:08:48 UTC 2025 - Fridrich Strba <[email protected]> + +- 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) + +------------------------------------------------------------------- Old: ---- Rhino1_7_15_Release.tar.gz rhino-1.7.15.pom rhino-engine-1.7.15.pom rhino-runtime-1.7.15.pom New: ---- Rhino1_7_15_1_Release.tar.gz _scmsync.obsinfo build.specials.obscpio rhino-1.7.15.1.pom rhino-engine-1.7.15.1.pom rhino-runtime-1.7.15.1.pom ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rhino.spec ++++++ --- /var/tmp/diff_new_pack.W0FL3R/_old 2025-12-05 16:51:38.391856421 +0100 +++ /var/tmp/diff_new_pack.W0FL3R/_new 2025-12-05 16:51:38.395856588 +0100 @@ -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 ++++++ _scmsync.obsinfo ++++++ mtime: 1764839427 commit: 08db07d89555032f2eb05b6a1ff9744a98bb32d8e8416e5a5d4d8a991e6607f9 url: https://src.opensuse.org/java-packages/rhino.git revision: 08db07d89555032f2eb05b6a1ff9744a98bb32d8e8416e5a5d4d8a991e6607f9 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-12-04 10:12:17.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ rhino-1.7.15.pom -> rhino-1.7.15.1.pom ++++++ --- /work/SRC/openSUSE:Factory/rhino/rhino-1.7.15.pom 2024-09-18 15:27:21.714038150 +0200 +++ /work/SRC/openSUSE:Factory/.rhino.new.1939/rhino-1.7.15.1.pom 2025-12-05 16:51:35.815748333 +0100 @@ -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>[email protected]</email> + </developer> + </developers> </project> ++++++ rhino-build.xml ++++++ --- /var/tmp/diff_new_pack.W0FL3R/_old 2025-12-05 16:51:38.559863470 +0100 +++ /var/tmp/diff_new_pack.W0FL3R/_new 2025-12-05 16:51:38.567863806 +0100 @@ -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}"/> ++++++ rhino-engine-1.7.15.pom -> rhino-engine-1.7.15.1.pom ++++++ --- /work/SRC/openSUSE:Factory/rhino/rhino-engine-1.7.15.pom 2024-09-18 15:27:21.986049485 +0200 +++ /work/SRC/openSUSE:Factory/.rhino.new.1939/rhino-engine-1.7.15.1.pom 2025-12-05 16:51:36.643783076 +0100 @@ -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>[email protected]</email> + </developer> + </developers> </project> ++++++ rhino-runtime-1.7.15.pom -> rhino-runtime-1.7.15.1.pom ++++++ --- /work/SRC/openSUSE:Factory/rhino/rhino-runtime-1.7.15.pom 2024-09-18 15:27:22.098054151 +0200 +++ /work/SRC/openSUSE:Factory/.rhino.new.1939/rhino-runtime-1.7.15.1.pom 2025-12-05 16:51:37.015798685 +0100 @@ -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>[email protected]</email> + </developer> + </developers> </project>
