diff --git a/gc-8.2.2.tar.gz b/gc-8.2.2.tar.gz deleted file mode 100644 index b3927d8..0000000 --- a/gc-8.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0 -size 1200115 diff --git a/gc-8.2.4.tar.gz b/gc-8.2.4.tar.gz new file mode 100644 index 0000000..2452cdd --- /dev/null +++ b/gc-8.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0d3cdbe077403d3106bb40f0cbb563413d6efdbb2a7e1cd6886595dec48fc2 +size 1210929 diff --git a/gc.changes b/gc.changes index cf0ceba..034d7df 100644 --- a/gc.changes +++ b/gc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 26 20:42:53 UTC 2023 - Jan Engelhardt + +- Update to release 8.2.4 + * Avoid potential race between realloc and GC_block_was_dirty + * Fix comparisons to heap boundary in GC_get_back_ptr_info and + GC_mark_from + * Fix data race in GC_heapsize_at_forced_unmap variable + * Workaround a malfunction of soft-dirty bits clearing on Power9 + ------------------------------------------------------------------- Fri Aug 26 19:56:22 UTC 2022 - Jan Engelhardt diff --git a/gc.spec b/gc.spec index 5a7fc01..a4a72f3 100644 --- a/gc.spec +++ b/gc.spec @@ -1,7 +1,7 @@ # # spec file for package gc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gc -Version: 8.2.2 +Version: 8.2.4 Release: 0 Summary: A garbage collector for C and C++ License: BSD-3-Clause