chromium (129.0.6668.100-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 129.0.6668.100-3 > 129.0.6668.100-2
- Git: https://salsa.debian.org/chromium-team/chromium.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 2330624
- Browser: https://salsa.debian.org/chromium-team/chromium
- Last scan: 2024-10-12 21:22:02+00
- Next scan: 2024-10-19 21:43:00+00
- Debian changelog in Git:
chromium (129.0.6668.100-3) UNRELEASED; urgency=high
[ Daniel Richard G. ]
* d/rules: Drop the clang-16 -I/-Wl,-rpath flags from CXXFLAGS/LDFLAGS as
they are no longer needed.
-- Andres Salomon <dilinger@debian.org> Wed, 09 Oct 2024 14:13:00 -0400
- This branch is 3 commits ahead of tag debian/129.0.6668.100-1
- Git log:
commit ff5364156fa15b9fb5559ba869693d5e7795b7fd
Author: Daniel Richard G <skunk@iSKUNK.ORG>
Date: Sat Oct 12 17:18:32 2024 -0400
Drop the clang-16 -I/-Wl,-rpath flags from CXXFLAGS/LDFLAGS
commit 63255d0acfebe07b8334ed8ec9dd03fb62cd1af3
Author: Andres Salomon <dilinger@queued.net>
Date: Wed Oct 9 14:17:15 2024 -0400
update changelog and really release 129.0.6668.100-2
commit 83c39fbeb0d1ea863e7ab298f0fe258932e15a5d
Author: Andres Salomon <dilinger@queued.net>
Date: Mon Sep 16 02:22:43 2024 -0400
switch to using clang-19, and release 129.0.6668.100-2
We're switching because rustc nows builds with clang-18, and linking
clang-18 libs using the older clang-16 doesn't work:
[9691/51030] LINK ./root_store_tool
FAILED: root_store_tool
[...]
ld.lld-16: error: obj/third_party/rust/cxx/v1/lib/libcxx_lib.rlib(libcxx_lib.cxx.bbe2f500125120f9-cgu.0.rcgu.o): Unknown attribute kind (91) (Producer: 'LLVM18.1.8' Reader: 'LLVM 16.0.6')
clang++-16: error: linker command failed with exit code 1 (use -v to see invocation)
Going in the other direction (using clang-19 to link libs built with
clang-18) does work, however.