libgc (1:8.2.2-3)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 1:8.2.2-2 < 1:8.2.2-3.
- Git: https://salsa.debian.org/debian/libgc
-
- Branch: master
- Path: debian/changelog
- Repo size: 8622080
- Last scan: 2023-03-23 01:25:20+00
- Next scan: 2023-03-30 18:21:00+00
- Debian changelog in Git:
libgc (1:8.2.2-2) unstable; urgency=medium
* Remove libatomic_ops as a build-dep;
remove matching from build to simplify future
porting.
* libgccpp.so.1 : add back differing 32-bit C++ symbols
(Closes: #1018924)
-- Ian Wienand <ianw@debian.org> Mon, 05 Sep 2022 21:17:49 +1000
- This branch is 13 commits ahead of tag debian/1%8.2.2-1
- Git log:
commit 47cdd405cb1c9ae4d318afe0d5db40133ad3bf11
Merge: e6509fd f53cc43
Author: Ian Wienand <ianw@debian.org>
Date: Tue Sep 6 08:29:21 2022 +0000
Merge branch 'c++-symbols-demangle-fix' into 'master'
Fix C++ symbols syntax
See merge request debian/libgc!13
commit f53cc4319097c6fe845ead2cb6583f42bddae7fc
Author: Ian Wienand <ian@wienand.org>
Date: Tue Sep 6 18:26:04 2022 +1000
Fix C++ symbols syntax
This fixes the syntax of the C++ symbols in
ed1755a92ace1dcff2bd8d61dfec432b5369a92d (I accidentally sent a WIP
change)
commit e6509fdfdf43479bcc5a069b4e6c0f240d499399
Merge: 8ec3f07 7945351
Author: Ian Wienand <ianw@debian.org>
Date: Tue Sep 6 07:02:37 2022 +0000
Merge branch 'hurd-thread-symbols' into 'master'
Fix pthread symbol exports for hurd/kfreebsd
See merge request debian/libgc!11
commit 8ec3f079837680c40e900399a17f511df1ff7ef0
Merge: ec0a356 ed1755a
Author: Ian Wienand <ianw@debian.org>
Date: Tue Sep 6 07:02:12 2022 +0000
Merge branch 'c++-symbols-demangle' into 'master'
Demangle C++ names in symbols file
See merge request debian/libgc!12
commit ed1755a92ace1dcff2bd8d61dfec432b5369a92d
Author: Ian Wienand <ian@wienand.org>
Date: Tue Sep 6 10:40:05 2022 +1000
Demangle C++ names in symbols file
This makes it a bit easier to see what is being exported from the C++
libraries. No changes here; this updates list should be equivalent.
commit 7945351bfbb7358892e793a090d653080e6ffff5
Author: Ian Wienand <ian@wienand.org>
Date: Tue Sep 6 08:12:19 2022 +1000
Fix pthread symbol exports for hurd/kfreebsd
These were removed in 5d12713c738441fe97d67624c60a53264540496e, but on
these platforms there is no intercept for pthread_exit/pthread_cancel
so we still require this filter.
commit ec0a356886af242eb7222ba702ca011c974f7e11
Author: Ian Wienand <ian@wienand.org>
Date: Mon Sep 5 21:19:16 2022 +1000
8.2.2-2 release
commit d6ae733b15b73f0364e30c9751b1aa9cd378f1af
Merge: ca47b14 777c6b2
Author: Ian Wienand <ianw@debian.org>
Date: Mon Sep 5 11:15:46 2022 +0000
Merge branch 'libatomic-ops-remove-more' into 'master'
Remove libatomic-ops matching from build
See merge request debian/libgc!10
commit 777c6b28dd1e4a1d0814c41eda1a8216186b3867
Author: Ian Wienand <ian@wienand.org>
Date: Mon Sep 5 19:57:00 2022 +1000
Remove libatomic-ops matching from build
Following on from 988ce5c8037cafc0cb91b5e8bb5da28667e813d8 and
bd36969b87414182a0c369c7eba4178d9d8a8e17, remove the libatomic_ops
linking components from rules/control as all ports should be able to
use built-ins. This stops us having to add new archs to this list.
Partial-Bug: #1018924
commit ca47b144b26c1b5f57d293a9361c3f86c9ba9b78
Merge: 63fd397 bd36969
Author: Ian Wienand <ianw@debian.org>
Date: Mon Sep 5 09:42:00 2022 +0000
Merge branch 'libatomic-ops-remove' into 'master'
Remove libatomic_ops as a build-dep
See merge request debian/libgc!8
commit 63fd397fedd1e054894e724b3de50d2803626fd7
Merge: 3b8de36 73a48e4
Author: Ian Wienand <ianw@debian.org>
Date: Mon Sep 5 09:40:49 2022 +0000
Merge branch 'c++-symbols' into 'master'
libgccpp.so.1 : add back differing 32-bit C++ symbols
See merge request debian/libgc!9
commit 73a48e41005b266374bd81ac8f801c38f386e362
Author: Ian Wienand <ian@wienand.org>
Date: Mon Sep 5 12:20:48 2022 +1000
libgccpp.so.1 : add back differing 32-bit C++ symbols
In 5d12713c738441fe97d67624c60a53264540496e we stopped the C library
exporting non-public symbols. In that same change we removed these
symbols from the libgccpp library -- but the build of that library is
still exporting these symbols. So we need to put them back
Closes: #1018924
commit bd36969b87414182a0c369c7eba4178d9d8a8e17
Author: Ian Wienand <ian@wienand.org>
Date: Mon Sep 5 07:56:59 2022 +1000
Remove libatomic_ops as a build-dep
This was removed from the build with
988ce5c8037cafc0cb91b5e8bb5da28667e813d8, it is no longer required as
a build-dep.