From 5bdc7c6cc259dd2cbf72295ec11cc4c98fa042314838ecd213c5b0e06551080c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 4 Feb 2024 09:25:42 +0000 Subject: [PATCH] - Update to release 8.2.6 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=50 --- gc-8.2.4.tar.gz | 3 --- gc-8.2.6.tar.gz | 3 +++ gc.changes | 10 ++++++++++ gc.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 gc-8.2.4.tar.gz create mode 100644 gc-8.2.6.tar.gz diff --git a/gc-8.2.4.tar.gz b/gc-8.2.4.tar.gz deleted file mode 100644 index 2452cdd..0000000 --- a/gc-8.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d0d3cdbe077403d3106bb40f0cbb563413d6efdbb2a7e1cd6886595dec48fc2 -size 1210929 diff --git a/gc-8.2.6.tar.gz b/gc-8.2.6.tar.gz new file mode 100644 index 0000000..eea2295 --- /dev/null +++ b/gc-8.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9183fe49d4c44c7327992f626f8eaa1d8b14de140f243edb1c9dcff7719a7fc +size 1216440 diff --git a/gc.changes b/gc.changes index 034d7df..2684ae8 100644 --- a/gc.changes +++ b/gc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 4 09:20:25 UTC 2024 - Jan Engelhardt + +- Update to release 8.2.6 + * Compiler warning fixes on various non-Linux platforms + * Fix null dereference in check_finalizer_nested if redirecting + malloc on Linux + * Fix race in init_lib_bounds on Linux/glibc-2.34+ if + redirecting malloc + ------------------------------------------------------------------- Fri May 26 20:42:53 UTC 2023 - Jan Engelhardt diff --git a/gc.spec b/gc.spec index a4a72f3..5750d23 100644 --- a/gc.spec +++ b/gc.spec @@ -1,7 +1,7 @@ # # spec file for package gc # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.4 +Version: 8.2.6 Release: 0 Summary: A garbage collector for C and C++ License: BSD-3-Clause