summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2024-09-12 01:06:06 UTCstableRepository mirror & CI22 min.3-3/+3
|
* Merge updates from masterRepository mirror & CI22 min.2-20/+14
|\
| * dev-debug/dtrace: don't wrap einfo line so hardSam James45 min.2-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 James47 min.2-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 James48 min.2-4/+4
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-debug/dtrace: drop obsolete binutils-libs commentSam James51 min.2-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 James52 min.2-0/+2
| | | | | | | | | | Bug: https://github.com/oracle/dtrace-utils/issues/106 Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-09-12 00:38:48 UTCRepository mirror & CI49 min.3-3/+3
| |
* | Merge updates from masterRepository mirror & CI49 min.2-0/+12
|\|
| * dev-debug/dtrace: suppress harmless execstack warning for BPF objectSam James60 min.2-0/+12
| | | | | | | | | | Bug: https://bugs.gentoo.org/938221 Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-09-12 00:21:08 UTCRepository mirror & CI67 min.3-3/+3
| |
* | Merge updates from masterRepository mirror & CI67 min.2-14/+70
|\|
| * dev-debug/dtrace: rework pkg_postinstSam James82 min.2-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>
* | 2024-09-12 00:06:00 UTCRepository mirror & CI82 min.13-20/+37
| |
* | Merge updates from masterRepository mirror & CI82 min.12-18/+1765
|\|
| * app-emacs/magit: Stabilize 4.0.0 ALLARCHES, #939491Sam James89 min.1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-lang/nim: Stabilize 2.0.8 amd64, #939483Sam James89 min.1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * mail-mta/msmtp: Stabilize 1.8.26 ppc, #939343Sam James89 min.1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-libs/libffi: Stabilize 3.4.6 ppc, #939149Sam James89 min.1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-debug/systemtap: update USE=install-tests -> USE=test-install in commentSam James90 min.3-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 James90 min.3-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üttel92 min.2-0/+1747
| | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* | 2024-09-11 23:51:03 UTCRepository mirror & CI97 min.16-49/+96
| |
* | Merge updates from masterRepository mirror & CI97 min.24-109/+766
|\|
| * dev-util/libabigail: drop deleted option from liveEli Schwartz109 min.1-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 Schwartz109 min.2-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 Schwartz109 min.2-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ć117 min.4-11/+11
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * net-misc/rclone: metadata - fix bugs-toMaciej Barć117 min.1-1/+1
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * dev-dotnet/fantomas: bump to 6.3.13Maciej Barć117 min.2-0/+294
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * dev-dotnet/fsautocomplete: bump to 0.74.1Maciej Barć117 min.2-0/+281
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * dev-lang/typescript: bump to 5.6.2Maciej Barć117 min.2-0/+44
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * dev-lang/typescript: drop old 5.5.3Maciej Barć117 min.2-44/+0
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * dev-lang/typescript: drop old 5.5.2Maciej Barć117 min.2-44/+0
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * dev-lang/typescript: drop old 5.4.5Maciej Barć117 min.2-40/+0
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * app-text/pandoc-bin: bump to 3.4Maciej Barć117 min.2-0/+64
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * app-text/pandoc-bin: drop old 3.2.1Maciej Barć117 min.2-64/+0
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * app-containers/devcontainer: bump to 0.71.0Maciej Barć117 min.2-0/+47
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * net-misc/rclone: bump to 1.68.0Maciej Barć117 min.2-0/+69
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * dev-build/bazelisk: bump to 1.21.0Maciej Barć117 min.2-0/+45
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
| * dev-cpp/cpp-httplib: drop old 0.17.2Maciej Barć117 min.2-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ć117 min.2-0/+93
| | | | | | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* | 2024-09-11 23:06:05 UTCRepository mirror & CI2 hours2-3/+3
| |
* | Merge updates from masterRepository mirror & CI2 hours2-2/+2
|\|
| * games-util/antimicrox: Stabilize 3.4.1 amd64, #939484Sam James3 hours1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * profiles: fix timezone-data mask messageSam James3 hours1-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>
* | 2024-09-11 22:35:49 UTCRepository mirror & CI3 hours46-91/+91
| |
* | Merge updates from masterRepository mirror & CI3 hours10-9/+10
|\|
| * app-emacs/org-modern: Stabilize 1.5 amd64, #939492Sam James3 hours1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * app-emacs/with-editor: Stabilize 3.4.2 ALLARCHES, #939490Sam James3 hours1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>