| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/35343
Signed-off-by: Chris <chris@maytownsend.co.uk>
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/38108
Signed-off-by: Richard Nespithal <richard@nespithal.com>
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/940491
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
|
|
|
|
| |
https://dianne.skoll.ca/pipermail/remind-fans/2024/004907.html
Signed-off-by: Emanuele Torre <torreemanuele6@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38657
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Remove live ebuild since upstream wasn't updated for a couple of years.
I think it makes no sense to keep these ebuilds, especially when the
non-live ebuild is already at HEAD.
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Jolly <kangie@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Jolly <kangie@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Aliaksei Urbanski (1):
Fix fuzz-dumpelf test
Daniel Verkamp (1):
lddtree: use readlink -f for absolute links
David Riley (1):
lddtree: Add --wrapper-preload
Frederic Cambus (2):
lddtree: allow lddtree.sh to find Xenocara libraries on OpenBSD.
README: fix typo: s/peforming/performing.
George Burgess IV (1):
lddtree: add LD_ARGV0_REL
Mathias Krause (4):
seccomp: make socket() fail with -ENOSYS
tests: add basic pspax test
pspax: fix libcap memory leaks
meson: avoid using replace() to not unnecessarily bump meson >= 0.58.0
Mike Frysinger (45):
Revert "paxinc: include <alloca.h> for alloca"
lddtree: add docstring for all classes
pylintrc: remove old entries
github: update to checkout@v3
lddtree: use f-string in warn message
lddtree: fix argcomplete typing
elf.h: pull from latest glibc
update copyright headers
dumpelf: use explicit 64-bit to display off_t
github: disable fuzzing on macOS
github: update to checkout@v4
lddtree: use older Python typing style
lddtree: disable pyelftools pylint import errors
lddtree: disable mypy import errors
lddtree: add some more typing info for mypy
github: add python checkers
lddtree: raise min version to Python 3.8
pyproject.toml: add black & isort & mypy settings
pylintrc: merge into pyproject.toml
requirements: pin(ish) Python deps that we use to check things
drop old __BOUNDS_CHECKING_ON support
fix various typos found w/codespell
github: add codespell checker
build: use standard config.h naming
build: use standard HAVE_xxx define style
pspax: rework & document get_proc_name
pspax: replace proc_fopen with fopenat_r
pspax: fix buffer limiting in cmdline reading
pspax: fix error handling when reading attr or ipaddr fail
pspax: switch from fgets to getline
unify usage() output across all the tools
ar: handle invalid ascii numbers better
ar: handle invalid extended filename offsets
ar: switch from alloca to malloc
scanelf: fix hashtable overflow checks
README: update macOS name
paxelf: reject ELFs with incomplete Ehdr structures
dumpelf: free elf after fuzzing it to avoid leaking
sanitizer: fix feature tests under clang
dumpelf: check dyn pointer before DT_NULL check too
dumpelf: improve note memory check
dumpelf: limit note name display
fuzz-ar: fuzzer for the archive parsing API
fuzz-dumpelf: fix stats argument
fuzzer: fix unused setting on argc & argv
Mike Gilbert (1):
make-seccomp-filters.sh: split cflags/ldflags for libseccomp
Sam James (10):
Make headers standalone (missing includes, prep for clang-tidy)
*: IWYU fixes
*: IWYU fixes deux
.github: add Alpine CI
Undo IWYU fixes
paxinc: include <alloca.h> for alloca
porting.h: include <stddef.h> for size_t, sort includes
ci: make tests verbose
meson.build: prepare for pax-utils-1.3.8
CI: update muon URL
Takuto Ikuta (1):
lddtree: keep relativeness of invoked program in elf wrapper
Zach van Rijn (1):
paxelf: use correct format string
Bug: https://bugs.gentoo.org/890028
Bug: https://bugs.gentoo.org/890577
Bug: https://bugs.gentoo.org/890579
Bug: https://bugs.gentoo.org/922906
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/939551
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/923618
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also adds shell completions for fish and bash. zsh completions are in
the develop branch, so I'm thinking those might get added in the next
release.
Bumps EAPI from 7 to 8 (needed for shell-completion eclass).
Signed-off-by: Ashlen <dev@anthes.is>
Closes: https://github.com/gentoo/gentoo/pull/38305
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
| |
Change was created by running the following command::
ekeyword ^ia64 */*/*.ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Username404-59 <53659497+Username404-59@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/38554
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|