Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65e5d62

Browse files
authored
Security bump to 140.10.1 (servo#745)
Bump SpiderMonkey to 140.10.1 (changeset: [a24e9e115e02794f72dab9ef6081244403b0183a](https://github.com/servo/mozjs/releases/download/mozjs-source-a24e9e115e02794f72dab9ef6081244403b0183a)) Changes the base mozjs-sys version number to 140.10.1, dropping the `0` major, to make space for the patch version of upstream Spidermonkey. We still use a `-<our_version>` suffix, meaning from cargos point of view all releases are pre-releases, hence nothing changes on the semver side of things. Also change the update script to only commit `mozjs-sys/mozjs`, since nothing else should be committed. Testing: Covered by existing tests --------- Signed-off-by: Jonathan Schwender <[email protected]>
1 parent cddeb38 commit 65e5d62

13 files changed

Lines changed: 88 additions & 13 deletions

File tree

mozjs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mozjs_sys"
33
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
44
repository.workspace = true
5-
version = "0.140.10-3"
5+
version = "140.10.1-0"
66
authors = ["Mozilla", "The Servo Project Developers"]
77
links = "mozjs"
88
license.workspace = true

mozjs-sys/etc/COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a1c8c4081ea0e227dbde64c95ec6942fa71edb28
1+
a24e9e115e02794f72dab9ef6081244403b0183a

mozjs-sys/etc/sm-security-bump.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
os.remove("mozjs.tar.xz")
7474

75-
subprocess.check_call(["git", "add", "--all"])
75+
subprocess.check_call(["git", "add", "mozjs-sys/mozjs"])
7676
subprocess.check_call(["git", "commit", "-m", "Apply patches", "--signoff"])
7777

7878
version = f"{ESR}.{minor}.{patch}-0"
@@ -110,5 +110,5 @@
110110
with open(mozjs_cargo_toml_file, "w") as f:
111111
f.writelines(mozjs_cargo_toml)
112112

113-
subprocess.check_call(["git", "add", "--all"])
113+
subprocess.check_call(["git", "add", cargo_toml_file, mozjs_cargo_toml_file])
114114
subprocess.check_call(["git", "commit", "-m", f"Bump crate versions", "--signoff"])

mozjs-sys/mozjs/config/milestone.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mozjs-sys/mozjs/intl/icu/source/common/ustrcase.cpp

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mozjs-sys/mozjs/js/public/friend/CycleCollector.h

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mozjs-sys/mozjs/js/src/gc/FinalizationObservers.cpp

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mozjs-sys/mozjs/js/src/gc/FinalizationObservers.h

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mozjs-sys/mozjs/js/src/gc/GCRuntime.h

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mozjs-sys/mozjs/js/src/jit/MacroAssembler.cpp

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)