summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-vcs/stgit: add 2.4.12, drop 2.4.10Yixun Lan2024-09-122-94/+66
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-qt/qtmultimedia: backport minor fix for ffmpeg-6.1.2+Ionen Wolkens2024-09-112-0/+43
| | | | | | See patch comment, do not believe this is worth a revbump. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-debug/dtrace: fix metadata tagSam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/systemtap: update HOMEPAGE to include upstream wikiSam James2024-09-122-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/systemtap: Stabilize 5.1-r1 amd64, #939495Sam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: don't wrap einfo line so hardSam James2024-09-122-8/+4
| | | | | | | I have a tendency to do this when something is indented as it's not then obvious what the limit is. Oops. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: tidy up more TODOsSam James2024-09-122-2/+6
| | | | | | | Some of the TODOs were really upstream bugs we're waiting for resolution on, not something we need to take action on at this time. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: consolidate comparison commentsSam James2024-09-122-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: drop obsolete binutils-libs commentSam James2024-09-122-8/+0
| | | | | | | | | | I've asked dilfridge to update binutils-2.42 when he gets a chance for one libctf patch we don't have yet but IIRC that patch doesn't actually affect DTrace, just it came up in libabigail discussions. Let's drop the comment as it's not really relevant now. Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: add upstream bug link re mandirSam James2024-09-122-0/+2
| | | | | Bug: https://github.com/oracle/dtrace-utils/issues/106 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: suppress harmless execstack warning for BPF objectSam James2024-09-122-0/+12
| | | | | Bug: https://bugs.gentoo.org/938221 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: rework pkg_postinstSam James2024-09-122-14/+70
| | | | | | | | | | | | For first installs, we enable the service and start it. This is unusual, but the behaviour without dtprobed running is untested/unsupported. It's not a network service, it has no configuration, reads a single device node, and does all parsing within a seccomp jail. It also leads to hard-to-diagnose issues because USDT probes won't be registered and an application might have already started up which needs to be traced. Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/magit: Stabilize 4.0.0 ALLARCHES, #939491Sam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/nim: Stabilize 2.0.8 amd64, #939483Sam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-mta/msmtp: Stabilize 1.8.26 ppc, #939343Sam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libffi: Stabilize 3.4.6 ppc, #939149Sam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/systemtap: update USE=install-tests -> USE=test-install in commentSam James2024-09-123-3/+3
| | | | | | | | | | Following discussion with mgorny and us agreeing to use test-install for Python. dev-debug/dtrace was updated in 063c07a77f3d3b04649bf1e00bc90b1fcd316d1a. Bug: https://bugs.gentoo.org/531648 Signed-off-by: Sam James <sam@gentoo.org>
* dev-debug/dtrace: rename USE=install-tests -> USE=test-installSam James2024-09-123-11/+11
| | | | | | | | Following discussion with mgorny and us agreeing to use test-install for Python. Bug: https://bugs.gentoo.org/531648 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: add 2.40-r3, patchlevel 3, unkeywordedAndreas K. Hüttel2024-09-122-0/+1747
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-util/libabigail: drop deleted option from liveEli Schwartz2024-09-111-1/+0
| | | | | | | | | | | This option was being disabled anyway, and was removed upstream as "finally we can get rid of this as it's useless now": https://sourceware.org/git/?p=libabigail.git;a=commitdiff;h=1b1b8399d1fe69fa402109700d6cdaba52ac8b17 The configure option, accordingly, raises a QA warning that it is unrecognized. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-util/libabigail: disable submodule clone in liveEli Schwartz2024-09-112-0/+2
| | | | | | | The one submodule is called "big-tests", and it requires explicit opt-in during configure, which we don't do. Cloning it is an (expensive) waste. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-util/libabigail: drop unconditional eautoreconfEli Schwartz2024-09-112-10/+14
| | | | | | | | | | | | | | We still need this for the live ebuild for obvious reasons. But we were running it against release tarballs as well, with a comment from 2019 that said ltmain.sh contained broken redhat spec file references. This is not a problem today (cannot find the relevant string, builds fine) so it appears the release tooling they used is no longer broken and we can remove this workaround. All we need now is the usual elibtoolize dance, a much smaller dependency set. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-dotnet/fsautocomplete: fix upstream URLMaciej Barć2024-09-124-11/+11
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/rclone: metadata - fix bugs-toMaciej Barć2024-09-121-1/+1
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-dotnet/fantomas: bump to 6.3.13Maciej Barć2024-09-122-0/+294
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-dotnet/fsautocomplete: bump to 0.74.1Maciej Barć2024-09-122-0/+281
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/typescript: bump to 5.6.2Maciej Barć2024-09-122-0/+44
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/typescript: drop old 5.5.3Maciej Barć2024-09-122-44/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/typescript: drop old 5.5.2Maciej Barć2024-09-122-44/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/typescript: drop old 5.4.5Maciej Barć2024-09-122-40/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-text/pandoc-bin: bump to 3.4Maciej Barć2024-09-122-0/+64
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-text/pandoc-bin: drop old 3.2.1Maciej Barć2024-09-122-64/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-containers/devcontainer: bump to 0.71.0Maciej Barć2024-09-122-0/+47
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/rclone: bump to 1.68.0Maciej Barć2024-09-122-0/+69
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-build/bazelisk: bump to 1.21.0Maciej Barć2024-09-122-0/+45
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-cpp/cpp-httplib: drop old 0.17.2Maciej Barć2024-09-122-93/+0
| | | | | Closes: https://bugs.gentoo.org/939467 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-cpp/cpp-httplib: bump to 0.17.3Maciej Barć2024-09-122-0/+93
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* games-util/antimicrox: Stabilize 3.4.1 amd64, #939484Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: fix timezone-data mask messageSam James2024-09-111-1/+1
| | | | | | | | The change in 97af870e18ed9b1c97dc18e3a8c9163c64d36a09 to clarify libc++ is not affected made it read oddly. Fixes: 97af870e18ed9b1c97dc18e3a8c9163c64d36a09 Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/org-modern: Stabilize 1.5 amd64, #939492Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/with-editor: Stabilize 3.4.2 ALLARCHES, #939490Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/transient: Stabilize 0.7.5 ALLARCHES, #939489Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/git-modes: Stabilize 1.4.4 amd64, #939488Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/ghub: Stabilize 4.0.0 ALLARCHES, #939487Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/apheleia: Stabilize 4.2 amd64, #939486Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/gallery-dl: Stabilize 1.27.3 ALLARCHES, #939485Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/clojure: Stabilize 1.11.4 x86, #939482Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/clojure: Stabilize 1.11.4 amd64, #939482Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libwacom: Stabilize 2.12.2 ppc64, #939012Sam James2024-09-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* toolchain.eclass: depend on sys-devel/binutils:*Sam James2024-09-111-0/+1
| | | | | | | | | | | | | | | | | | | | GCC doesn't build in Gentoo at least without GNU Binutils. It is possible but it requires some work. It's not clear to me if some of that work needs to happen in LLVM upstream too (see below). In commits 7011340a0f13dcada6f3be48054957035bc6e01a and a7c27596827072f586dc07e6d53531ecb2c7cd6e, I tried to get things building with Clang's assembler but didn't get it over the line. I think I remember Arfrever and I coming up with a few later drafts (?) on IRC in #gentoo-hardened but I didn't commit any of it as it didn't work in the end anyway. But see https://briancallahan.net/blog/20240122.html which tackles at least one of the issues I ended up hitting before. In any case, add the dependency for now to keep things working. Closes: https://bugs.gentoo.org/936271 Signed-off-by: Sam James <sam@gentoo.org>