SHA256
2
0

- Update to release 8.2.4

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=48
This commit is contained in:
Jan Engelhardt 2023-05-26 21:01:59 +00:00 committed by Git OBS Bridge
parent d2cf606706
commit 4b8d00433b
4 changed files with 15 additions and 5 deletions

View File

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

BIN
gc-8.2.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 26 20:42:53 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

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