summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-containers/docker: add 25.0.4William Hubbs2024-03-172-0/+319
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: drop device-mapper use flagWilliam Hubbs2024-02-151-16/+3
| | | | | Closes: https://bugs.gentoo.org/924445 Signed-off-by: William Hubbs <williamh@gentoo.org>
* */*: Reassign gyakovlev's packagesMichał Górny2024-02-141-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-containers/docker: add 25.0.1William Hubbs2024-02-012-0/+332
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* Add more CPE strings for easier CVE trackingAllen Webb2023-12-051-0/+1
| | | | | | Signed-off-by: Allen Webb <allenwebb@google.com> Signed-off-by: Mike Frysinger <vapier@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* app-containers/docker: add 24.0.7William Hubbs2023-11-092-0/+332
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: add 24.0.6William Hubbs2023-09-252-0/+332
| | | | | Closes: https://bugs.gentoo.org/904724 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: drop 23.0.3, 23.0.4, 24.0.4-r2William Hubbs2023-07-256-1308/+0
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: Stabilize 24.0.5 arm64, #911170Sam James2023-07-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: Stabilize 24.0.5 ppc64, #911170Sam James2023-07-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: Stabilize 24.0.4-r2 ppc64, #910651Sam James2023-07-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: stabilize 24.0.5 for amd64William Hubbs2023-07-241-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: add 24.0.5William Hubbs2023-07-242-0/+331
| | | | | Closes: https://bugs.gentoo.org/911119 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: Stabilize 24.0.4-r2 arm64, #910651Sam James2023-07-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: Stabilize 24.0.4-r2 amd64, #910651Sam James2023-07-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: drop 24.0.4, 24.0.4-r1William Hubbs2023-07-212-659/+0
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: add 24.0.4-r2 to install docker-proxyWilliam Hubbs2023-07-211-0/+331
| | | | | | docker-proxy has been moved to this repository. Bug: https://bugs.gentoo.org/910623 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: add 24.0.4-r1 for go 1.20.6William Hubbs2023-07-212-0/+620
| | | | | Closes: https://bugs.gentoo.org/910491 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: add 24.0.4William Hubbs2023-07-202-0/+330
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: fix UnusedLocalUseSam James2023-05-271-6/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: add 23.0.4William Hubbs2023-04-232-0/+341
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: warn and link docs for CONFIG_RT_GROUP_SCHEDWilliam Hubbs2023-04-231-0/+1
| | | | | Bug: https://bugs.gentoo.org/904264 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: drop 20.10.22, 23.0.1William Hubbs2023-04-144-661/+0
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: Stabilize 23.0.3 arm64, #904238Sam James2023-04-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: Stabilize 23.0.3 ppc64, #904238Sam James2023-04-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: Stabilize 23.0.3 amd64, #904238Sam James2023-04-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: add 23.0.3William Hubbs2023-04-072-0/+340
| | | | | Bug: https://bugs.gentoo.org/903804 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: typo fix for LEGACY_VSYSCALL_NONE warningWilliam Hubbs2023-03-151-1/+1
| | | | | | | | The warning was not assigned to the proper configuration check. This commit fixes that issue which results in a better warning message. Bug: https://bugs.gentoo.org/900845 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: more kernel option fixesWilliam Hubbs2023-03-141-8/+29
| | | | | | | | - put SECURITY_SELINUX and SECURITY_APPARMOR behind the appropriate use flags - put MEMCG_SWAP and LEGACY_SYSCALL_EMULATE behind kernel version checks Bug: https://bugs.gentoo.org/900845 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: drop hardened cruft from IUSESam James2023-03-111-2/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: fix (some) kernel check optionsSam James2023-03-111-5/+5
| | | | | | | This doesn't fix all of them, just the misspellings of VSYSCALL. Bug: https://bugs.gentoo.org/900845 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: drop USE=hardened hacksSam James2023-03-111-8/+0
| | | | | | | | | | | | | | | | 1. These aren't needed on hardened systems anyway (we've had default PIE on normal, non-hardened systems for years); 2. The relevant variables are gone upstream, see https://github.com/moby/moby/commit/877baae03e1810b6a6afaa8b767b8df25f5c5cae, which fails because of the grep sanity check in the ebuild (correctly); 3. If we did need to keep this check, we would need to do it based on a e.g. toolchain-funcs function to check if the toolchain defaults to PIE, but not based on USE=hardened. Closes: https://bugs.gentoo.org/900849 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: fix pkg_postinst referencing removed IUSE=cliSam James2023-03-111-21/+0
| | | | | Closes: https://bugs.gentoo.org/900771 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: changelog was removed, so don't try to install itWilliam Hubbs2023-03-101-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: add 23.0.1William Hubbs2023-03-102-0/+349
| | | | | Closes: https://bugs.gentoo.org/900216 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: adjust kernel checksWilliam Hubbs2023-01-071-1/+6
| | | | | | | | The CONFIG_MEMCG_SWAP kernel option was removed in linux 6.1, so adjust the check to account for this. Closes: https://bugs.gentoo.org/889932 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: drop 20.10.17William Hubbs2023-01-042-286/+0
| | | | | Bug: https://bugs.gentoo.org/886509 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: Stabilize 20.10.22 arm64, #889546Sam James2023-01-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: stabilize 20.10.22 for amd64 #889546William Hubbs2023-01-031-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: Stabilize 20.10.22 ppc64, #889546Arthur Zamarin2023-01-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-containers/docker: add 20.10.22William Hubbs2023-01-032-0/+286
| | | | | Bug: https://bugs.gentoo.org/886509 Signed-off-by: William Hubbs <williamh@gentoo.org>
* Convert 'apparmor' to a global USE flagMike Gilbert2022-09-121-3/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-containers/docker: remove unused patchMichael Mair-Keimberger2022-08-311-28/+0
| | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/26985 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-containers/docker: use <pkg> tag in metadata.xmlPetr Vaněk2022-08-261-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: drop 20.10.12-r1, 20.10.14, 20.10.16William Hubbs2022-08-204-842/+0
| | | | | Bug: https://bugs.gentoo.org/850124 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: Stabilize 20.10.17 ppc64, #865193Arthur Zamarin2022-08-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-containers/docker: arm64 stable wrt bug #865193Agostino Sarubbo2022-08-151-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-containers/docker: amd64 stable wrt bug #865193Agostino Sarubbo2022-08-151-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-containers/docker: add 20.10.17William Hubbs2022-08-143-0/+314
| | | | | | Closes: https://bugs.gentoo.org/842567 Closes: https://bugs.gentoo.org/854231 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-containers/docker: add 20.10.16William Hubbs2022-05-172-0/+281
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>