Versions
v9999 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0
- USE flags
- apparmor btrfs seccomp systemd test
v1.39.3 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0
- Keywords
- ~amd64 ~arm64
- USE flags
- apparmor btrfs seccomp systemd test
v1.38.1 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0
- Keywords
- ~amd64 ~arm64
- USE flags
- apparmor btrfs seccomp systemd test
v1.38.0 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0
- Keywords
- amd64 arm64
- USE flags
- apparmor btrfs seccomp systemd test
USE flags
General
- apparmor
- Enable support for the AppArmor application security system
- btrfs
- Enables dependencies for the "btrfs" graph driver, including necessary kernel flags.
- seccomp
- Enable seccomp (secure computing mode) to perform system call filtering at runtime to increase security of programs
- systemd
- Enable use of systemd-specific libraries and features like socket activation or session tracking
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
app-containers / containers-common : Common config files and docs for Containers stack
app-crypt / gpgme : GnuPG Made Easy is a library for making GnuPG easier to use
dev-libs / libassuan : IPC library used by GnuPG and GPGME
dev-libs / libgpg-error : Contains error handling functions used by GnuPG software
sys-apps / shadow : Utilities to deal with user accounts
sys-apps / systemd : System and service manager for Linux
sys-fs / btrfs-progs : Btrfs filesystem utilities
sys-libs / libapparmor : Library to support AppArmor userspace utilities
sys-libs / libseccomp : High level interface to Linux seccomp filter
Runtime Dependencies
app-containers / containers-common : Common config files and docs for Containers stack
app-crypt / gpgme : GnuPG Made Easy is a library for making GnuPG easier to use
dev-libs / libassuan : IPC library used by GnuPG and GPGME
dev-libs / libgpg-error : Contains error handling functions used by GnuPG software
sys-apps / shadow : Utilities to deal with user accounts
sys-apps / systemd : System and service manager for Linux
sys-fs / btrfs-progs : Btrfs filesystem utilities
sys-libs / libapparmor : Library to support AppArmor userspace utilities
sys-libs / libseccomp : High level interface to Linux seccomp filter
Bugs
- 744601
- app-containers/buildah-1.23.1 fails to compile
- 830309
- app-containers/buildah-1.23.1-r1 fails to compile
- 884859
- app-containers/buildah: multiple vulnerabilities
- 934989
- app-containers/buildah-1.34.3 fails to compile: unshare.c:235:19: error: implicit declaration of function basename [-Wimplicit-function-declaration]
- 942557
- <app-containers/buildah-1.37.5; symlink traversal can result in denial of service via OOM
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: drop 1.37.5 & related patch
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> From: https://github.com/gentoo/gentoo/pull/41170 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: update to 1.39.3
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> From: https://github.com/gentoo/gentoo/pull/41170 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: move patch from inline to files/ [QA]
This was weird solution, with nothing to gain from inline patch in the ebuild. No variable substitution, no conditional, nothing. It was even the same file across versions. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.38.1
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.38.0 arm64, #947811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.38.0 amd64, #947811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: drop 1.33.7, 1.34.3, 1.35.3, 1.35.4, 1.36.0
Bug: https://bugs.gentoo.org/942557 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.37.5 amd64, #944940
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.37.5 arm64, #944940
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: Update 9999
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.38.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.37.5
Bug: https://bugs.gentoo.org/942557 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kenton Groombridge · gentoo
app-containers/buildah: fix SELinux relabeling
The Makefile relabels the buildah executable during installation and defaults to using container_runtime_exec_t which does not exist in Gentoo's SELinux policies. Disable the automatic relabeling during install and let portage take care of it to avoid this error. Closes: https://bugs.gentoo.org/927311 Signed-off-by: Kenton Groombridge <concord@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39098 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
app-containers/buildah: Stabilize 1.35.3 amd64, #935051
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.35.3 arm64, #935051
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: update to 1.36.0
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> From: https://github.com/gentoo/gentoo/pull/37135 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: update to 1.35.4
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> From: https://github.com/gentoo/gentoo/pull/36642 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: stoppeg calling strip directly
Closes: https://bugs.gentoo.org/928309 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/36031 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: cleanup vulnerable versions
1.33.5, 1.33.6 1.34.0 1.35.1 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Bug: https://bugs.gentoo.org/927499 Bug: https://bugs.gentoo.org/927502 Closes: https://github.com/gentoo/gentoo/pull/36011 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.34.3 arm64, #927575
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.33.7 arm64, #927575
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: dont call `as` directly
Closes: https://bugs.gentoo.org/927934 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35943 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.35.3
Bug: https://bugs.gentoo.org/927499 Bug: https://bugs.gentoo.org/927502 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> From: https://github.com/gentoo/gentoo/pull/35943 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add go-md2man as BDEPEND and ...
remove unnecessary build steps which were running tests resulting in failed build on arm64 (and potentially other archs). Closes: https://bugs.gentoo.org/888571 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35931 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.34.3 amd64, #927575
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-containers/buildah: Stabilize 1.33.7 amd64, #927575
Signed-off-by: Sam James <sam@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: fix calling as directly
Closes: https://bugs.gentoo.org/924038 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> From: https://github.com/gentoo/gentoo/pull/35931 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: update RDEPEND in live
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35846 Signed-off-by: Sam James <sam@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.33.7 and 1.34.3 fix security issues
Bug: https://bugs.gentoo.org/show_bug.cgi?id=927502 Bug: https://bugs.gentoo.org/show_bug.cgi?id=927499 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Sam James <sam@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.35.1 to fix HIGH severity security fix
Fixes: 8.6/10 CVE-2024-1753 https://nvd.nist.gov/vuln/detail/CVE-2024-1753 Let's stabilize this and cleanup old versions ASAP Bug: https://bugs.gentoo.org/show_bug.cgi?id=927502 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: mask 1.34.0
Masking because it isn't getting security fixes from upstream and seems like 1.34.x is more suitable for podman 5.x (yet to be released) https://github.com/containers/buildah/issues/5320 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35261 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.33.6 arm64, #924456
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.35.0
1. Remove USE doc and install few KBs of docs unconditionally Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35655 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.34.1
security fixes and some more features https://github.com/containers/buildah/releases/tag/v1.34.1 Bug: https://bugs.gentoo.org/923650 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35502 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.33.6
Mod Bumps: x/crypto 0.15.0 -> 0.17.0 x/sys 0.14.0 -> 0.15.0 x/term 0.14.0 -> 0.15.0 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35367 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-containers/buildah: Stabilize 1.33.5 amd64, #924456
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Zac Medico · gentoo
app-containers/buildah: mask 1.34.0 for amd64 (arm64 first must stabilize 1.33.x)
Masking because it isn't getting security fixes from upstream and seems like 1.34.x is more suitable for podman 5.x (yet to be released) https://github.com/containers/buildah/issues/5320 Bug: https://bugs.gentoo.org/924456 From: https://github.com/gentoo/gentoo/pull/35261 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.33.5
This release addresses a number of Buildkit vulnerabilities including but not limited to: CVE-2024-23651, CVE-2024-23652, and CVE-2024-23653. Bug: https://bugs.gentoo.org/923650 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: cleanup
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-containers/buildah: Stabilize 1.34.0 amd64, #921435
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.34.0 arm64, #921435
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.34.0
no changes from live version Signed-off-by: Rahil Bhimjiani <me@rahil.website> Closes: https://github.com/gentoo/gentoo/pull/34272 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.33.2 which fixes arm64 build
Closes: https://bugs.gentoo.org/918903 Signed-off-by: Rahil Bhimjiani <me@rahil.website> Closes: https://github.com/gentoo/gentoo/pull/34073 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.32.2 amd64, #917485
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.32.2 arm64, #917485
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.33.1
1. security hotfix from upstream which updates mody/buildkit to 0.11.x https://github.com/containers/buildah/releases/tag/v1.33.1 Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33901 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: drop 1.32.0 & 1.32.1
Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33896 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.33.0 and update live
1. move mechanism of adding EPREFIX from src_prepare to src_install...making it more consistent with other packages I maintain Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add containers-common as RDEPEND
app-containers/containers-common provides essential default configurations for Containers stack. Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33601 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.32.2, drop 1.29.1, update live
For non-live versions, prevent git operations which causes sandbox violations https://github.com/gentoo/gentoo/pull/33531#issuecomment-1786107493 Time to stabilize 1.32.x? Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33599 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: Fix ExcessiveLineLength
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Zac Medico · gentoo
app-containers/buildah: export GIT_COMMIT for 1.32.1
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.32.1 and update live
1) split out LICENSE 2) Follow upstream's build process in which non-live versions shouldn't have git commit so GIT_COMMIT is no longer needed 3) Swap DEPEND & RDEPEND to closely follow skel.ebuild 4) In src_prepare, make use of usex to keep it concise and readable, following app-containers/podman style 5) In src_install, changes those help with readablility Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33531 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add live version
Added USE seccomp & apparmor stopped using if-else when unnecessary improved btrfs useflag if else switch to upstream's install system instead of manually doman/dodoc making it more future-proof Closes: https://github.com/gentoo/gentoo/pull/32950 Closes: https://bugs.gentoo.org/914443 Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rahil Bhimjiani · gentoo
app-containers/buildah: add 1.32.0
Closes: https://github.com/gentoo/gentoo/pull/32918 Closes: https://bugs.gentoo.org/914417 Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.30.0 arm64, #909665
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.30.0 amd64, #909665
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: drop 1.27.1, 1.28.0, 1.28.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-containers/buildah: add 1.30.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.29.1 amd64, #905982
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.29.1 arm64, #905982
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.29.1
Closes: https://bugs.gentoo.org/895456 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.28.1
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.28.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: drop 1.25.1, 1.27.0
Bug: https://bugs.gentoo.org/870934 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: Stabilize 1.27.1 amd64, #871510
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.27.1 arm64, #871510
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.27.1
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Zac Medico · gentoo
app-containers/buildah: drop 1.26.1, 1.26.2, 1.26.3, 1.26.4
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.27.0
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.26.4
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.26.3
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.26.2
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.26.1
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: drop vulnerable versions
Bug: https://bugs.gentoo.org/836840 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-containers/buildah: Stabilize 1.25.1 arm64, #836966
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-containers/buildah: amd64 stable wrt bug #836966
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.25.1
Bug: https://bugs.gentoo.org/836840 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: add 1.24.3
Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: Remove vulnerable versions
Bug: https://bugs.gentoo.org/834540 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: Bump to version 1.24.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: Bump to version 1.24.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zac Medico · gentoo
app-containers/buildah: Bump to version 1.24.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-containers/buildah: depend on shadow subslot
uses libsubid Closes: https://bugs.gentoo.org/829725 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
Move {app-emulation -> app-containers}/skopeo
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
Move {app-emulation -> app-containers}/buildah
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>