Avindra Goolcharan 2023-02-07 19:36:17 +00:00 committed by Git OBS Bridge
parent 8e22b7e84b
commit 3dc615ca32
6 changed files with 79 additions and 11 deletions

View File

@ -2,8 +2,8 @@
<service name="tar_scm" mode="manual"> <service name="tar_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param> <param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">v0.55.0</param> <param name="revision">v0.62.2</param>
<param name="version">0.55.0</param> <param name="version">0.62.2</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="exclude">.github</param> <param name="exclude">.github</param>
<param name="exclude">.gitignore</param> <param name="exclude">.gitignore</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e07185f86b2260dbe3ca3842015a91ce7d3bcd5b897749d54c638acc1e8ea00a
size 52670608

3
rusty_v8-0.62.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fcbbf81b339d7d806696b2142b636fbaa6c227b19ec50d7071b04f8e83bd10ab
size 55156732

View File

@ -1,7 +1,75 @@
-------------------------------------------------------------------
Tue Feb 7 19:22:09 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.62.2:
* Exposing Value::TypeOf (#1133)
* Meaningful error message if gn can't be run (#1115)
* resolve CVE-2022-37434 (#1136)
* chore: update v8 submodule to floated patch for string support in Fas
* Add SeqOneByteString to fast API calls (#1129)
- includes v0.57.0
* Fix length type of FastApiOneByteString (#1140)
* Optional key in v8::ArrayBuffer:detach (#1141)
* feat: Isolate::memory_pressure_notification() (#1139)
* feat: v8::Isolate::{add,remove}_gc_prologue_callback (#1142)
- includes v0.58.0
* feat: Add v8::Isolate::request_garbage_collection_for_testing (#1148)
* ci: add "release" action workflow (#1150)
* feat: v8::Inspector::exception_thrown, v8::Inspector::create_stack_tr
* ci: provide crate name in release script (#1151)
- includes v0.59.0
* chore: Update docstring on v8::Global (#1153)
* ci: update release action (#1154)
- includes v0.60.0
* chore: Track v8 11.0 (#1157)
* chore: bump CI time-out to 3 hours (#1160)
* chore: run clang-format (#1160)
* deps: upgrade V8 to 11.0.226.2 (#1160)
* deps: upgrade ICU to 72-1 (#1160)
* deps: update other submodules with libraries and build tools (#1160)
* deps: upgrade Ninja and GN (#1160)
* fix: use default value (true) for 'v8_enable_shared_ro_heap' config f
* chore: update to Rust 1.66.0 (#1156)
* Rolling to V8 11.0.226.3 (#1161)
* feat: Add tests for void pointer support in Fast API calls (#1162)
- includes v0.61.0
* Rolling to V8 11.0.226.5 (#1165)
* feat: Add v8::TypedArray::length (#1166)
* Rolling to V8 11.0.226.6 (#1167)
* Avoid referencing uninitalized in Inspector API (#1164)
* ci: update python, python setup, cache, and rust version (#1171)
* feat: Add v8::Object::DefineProperty (#1172)
* Rolling to V8 11.0.226.10 (#1173)
* build: turn off v8_enable_shared_ro_heap flag again (#1174)
- includes v0.62.0
* Rolling to V8 11.0.226.13 (#1176)
* fix: don't use C++ references for possibly-null pointers (#1179)
* feat: v8::Context::set_promise_hooks accepts None (#1178)
- includes v0.62.1
* Don't run GC on isolate disposal (#1181)
* Update and improve documentation about finalizers (#1182)
-------------------------------------------------------------------
Mon Nov 28 19:42:56 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.56.1:
* Add 'aux_data' to v8::Inspector::contextCreated() (#1134)
- includes 0.56.0:
* feat: v8::Module::get_stalled_top_level_await_message (#1123)
* (docs): add note about curl [#1111] (#1114)
* Add ArrayBuffer::set_detach_key (#1127)
* Update ArrayBuffer::was_detached to not use OpenHandle (#1126)
* Add v8::V8Inspector::context_destroyed API (#1125)
* Add WasmMemoryObject::buffer method (#1128)
* refactor: Have ArrayBuffer::data return Option<NonNull<c_void>> (#1131)
* Remove libc dependency. (#1117)
* Rolling to V8 10.9.194.4 (#1122)
* chore: update Rust to 1.65.0 (#1116)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 15 19:16:59 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org> Tue Nov 15 19:16:59 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.55.0 - update to 0.55.0:
* feat: add ArrayBuffer::was_detached() (#1103) * feat: add ArrayBuffer::was_detached() (#1103)
* Access to raw v8::Context slots (#1092) * Access to raw v8::Context slots (#1092)
* Track v8 10.8 (#1105) * Track v8 10.8 (#1105)
@ -10,7 +78,7 @@ Tue Nov 15 19:16:59 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
* docs: add note how to create a v8::Local out of v8::Global (#1113) * docs: add note how to create a v8::Local out of v8::Global (#1113)
* Rolling to V8 10.9.194.1 (#1118) * Rolling to V8 10.9.194.1 (#1118)
* Track v8 10.9 (#1119) * Track v8 10.9 (#1119)
fix: Rework deprecated v8::ArrayBuffer:detach API (#1121) * fix: Rework deprecated v8::ArrayBuffer:detach API (#1121)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 8 22:59:14 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org> Sat Oct 8 22:59:14 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package rusty_v8 # spec file for package rusty_v8
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: rusty_v8 Name: rusty_v8
Version: 0.55.0 Version: 0.62.2
Release: 0 Release: 0
Summary: Build tooling for Deno (do not install or use!) Summary: Build tooling for Deno (do not install or use!)
License: MIT License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5840e30a9b25df7c8e9e72f03c123da9aba85ebbeabd14d3095c6bc2f0613b05 oid sha256:e97a3ee555e0a52db4ec8fe4d5d67ae6c5cab49c5ad179dd6eddbeff90a9e043
size 8691608 size 8692756