{"bugs":[{"bugid":946953,"firstseen":"2025-07-11T02:48:40.189262","severity":"normal","status":"CONFIRMED","summary":"app-containers\/incus-6.10.1: incus-user service crash: Failed to create network: apparmor_parser, Could not open 'tunables\/global'"},{"bugid":966154,"firstseen":"2025-11-16T18:01:41.194609","severity":"normal","status":"UNCONFIRMED","summary":"app-containers\/incus - Couldn't find the CGroup memory swap accounting"},{"bugid":966158,"firstseen":"2025-11-16T19:01:52.990429","severity":"normal","status":"UNCONFIRMED","summary":"app-containers\/incus with USE=apparmor need sys-apps\/apparmor dependency"},{"bugid":967465,"firstseen":"2025-12-14T13:51:30.671298","severity":"normal","status":"UNCONFIRMED","summary":"app-containers\/incus - Missing kernel flag for network and VM"},{"bugid":969235,"firstseen":"2026-01-25T17:54:00.566641","severity":"normal","status":"CONFIRMED","summary":"app-containers\/incus: multiple vulnerabilities"}],"categories":[{"categoryid":1490,"name":"acct-group","summary":"The acct-group category contains packages for system groups."},{"categoryid":449,"name":"app-arch","summary":"The app-arch category contains tools for archiving, compressing and uncompressing files or groups of files."},{"categoryid":366,"name":"app-cdr","summary":"The app-cdr category contains software for writing CDs and DVDs, and for working with .iso files."},{"categoryid":1494,"name":"app-containers","summary":"The app-containers category contains container related software."},{"categoryid":321,"name":"app-emulation","summary":"The app-emulation category contains emulation software."},{"categoryid":452,"name":"dev-db","summary":"The dev-db category contains libraries and utilities for database related programming."},{"categoryid":393,"name":"dev-libs","summary":"The dev-libs category contains various miscellaneous programming libraries."},{"categoryid":428,"name":"dev-util","summary":"The dev-util category contains various miscellaneous development utilities."},{"categoryid":402,"name":"net-dns","summary":"The net-dns category contains DNS (Domain Name Service) related software."},{"categoryid":370,"name":"net-firewall","summary":"The net-firewall category contains network firewall software."},{"categoryid":441,"name":"sec-policy","summary":"The sec-policy category contains security policies for access control systems such as SELinux."},{"categoryid":343,"name":"sys-apps","summary":"The sys-apps category contains various core system applications, and some non-core system applications which have not yet been moved out into other sys- categories."},{"categoryid":394,"name":"sys-fs","summary":"The sys-fs category contains filesystem tools and utilities."},{"categoryid":381,"name":"sys-libs","summary":"The sys-libs category contains various system-level libraries."},{"categoryid":396,"name":"virtual","summary":"The virtual category contains packages which satisfy virtual dependencies."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"afd76d01d33eb6c93eabd960ed4080cfe78c0599","committime":"2026-04-01T17:00:59","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"listout@listout.xyz","authorname":"Brahmajit Das","body":"Signed-off-by: Brahmajit Das <listout@listout.xyz>\nPart-of: https:\/\/codeberg.org\/gentoo\/gentoo\/pulls\/476\nMerges: https:\/\/codeberg.org\/gentoo\/gentoo\/pulls\/476\nSigned-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"aaa2da0f623783d98a6298da5798fa82e0d1f3fc","committime":"2026-04-01T05:07:00","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.23"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"74f667006020f600c18b1ec921fc537355ab368e","committime":"2026-03-20T15:15:53","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"c76bb2d5a97a94311ec0871d37fc819c2be3937b","committime":"2026-03-20T14:54:32","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.0.5"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"34fd764bc601c75ac024419c6e4c8759e16d8480","committime":"2026-03-14T09:00:50","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"2132c0f7bc549cc78496a7f67fba94f30b259d46","committime":"2026-03-14T08:58:17","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.0.6"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4fed5d0cb627edcd434ed9d41f1dbce664876391","committime":"2026-02-28T13:45:47","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mschiff@gentoo.org","authorname":"Marc Schiffbauer","body":"Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"6f66ecb9298942ba815ed6f02aca0066da9a53f3","committime":"2026-02-28T13:41:00","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.22"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e76c1e8c84628fac5d80f59189a13c3dab74d26a","committime":"2026-02-19T11:45:49","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"knowak@microsoft.com","authorname":"Krzesimir Nowak","body":"When building arm64 binaries on amd64 machine, `go install` puts the\nbinaries inside the `linux-arm64` directory. But the agent binaries\nare built with `go build` with explicitly set path to output\ndirectory. Let's make sure that the output directory matches the\ndirectory used by `go install`. The `src_install` makes an assumption\nthat all the binaries are in the same directory.\n\nAlso, fix installation directory for arm64 agents, so the target\ndirectory matches a path set in 90incus env file.\n\nAdd a work around an issue with live ebuilds where the go compile\nenvironment was not set. Do it explicitly for the live ebuilds, while\nwaiting for the proper solution in EAPI 9, possibly.\n\nSigned-off-by: Krzesimir Nowak <knowak@microsoft.com>\nPart-of: https:\/\/codeberg.org\/gentoo\/gentoo\/pulls\/35\nMerges: https:\/\/codeberg.org\/gentoo\/gentoo\/pulls\/35\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"0e4077e384bbe585a0f2f7980764eb5c8db0a412","committime":"2026-02-06T14:27:50","packageid":76579,"repoid":1,"summary":"app-containers\/incus: Fix cross-compile issues"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7e768d8372636087e720d7e5198f9f5618c8df45","committime":"2026-01-26T05:01:09","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Bug: https:\/\/bugs.gentoo.org\/969235\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f8a9e20284b787a4ba157c3a147f1de6ba09290d","committime":"2026-01-26T04:53:50","packageid":76579,"repoid":1,"summary":"app-containers\/incus: stabilize 6.0.5-r1 for amd64"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c96e07a5a715a99c20099ffa1eef0bf18ff969f2","committime":"2026-01-25T23:16:10","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"80bbfe41577af52f6403926ddd1e2701c1e23a98","committime":"2026-01-25T23:01:06","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mschiff@gentoo.org","authorname":"Marc Schiffbauer","body":"Bug: https:\/\/bugs.gentoo.org\/969235\nSigned-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"73958228fd984050953b1949cbf3ade3b6eb603a","committime":"2026-01-25T22:59:40","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.19.1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0c3542dee607a89e17e14fca172ce6a3ec49a199","committime":"2026-01-25T16:00:48","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"(In preparation for CVE security cleanups)\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"e214ad0c438f581961cd526e3eae64d92eafe470","committime":"2026-01-25T15:53:41","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop versions"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Revbump to add two CVE patches to incus-lts.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"fd7b3f5594072e13eee1498767529ea7fcb9b181","committime":"2026-01-25T15:52:20","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add CVE patches to incus-6.0.5"},{"authoremail":"listout@listout.xyz","authorname":"Brahmajit Das","body":"Signed-off-by: Brahmajit Das <listout@listout.xyz>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/45256\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/45256A\nBug: https:\/\/bugs.gentoo.org\/969235\nSigned-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"2e0c4ba7d78c61e829e3021b4fe83d0385a43779","committime":"2026-01-25T09:58:33","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.21"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"534bf4f94d65cd398934313baab63e6f1a15a60b","committime":"2025-12-07T22:45:48","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mschiff@gentoo.org","authorname":"Marc Schiffbauer","body":"Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"6171b96d56f4ad2571dba64e03af0a5c26faea33","committime":"2025-12-07T22:33:52","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.19.1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"d69feee2b3eb2812308165f1957e4303ee71d0b6","committime":"2025-12-04T07:15:46","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"6894952c55753ab4f0cac8265be686bbaf56b9f4","committime":"2025-12-04T07:03:46","packageid":76579,"repoid":1,"summary":"app-containers\/incus: stabilize 6.0.5 for amd64"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"530537a34ad55f976f4073fa8c455bd6363dbab4","committime":"2025-11-24T15:30:58","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mschiff@gentoo.org","authorname":"Marc Schiffbauer","body":"Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"f550cb2d62b4ca0a5b6a74c6ecf53024049a800e","committime":"2025-11-24T15:13:47","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add selinux suppor tin live ebuild"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c1d7f613aa62702604d375f5ee67dc9a3a0c18d9","committime":"2025-11-10T08:30:46","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mschiff@gentoo.org","authorname":"Marc Schiffbauer","body":"Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"67817ee7e09730fde3573d62c7cde74b27d68c55","committime":"2025-11-10T08:25:51","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 9999"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"85c100d93774c52446a63a5db7579adb639ba154","committime":"2025-11-03T15:35:41","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mschiff@gentoo.org","authorname":"Marc Schiffbauer","body":"Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"eea54c2db8d20911b8bfd0eb95ba5cd1ec2bceaa","committime":"2025-11-03T15:14:53","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.18"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ee4853f8eda8bba9a00472bd5db65e52f5092cc0","committime":"2025-09-29T13:33:37","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mschiff@gentoo.org","authorname":"Marc Schiffbauer","body":"Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>","commitid":"74827602eba102df803b6148df515c37f4156199","committime":"2025-09-29T13:14:48","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.17"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"761273ace1fb3147cc28d2b74f5108d70e7b65bc","committime":"2025-08-16T08:36:01","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Sync changes from stable channel, like dependencies and the multi-agent model\nwhich is supported by upstream for this lts release.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f9d8e9897a51e98f26b4642568c7bc687648c715","committime":"2025-08-16T08:18:26","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.0.5"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c30e2870d3806bfe5d2431ac93d20f5c1a43b7af","committime":"2025-08-02T10:52:25","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"6c7e666d1bd0f594af82df0b8f5c80c7063207b2","committime":"2025-08-02T10:33:08","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.15"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4b43ca90dbc6ed973320ed538e598ead56c21ab0","committime":"2025-07-15T16:37:22","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Apparently \"PassEnvironment\" didn't work as planned, do the \"Plan B\" instead and\njust point EnvironmentFile at the \/etc\/env.d\/90incus file.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"3926111315679d71469faafbfdda41e55f59546c","committime":"2025-07-15T16:17:44","packageid":76579,"repoid":1,"summary":"app-containers\/incus: fix the previous attempt at systemd service files"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"839c0e0bc711711eaffbf08a907e73a2c206222b","committime":"2025-07-15T12:09:20","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"When delivering \"multi-agent\" setup, incus needs INCUS_AGENT_PATH set where the\nstatic binaries are found. Updated env.d file to include this. Since systemd\nservices don't include custom env variables from \/etc\/env.d, try to pass them\nover via \"PassEnvironment\" option.\n\nCloses: https:\/\/bugs.gentoo.org\/959878\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"98c597f57412dbc12738550b23d577b824226b17","committime":"2025-07-15T11:41:46","packageid":76579,"repoid":1,"summary":"app-containers\/incus: fix multi-agent setup for 6.14"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7902aa505d270bab71003659622b844a4348a8a6","committime":"2025-07-08T08:51:59","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"As they were accidentally dynamically linked before. This also allowed 32bit\ntargets to be built properly.\n\nCloses: https:\/\/bugs.gentoo.org\/959473\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"aaaee8f1d0d725b25ce74bcec9511167e3d0ebc8","committime":"2025-07-08T08:32:02","packageid":76579,"repoid":1,"summary":"app-containers\/incus: build static binaries (agents, migrate) in 6.14"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0be177d3666703668873aefad917809ea6bb7641","committime":"2025-07-02T06:22:06","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"be31025842e3924d94ce4886ce9486eb0e31c5f6","committime":"2025-07-02T06:09:12","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add qemu fix for 6.14"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ae5dedb0fc9f48a19f87e23643acdad5b6362a7c","committime":"2025-07-01T16:37:30","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Bug: https:\/\/bugs.gentoo.org\/959367\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"75e40443f9d2ba586083256c2d367e6fceb905b2","committime":"2025-07-01T16:06:07","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.13, 6.13-r1 (security cleanup)"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0b300fcd3df7cf906242ecb104545ee9d23b195f","committime":"2025-06-30T08:07:03","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"ddb6383304b7444848272b323daa416f6ca24d59","committime":"2025-06-30T07:54:56","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.14"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"2bf8edc4bbaf626fe88f4c0a0369af9708462b94","committime":"2025-06-19T07:22:00","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"68114c70d7fb504ca6d5ed091a9600f18913a677","committime":"2025-06-19T07:06:57","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"ca4e327ff462bd8d645499eab8db503aa71ef301","committime":"2025-06-19T07:02:54","packageid":76579,"repoid":1,"summary":"app-containers\/incus: stabilize 6.0.4-r1 for amd64"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"a90da9c3554c55a3267cad4c487e4f23077c89af","committime":"2025-06-19T06:29:56","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.12-r1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"1ec8f6424db7e0ef0cd22f085ef061517c7bf2cc","committime":"2025-06-04T08:24:11","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Switch from \"single agent setup\" to \"multi agent setup\" in order to get the\nWindows VM agent working, that's shipped with 6.13. Ideally these agents are\ninstalled somewhere and called with 'INCUS_AGENT_PATH', but I'm taking a bet\nthey work from \/usr\/bin\/* normally. Please file a bug if not, I have no way of\ntesting this currently! That's also why 6.13 is kept around, for a possible\ndowngrade if 6.13-r1 breaks launching VMs.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"3bc6c260c462d0f75e1643b606ae61763f5aa28c","committime":"2025-06-04T07:59:33","packageid":76579,"repoid":1,"summary":"app-containers\/incus: install windows vm agent with 6.13-r1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4c6025d8944c990482d7e36496a8fa4fdb87df0c","committime":"2025-05-31T06:23:56","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- while \"umoci\" is now included in incus, I'm not sure whether the optfeature\n   about it works without the external packages.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"5979d295bc275cf595689e5d7524c965391a76fb","committime":"2025-05-31T06:00:54","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.13"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ba426f4d6664ab266915e1f4e89199c83e63e7eb","committime":"2025-05-15T14:09:02","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"6e5d9a3a8ce43ed292dd0701bc3e0176e274842c","committime":"2025-05-15T13:55:53","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.10.1-r1, 6.11"},{"authoremail":"mtortuyaux@microsoft.com","authorname":"Mathieu Tortuyaux","body":"This has been tested on Flatcar CI with cross-compilation on `amd64` and\n`arm64`.\n\nSigned-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42095\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/42095\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"de070b38e760a15e88caea5e917dbee9567520af","committime":"2025-05-15T12:27:43","packageid":76579,"repoid":1,"summary":"app-containers\/incus: fix cross-compilation issue"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"94a001f887a106fc7abc34b3ebe35d331d771cda","committime":"2025-04-27T06:35:11","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- add \"apparmor? ( sec-policy\/apparmor-profiles )\" dependency.\n\nBug: https:\/\/bugs.gentoo.org\/946953\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"0dcb36fa899e5d45ec97649e33c62c07ef05ec38","committime":"2025-04-27T06:12:34","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.12"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c50e83f7c3ea8686078b460ee352c6c00a1f64b3","committime":"2025-04-06T06:50:09","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"420542c8632c8dbcbe4ab912a7c5e7f832834324","committime":"2025-04-06T06:25:35","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.0.4"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"669ce74695e698f404ed75566db9ef4c75136948","committime":"2025-04-06T06:24:44","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.11"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4589fb5c9b871d097639d7677d6474440b8ca4ee","committime":"2025-03-28T06:35:14","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"8da507e206b51f4939f1780445b07da4d2cd41ff","committime":"2025-03-28T06:20:51","packageid":76579,"repoid":1,"summary":"app-containers\/incus: stabilize 6.0.3-r1 for amd64"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"4a1da8cef4a1dce3bb52cc04b6813a278836c566","committime":"2025-03-28T06:07:05","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop versions"},{"authoremail":"thican@thican.net","authorname":"Thibaud CANALE","body":"Required as mentioned in documentation.\nhttps:\/\/github.com\/lxc\/incus\/commit\/414ad2c9f5997faa875046aa0d76ace059faf969\n\nCloses: https:\/\/bugs.gentoo.org\/951352\nSigned-off-by: Thibaud CANALE <thican@thican.net>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/41325\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f2c9b64e08506efe6c3ce20966b74a72f2f6cc6e","committime":"2025-03-27T17:59:14","packageid":76579,"repoid":1,"summary":"app-containers\/incus: ensure kernel AIO support"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b83d519afb2bdeffde281c2aeed02f67f3aba036","committime":"2025-03-03T07:48:29","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"9f8e215b60755f2181646d553bd02b239b002977","committime":"2025-03-03T07:35:23","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.10"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f65ce8051b01cecd206274f83db8c060cd52f88f","committime":"2025-03-03T07:35:17","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.10.1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"53ad6e99526ed995484da7a6dd2da8a55c3723c4","committime":"2025-02-28T08:48:30","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- update nftables dependency to have 'json' use flag enabled, for now.\n\nCloses: https:\/\/bugs.gentoo.org\/950211\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"b9e8847b0174f73e549d06e7936dd26a3006c165","committime":"2025-02-28T08:00:16","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.10"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"68fd1d441ba0f0a7b7e4b1a5652c366c9c70a8e9","committime":"2025-02-21T14:49:20","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"cf0a0dbd2756334f9fd35c2162bac199223c5cfd","committime":"2025-02-21T14:30:53","packageid":76579,"repoid":1,"summary":"app-containers\/incus: stabilize 6.0.3 for amd64"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"6884d7d15730791a31e5f591d14b5f67974f101a","committime":"2025-02-08T08:19:42","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"000195a415b01d3931d6467fd54f36c1903d8059","committime":"2025-02-08T07:48:43","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.7"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"02d6a469db478ba715147e99e3b54baee5a29768","committime":"2025-02-05T17:03:24","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"bed6230f2596ddf1cf1a1a9f2e2bcc81eea19b3f","committime":"2025-02-05T16:57:01","packageid":76579,"repoid":1,"summary":"app-containers\/incus: another 'incus file' fix in 6.9"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"a8323d25966821455891b83d73b941fded38eec8","committime":"2025-02-02T08:33:26","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"0b4f73b2089b8582a12cc384173049454cfbe2aa","committime":"2025-02-02T08:18:32","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add upstream patch to 6.9 for 'incus file pull'"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"3cb95a13afb9671de9d9d7b7cf192a6e475b7385","committime":"2025-01-26T07:48:36","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"a8648f6614225644717cba242c7fa963166eb3fe","committime":"2025-01-26T07:32:16","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.9"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"06544322951827364714f6861696c14b1ef90559","committime":"2024-12-21T16:33:19","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- sync the changes from stable release.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"55fb5bea291f4fe1dbfc2c94f119914679b2a204","committime":"2024-12-21T16:16:54","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.0.3 lts"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"eea3c633ebdbf5066ce5b0717b3356f03341ce86","committime":"2024-12-15T07:35:22","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- add 'qemu' use flag to pull all necessary dependencies to allow managing\n   qemu-based virtual machines in incus,\n - add new env.d file to set INCUS_EDK2_PATH so OVMF files are found when using\n   virtual machines,\n - allow selecting between iptables and nftables.\n\nAll possible changes are synced to the LTS release upon new LTS version release.\n\nCloses: https:\/\/bugs.gentoo.org\/944335\nCloses: https:\/\/bugs.gentoo.org\/946184\nCloses: https:\/\/bugs.gentoo.org\/945768\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"12e6e498ef9c722f38f4356f317050d50023eae8","committime":"2024-12-15T07:18:00","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.8"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b52dd260c93cf4a4e9af3a3faf30c699a0ad4de1","committime":"2024-12-14T07:18:33","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f955c30d9de4042341a6950c41e08de596d569fc","committime":"2024-12-14T07:08:50","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.6"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5a84c76130861e2295b50101472df150de93375e","committime":"2024-11-17T07:18:42","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f6070d8d4d84eabe26af6265e93ce727f97a9c0e","committime":"2024-11-17T07:09:39","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.7"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"f8d1df0d34c993cc71e71dc1ad813a75f976a53f","committime":"2024-10-27T12:48:15","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"xgqt@gentoo.org","authorname":"Maciej Barć","body":"Closes: https:\/\/bugs.gentoo.org\/942350\nSigned-off-by: Maciej Barć <xgqt@gentoo.org>","commitid":"5c58cc2b696742bae6cbdd7b2ec57fda43df028f","committime":"2024-10-27T12:42:22","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add OCI optfeature"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"a9be6c17a5f394d8ccd8b674d78076d8a96dd913","committime":"2024-10-25T11:18:27","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"a033cc21755af1db1534819f2065c89292b20355","committime":"2024-10-25T10:57:45","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.0.1-r1, 6.5-r1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"941a8c20c5f020ff5fd54d32502500bc4ca3bf3d","committime":"2024-10-20T06:33:25","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"b09f14434fb3c611323c62e77d441f9ab120087e","committime":"2024-10-20T06:26:33","packageid":76579,"repoid":1,"summary":"app-containers\/incus: stabilize 6.0.2 for amd64"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"2224ae471ea5214d2731b1ba19883dea2c7f3dc6","committime":"2024-10-10T16:48:46","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b545293fcf8d819525b4be5218cbdd988fb1d2c0","committime":"2024-10-04T13:03:23","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f1825e338bda379d72575097bbcc68de7ffeca8c","committime":"2024-10-04T12:55:52","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.6"},{"authoremail":"chewi@gentoo.org","authorname":"James Le Cuirot","body":"These files now live in \/usr\/share\/edk2\/OvmfX64. No revbump as there is a\ncompatibility symlink.\n\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/38813\nSigned-off-by: James Le Cuirot <chewi@gentoo.org>","commitid":"4b9e5a3c992ce5628ca1b87f1b24aef271613c46","committime":"2024-09-28T21:10:23","packageid":76579,"repoid":1,"summary":"app-containers\/incus: Update edk2 OVMF path adjustment"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ce2292bf67ac12d10a9d57d139e5e9a0cfa8a31a","committime":"2024-09-28T13:20:51","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"2e99f6c7b80f80d8fc7e53dd5f3c42417a88484f","committime":"2024-09-28T12:42:14","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.4"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7d298880625b24f1a074ffe82ae9ae593328fd3b","committime":"2024-09-18T07:34:01","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"3e70b5ff5499b2143840bc6408c1e033153a0f54","committime":"2024-09-18T07:29:37","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.0.2"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"3b3e5b85b29b434399a567245ec7330e54f7daf8","committime":"2024-09-10T16:18:48","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"0947cc6f399aa8fbaf8db0fed78d0777d9e68711","committime":"2024-09-10T16:13:26","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.5"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Closes: https:\/\/bugs.gentoo.org\/939428\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"33cbec09c4972302479826cecdfd26b094b2441b","committime":"2024-09-10T16:13:00","packageid":76579,"repoid":1,"summary":"app-containers\/incus: fix OVMF file paths in 6.5"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b1796f5e6f13ba0721f67f42b4ea9415e4e93ca5","committime":"2024-09-09T15:33:47","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"e606619c0716f67de407c3b1ff41a227d56046a6","committime":"2024-09-09T13:32:23","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.5"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5f60cbe18006583aa6f4e98026e154f18aae875b","committime":"2024-08-27T07:04:04","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"391cf0538dc3c30a133820bfbf1d356e2f510bcd","committime":"2024-08-27T06:21:17","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.3-r1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b591685025cbe30113c7a60c3068f8292e31c9d6","committime":"2024-08-10T06:19:13","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"744d34f12f2b8db5faa44c5b9a01195219bc41f6","committime":"2024-08-10T06:08:25","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.4"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"f4be37f262ffa5d38a8975576c25db155070a11c","committime":"2024-08-03T07:36:21","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"ac2364673a052363133327237f73a7053e90ff07","committime":"2024-08-03T07:12:23","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.0.0-r1, 6.2"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"057edc1aecb3a74778c22dd52985d8abdf625d53","committime":"2024-07-12T19:33:46","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Bug: https:\/\/bugs.gentoo.org\/929138\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"b05fe66cb10d75cc17f9998db5fc98eee0e9a049","committime":"2024-07-12T19:27:12","packageid":76579,"repoid":1,"summary":"app-containers\/incus: update the prlimit syntax in 6.3"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c28dcdb60e4231a3f312d600b199208585e1eba8","committime":"2024-07-12T09:04:14","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"a393fd9adf531981b3baac33d1909fc67aa37698","committime":"2024-07-12T08:51:39","packageid":76579,"repoid":1,"summary":"app-containers\/incus: stabilize 6.0.1-r1 for amd64"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"6185e8e467caed90aa1c8f5db0fb6435f0b985ec","committime":"2024-07-12T08:51:15","packageid":76579,"repoid":1,"summary":"app-containers\/incus: update 6.0.1's subslot to 'lts'"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- clear out bashishms from openrc service files,\n - switch to calling 'prlimit' from the openrc init file instead of relying on\n   openrc's rc_ulimit.\n\nCloses: https:\/\/bugs.gentoo.org\/929138\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"dd8a0d3ea99d4353ab2ac59e4dbb48dc6ca52662","committime":"2024-07-12T08:48:40","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.3"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"61dd7f96f6d282bcacb8664d8e8cd5bbbe73ec87","committime":"2024-06-29T06:33:59","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"cbfa4f26c9f0517131e5c277b758b8e48907ff49","committime":"2024-06-29T06:18:40","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.0.1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"11fc11c75ac2d181579aab0c62016cff831406dc","committime":"2024-06-08T06:49:20","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"22aa4587e389de0dc7f20d42b6335e04851a4e1b","committime":"2024-06-08T06:38:06","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 6.1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"82049a75d61e729c3b9c9b867eeb2bcb935ff027","committime":"2024-06-01T06:53:09","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"781f362f707f08da007935e8454aba407f7cfa13","committime":"2024-06-01T06:36:57","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.2"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"d0453867cf34beccbba8d6f1077d0ef34b420aea","committime":"2024-05-08T07:19:12","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"88f50eae5fd9e94f7261bff2383298f32be0f573","committime":"2024-05-08T07:13:06","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"45ab804c7bfe4e50d6ebd34836136e15d5320f65","committime":"2024-05-05T06:34:12","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Bug: https:\/\/bugs.gentoo.org\/920527\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"3f461592ad386529ea14e13785e573dc6416084a","committime":"2024-05-05T06:27:32","packageid":76579,"repoid":1,"summary":"app-containers\/incus: stabilize 6.0.0-r1 for amd64"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ff226f223a2f69be9add345a9f09c81b9924df3f","committime":"2024-04-29T08:34:08","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"72b47b4006a738b0e0916cb8abec7a1bb023f2d5","committime":"2024-04-29T08:13:28","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 0.6-r1, 0.7"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"edda6ff4fb09c9631b63b56d1f94a186f7dfff52","committime":"2024-04-23T10:49:13","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Closes: https:\/\/bugs.gentoo.org\/930496\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"c0245e236d57d775fdf7f29bfcb7d0b4c78d8d49","committime":"2024-04-23T10:42:56","packageid":76579,"repoid":1,"summary":"app-containers\/incus: toggle cross-compiler logic in src_install"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"baf4cc421b1a2906422c0c68967c8e5ec5fba341","committime":"2024-04-22T17:25:19","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f7bdbc0638f83185b3be72ad6d084d222058483d","committime":"2024-04-22T17:01:54","packageid":76579,"repoid":1,"summary":"app-containers\/incus: directly inherit toolchain-funcs.eclass"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- when cross-compiling.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"40234f16b39e70b38f573ab0055da2284683b1d3","committime":"2024-04-22T17:00:58","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add note about shell completion files missing"},{"authoremail":"mtortuyaux@microsoft.com","authorname":"Mathieu Tortuyaux","body":"* explicitly call the *src_unpack\n* set Go installation PATH if cross compilation is detected\n\nSigned-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/36323\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f3faf2fcadfad9548143381d664217296c4ecfc2","committime":"2024-04-19T13:10:17","packageid":76579,"repoid":1,"summary":"app-containers\/incus: fix cross compilation issue on 6.0.0"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"08458dc2d1c44850318dae469d0b45d28cc9d9e7","committime":"2024-04-05T08:03:52","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f5d21fa218bc2ae19e1f1261e7365cad07944c49","committime":"2024-04-05T07:56:12","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 6.0.0"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c10ed83da9431f4afb5e37083edc6d5d7b8cd497","committime":"2024-03-26T08:33:43","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"2560a1c5b151013d1febab6b3b9b11d2574b4074","committime":"2024-03-26T08:27:46","packageid":76579,"repoid":1,"summary":"app-containers\/incus: build the new incus-simplestreams binary too"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e6c0e5c2e7f50a0027c26fc515895b82265bbd90","committime":"2024-03-26T06:48:53","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- install bash, fish and zsh completion files.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"24bf828ae7d2db1db33acc2d5c5c7bff20ad396a","committime":"2024-03-26T06:36:56","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 0.7"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"352c42004d367dece0fc1e455b7fcdf7389ac33e","committime":"2024-02-26T09:03:53","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"32ac32f5bf34d23b6b9316529ebf7607f233588e","committime":"2024-02-26T08:50:15","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 0.5, 0.5.1, 0.5.1-r1, 0.6"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"00726a92d1290cda9a160364e7e3b0ab6415a9de","committime":"2024-02-24T09:18:49","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f5dc8f452e48b073b51ee4c091e863df3d18e127","committime":"2024-02-24T09:10:51","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add upstream patch to 0.6 for column handling"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e587b211c568b645012121ad2aeb014b4af9b9b9","committime":"2024-02-23T08:03:49","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"5d3a589a71ffb91c1acbe245d036d82a5199c894","committime":"2024-02-23T07:41:31","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 0.6"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c96574aafc83146c0d4534fc8759c66a046c3c76","committime":"2024-02-13T06:33:46","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"52056737f065ecd8ed99d3459793bebe435800ea","committime":"2024-02-13T06:27:24","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add cdrtools as vm 'optfeature' for its mkisofs"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"aa3edae8f33db16914c692a8b5cd24634837669e","committime":"2024-01-31T07:48:19","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- upstream issue #455.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"9fc8db26611825de182020e86f5b00db65f8f58b","committime":"2024-01-31T07:35:48","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add an upstream patch to fix some VM issues"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"d2ec6515021d1cd1594a1c9e35400186ea07d42f","committime":"2024-01-31T07:33:20","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"bb3e34d05be918cdacc54c221bc65293e46f3651","committime":"2024-01-31T07:08:13","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 0.3-r1, 0.4-r1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"f8528b3f0120ebb667beb1fd0ec7e885497ba717","committime":"2024-01-29T07:48:07","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"5ecab11130fbe38eec2f4b2559e65ab73272f817","committime":"2024-01-29T07:42:45","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 0.5.1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4ed0f42a582583697745bb811aeadd452cdbd542","committime":"2024-01-26T07:03:07","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Bug: https:\/\/bugs.gentoo.org\/920527\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"07d9416a29bd333352f5bc72669d50e0bff523df","committime":"2024-01-26T06:50:56","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 0.5"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0a2b443b72051e5e3dcdb0295ffc32bdb091cd0f","committime":"2024-01-07T09:17:49","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"b509d6f2d8b7b8d07ef5b0ea41d2bc7c7fbf5eee","committime":"2024-01-07T09:04:55","packageid":76579,"repoid":1,"summary":"app-containers\/incus: Keyword 0.4-r1 arm64, #921358"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"be0e5dc6d83d5d5bca2726aecd1d11aa3c7d499d","committime":"2024-01-06T09:47:38","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"1bcde1f7089b1eb3994829cafe57498b132b6acd","committime":"2024-01-06T09:28:04","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 0.3"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b0f5051af246ca1d565aa0cd594a1dc93f92f8ab","committime":"2024-01-04T07:18:53","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- apparently some weird systems are symlinking \/usr\/sbin into \/usr\/bin !\n\nBug: https:\/\/bugs.gentoo.org\/920527\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"f8e8469a8b05e225f567701648223b24aae7c348","committime":"2024-01-04T06:59:55","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 'fuidshift' use flag that conflicts with lxd"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7c96c0fb001efc7c64151c903cb3405998ce55d2","committime":"2023-12-27T17:31:54","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"40cd9f4da4a3fb9f34c7f926e9d2ea5ab67f6bb7","committime":"2023-12-27T17:20:33","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add a wiki.gentoo.org\/Incus link"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- both openrc and systemd init.d \/ service files updated to match how\n   upstream intends them to be used\n   https:\/\/linuxcontainers.org\/incus\/docs\/main\/packaging\/#init-scripts\n - include fuidshift again, installed in \/usr\/sbin like it's supposed to.\n   Won't collide with lxd's fuidshift.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/34449","commitid":"8b444fdf558229dfaa8af62834399d594ca169c0","committime":"2023-12-23T17:14:38","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 0.4"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"1e1ecf66db64e4a7d63895114c3ab2ba140857a5","committime":"2023-12-13T08:18:45","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- for lxd-to-incus tool.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"ede01cc9457106602b6f48aa9e76d06c07dd512e","committime":"2023-12-13T08:08:05","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add lxd-5.20 compatibility patch"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7589dc9594a8a89c394dd72ef01839f854c2be40","committime":"2023-12-08T07:01:54","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"a1352d545ad07c3b23775bb7e73b5d90da0e598d","committime":"2023-12-08T06:46:46","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 0.2-r1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5a94d1a2527c5c9510afb11ff24ea821a2372f17","committime":"2023-11-27T07:31:52","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"6d951f9d71c18692442465c62b67e5ff6d2a5bc6","committime":"2023-11-27T07:18:01","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 0.3"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5f020071b71c4bc675de33982578440ab5c10598","committime":"2023-11-01T13:31:48","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"6b7e1c0855837dd6595a30896ab34dcc0955d489","committime":"2023-11-01T13:13:35","packageid":76579,"repoid":1,"summary":"app-containers\/incus: drop 0.1-r2"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"407072b35bf389685ef40fc732f846aaafe930a7","committime":"2023-10-31T20:08:09","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"floppym@gentoo.org","authorname":"Mike Gilbert","body":"Signed-off-by: Mike Gilbert <floppym@gentoo.org>","commitid":"78213a89b4a602460bf81ba5fab8eed561091ade","committime":"2023-10-31T18:12:52","packageid":76579,"repoid":1,"summary":"Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"1e0cffd896a77c627a4578e70c56482e4146337d","committime":"2023-10-30T13:01:50","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"7469a09067036c4887f0a7babdbe0a04123fe068","committime":"2023-10-30T12:44:10","packageid":76579,"repoid":1,"summary":"app-containers\/incus: lxd-to-incus: add upstream openrc patch"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"071afd7a8163f1e02ee2b14a1988f6273a5147d6","committime":"2023-10-29T09:16:44","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- lxd-to-incus binary included. Note that it doesn't currently fully\n   work on Gentoo, and not at all on OpenRC systems. Please contribute\n   to upstream to get OpenRC support.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"d9df6e5a682db79060da9c9ad6d8bf237afce11e","committime":"2023-10-29T09:03:26","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add 0.2"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"1558fb0f4ac2629948c12acd4ac30b3089fe3ebc","committime":"2023-10-19T16:16:51","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"db6aa67dee894df3667827120df2b3039aed4a81","committime":"2023-10-19T16:04:43","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add optfeature for incus-migrate"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c6a7f64db5af0d87f92b02435fc5e9baaa3b93dd","committime":"2023-10-14T19:32:22","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- fuidshift is a nice extra tool but not critical to incus (or lxd).\n   This makes installing incus and lxd parallel possible. Fuidshift\n   can still be gotten from lxd. This change is also the initial step\n   required to get lxd-to-incus tool working, arriving most likely on\n   next incus version (upstream issue #166).\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"3e2a74f524f861a20710687ba255eafa044f33d0","committime":"2023-10-14T19:25:55","packageid":76579,"repoid":1,"summary":"app-containers\/incus: don't install fuidshift binary"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"643e814e3cfe205a0d867ebfeb42155fa5e28f67","committime":"2023-10-14T11:16:45","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"561e9e6857f3fe4273eda60186e74ad9763a03e5","committime":"2023-10-14T11:11:32","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add missing group dep for incus-admin"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ef6ce2dfa7f2753589a39b4448b970f73bbc4ac5","committime":"2023-10-13T17:31:50","packageid":76579,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"6e8a4af158691ab67b3172844b382893a206ce07","committime":"2023-10-13T17:21:45","packageid":76579,"repoid":1,"summary":"app-containers\/incus: add\/fix apparmor & qemu support"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"- incus is a fork from Canonical's LXD.\n\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/33278","commitid":"380968ba252854f366618716ca1b8d2f074d14b2","committime":"2023-10-10T13:09:30","packageid":76579,"repoid":1,"summary":"app-containers\/incus: new package, add 0.1"}],"dependencies":[{"block":false,"categoryid":393,"description":"An extremely fast compression and decompression library","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","name":"lzo","packageid":42219},{"block":false,"categoryid":402,"description":"Small forwarding DNS server","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"chutzpah@gentoo.org","maintainername":"Patrick McLean","name":"dnsmasq","packageid":47250},{"block":false,"categoryid":381,"description":"POSIX 1003.1e capabilities","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"libcap","packageid":48479},{"block":false,"categoryid":452,"description":"SQL database engine","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"arfrever.fta@gmail.com","maintainername":"Arfrever Frehtes Taifersar Arahesis","name":"sqlite","packageid":50388},{"block":false,"categoryid":449,"description":"Utils for managing LZMA compressed files","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"xz-utils","packageid":53735},{"block":false,"categoryid":428,"description":"Computes changes between binary or text files and creates deltas","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"mgorny@gentoo.org","maintainername":"Michał Górny","name":"xdelta","packageid":53874},{"block":false,"categoryid":396,"description":"Virtual to select between different udev daemon providers","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2012-11-25T14:37:31.892773","maintainer":"udev-bugs@gentoo.org","name":"udev","packageid":60055},{"block":false,"categoryid":393,"description":"C implementation of the Raft consensus protocol","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2020-10-23T09:20:19.221641","name":"raft","packageid":72139,"summary":"The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I\/O implementation for networking (send\/receive RPC messages) and disk persistence (store log entries and snapshots)."},{"block":false,"categoryid":1494,"description":"A userspace interface for the Linux kernel containment features","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2021-12-21T02:39:19.961620","name":"lxc","packageid":73874},{"block":false,"categoryid":1490,"description":"Group for app-containers\/incus","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2023-10-13T18:50:11.826457","name":"incus","packageid":76578},{"block":false,"categoryid":393,"description":"Embeddable, replicated and fault tolerant SQL engine (fork of dqlite)","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2023-10-13T18:50:11.826457","name":"cowsql","packageid":76580,"summary":"cowsql is a C library that implements an embeddable and replicated SQL database engine with high-availability and automatic failover. Cowsql is a fork from dqlite. The acronym \"dqlite\" stands for \"distributed SQLite\", meaning that dqlite extends SQLite with a network protocol that can connect together various instances of your application and have them act as a highly-available cluster, with no dependency on external databases."},{"block":false,"categoryid":1490,"description":"Group for app-containers\/incus","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2023-10-14T12:33:53.785538","name":"incus-admin","packageid":76582}],"depending":[],"ebuilds":[{"archs":[],"ebuildid":881744,"firstseen":"2025-11-10T08:44:00.316817","license":"Apache-2.0 BSD LGPL-3 MIT","moddate":"2026-03-28T18:04:16","packageid":76579,"repoid":1,"slot":"0\/stable","uses":["apparmor","fuidshift","nls","qemu","selinux","verify-sig"],"version":"9999"},{"archs":["~amd64","~arm64"],"ebuildid":894061,"firstseen":"2026-04-01T18:01:44.884085","license":"Apache-2.0 BSD LGPL-3 MIT","moddate":"2026-04-01T17:01:44","packageid":76579,"repoid":1,"slot":"0\/stable","uses":["apparmor","fuidshift","nls","qemu","selinux","verify-sig"],"version":"6.23"},{"archs":["~amd64","~arm64"],"ebuildid":891226,"firstseen":"2026-02-28T13:52:28.679208","license":"Apache-2.0 BSD LGPL-3 MIT","moddate":"2026-03-28T18:04:16","packageid":76579,"repoid":1,"slot":"0\/stable","uses":["apparmor","fuidshift","nls","qemu","selinux","verify-sig"],"version":"6.22"},{"archs":["~amd64","~arm64"],"ebuildid":888147,"firstseen":"2026-01-25T23:03:23.368379","license":"Apache-2.0 BSD LGPL-3 MIT","moddate":"2026-03-28T18:04:16","packageid":76579,"repoid":1,"slot":"0\/stable","uses":["apparmor","fuidshift","nls","qemu","selinux","verify-sig"],"version":"6.21"},{"archs":["~amd64","~arm64"],"ebuildid":892731,"firstseen":"2026-03-14T09:02:54.290055","license":"Apache-2.0 BSD LGPL-3 MIT","moddate":"2026-03-28T18:04:16","packageid":76579,"repoid":1,"slot":"0\/lts","uses":["apparmor","fuidshift","nls","qemu","verify-sig"],"version":"6.0.6"},{"archs":["amd64","~arm64"],"ebuildid":888127,"firstseen":"2026-01-25T16:11:51.939365","license":"Apache-2.0 BSD LGPL-3 MIT","moddate":"2026-03-28T18:04:16","packageid":76579,"repoid":1,"slot":"0\/lts","uses":["apparmor","fuidshift","nls","qemu","verify-sig"],"version":"6.0.5-r1"}],"masks":[],"package":{"categoryid":1494,"description":"Modern, secure and powerful system container and virtual machine manager","firstseen":"2023-10-13T18:50:11.826457","name":"incus","packageid":76579,"summary":"Incus is a modern, secure and powerful system container and virtual machine manager. Incus is a community fork from Canonical's LXD. It provides a unified experience for running and managing full Linux systems inside containers or virtual machines. Incus supplies images for a wide number of Linux distributions and is built around a very powerful, yet pretty simple, REST API. Incus scales from one instance on a single machine to a cluster in a full data center rack, making it suitable for running workloads both for development and in production. Incus allows you to easily set up a system that feels like a small private cloud. You can run any type of workload in an efficient way while keeping your resources optimized. You should consider using Incus if you want to containerize different environments or run virtual machines, or in general run and manage your infrastructure in a cost-effective way."},"rdependencies":[{"block":false,"categoryid":393,"description":"An extremely fast compression and decompression library","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","name":"lzo","packageid":42219},{"block":false,"categoryid":343,"description":"kernel routing and traffic control utilities","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"iproute2","packageid":46121},{"block":false,"categoryid":394,"description":"An interface for filesystems implemented in userspace","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"radhermit@gentoo.org","maintainername":"Tim Harder","name":"fuse","packageid":46535},{"block":false,"categoryid":402,"description":"Small forwarding DNS server","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"chutzpah@gentoo.org","maintainername":"Patrick McLean","name":"dnsmasq","packageid":47250},{"block":false,"categoryid":381,"description":"POSIX 1003.1e capabilities","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"libcap","packageid":48479},{"block":false,"categoryid":452,"description":"SQL database engine","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"arfrever.fta@gmail.com","maintainername":"Arfrever Frehtes Taifersar Arahesis","name":"sqlite","packageid":50388},{"block":false,"categoryid":394,"description":"Tools to create and extract Squashfs filesystems","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"livecd@gentoo.org","maintainername":"Gentoo LiveCD Project","name":"squashfs-tools","packageid":50527},{"block":false,"categoryid":449,"description":"Utils for managing LZMA compressed files","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"xz-utils","packageid":53735},{"block":false,"categoryid":428,"description":"Computes changes between binary or text files and creates deltas","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"mgorny@gentoo.org","maintainername":"Michał Górny","name":"xdelta","packageid":53874},{"block":false,"categoryid":370,"description":"Linux kernel (2.4+) firewall, NAT and packet mangling tools","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"iptables","packageid":53887,"summary":"iptables is the userspace command line program used to set up, maintain, and inspect the tables of IPv4 packet filter rules in the Linux kernel. It's a part of packet filtering framework which allows the stateless and stateful packet filtering, all kinds of network address and port translation, and is a flexible and extensible infrastructure with multiple layers of API's for 3rd party extensions. The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 packet filter. Note that some extensions (e.g. imq and l7filter) are not included into official kernel sources so you have to patch the sources before installation."},{"block":false,"categoryid":396,"description":"Virtual for acl support (sys\/acl.h)","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"bsd@gentoo.org","maintainername":"BSD Project","name":"acl","packageid":53978},{"block":false,"categoryid":321,"description":"QEMU + Kernel-based Virtual Machine userland tools","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"qemu@gentoo.org","maintainername":"Gentoo QEMU Project","name":"qemu","packageid":54810},{"block":false,"categoryid":366,"description":"A set of tools for CD\/DVD reading and recording, including cdrecord","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"billie@gentoo.org","maintainername":"Daniel Pielmeier","name":"cdrtools","packageid":54980},{"block":false,"categoryid":370,"description":"Controls Ethernet frame filtering on a Linux bridge, MAC NAT and brouting","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"ebtables","packageid":55466},{"block":false,"categoryid":343,"description":"GPT partition table manipulator for Linux","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2011-04-02T14:39:16.681461","maintainer":"polynomial-c@gentoo.org","maintainername":"Lars Wendler","name":"gptfdisk","packageid":57192},{"block":false,"categoryid":396,"description":"Virtual to select between different udev daemon providers","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2012-11-25T14:37:31.892773","maintainer":"udev-bugs@gentoo.org","name":"udev","packageid":60055},{"block":false,"categoryid":441,"description":"A collection of profiles for the AppArmor application security system","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2013-12-04T14:37:12.920080","maintainer":"kensington@gentoo.org","maintainername":"Gentoo Hardened","name":"apparmor-profiles","packageid":61666},{"block":false,"categoryid":370,"description":"Linux kernel firewall, NAT and packet mangling tools","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2014-01-25T14:37:51.807581","maintainer":"nvinson234@gmail.com","maintainername":"Nicholas Vinson","name":"nftables","packageid":61863},{"block":false,"categoryid":394,"description":"FUSE filesystem for LXC","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2015-11-23T14:42:19.884230","maintainer":"stasibear@gentoo.org","maintainername":"Erik Mackdanz","name":"lxcfs","packageid":64719,"summary":"LXCFS is a simple userspace filesystem designed to provide a cgroupfs-like tree which is container aware and a set of files which can be bind-mounted over their \/proc originals to provide cgroup-aware values."},{"block":false,"categoryid":393,"description":"C implementation of the Raft consensus protocol","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2020-10-23T09:20:19.221641","name":"raft","packageid":72139,"summary":"The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I\/O implementation for networking (send\/receive RPC messages) and disk persistence (store log entries and snapshots)."},{"block":true,"categoryid":1494,"description":"Modern, secure and powerful system container and virtual machine manager","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2021-12-21T02:39:19.961620","name":"lxd","packageid":73872,"summary":"LXD is a modern, secure and powerful system container and virtual machine manager. It provides a unified experience for running and managing full Linux systems inside containers or virtual machines. LXD supplies images for a wide number of Linux distributions and is built around a very powerful, yet pretty simple, REST API. LXD scales from one instance on a single machine to a cluster in a full data center rack, making it suitable for running workloads both for development and in production. LXD allows you to easily set up a system that feels like a small private cloud. You can run any type of workload in an efficient way while keeping your resources optimized. You should consider using LXD if you want to containerize different environments or run virtual machines, or in general run and manage your infrastructure in a cost-effective way."},{"block":false,"categoryid":1494,"description":"A userspace interface for the Linux kernel containment features","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2021-12-21T02:39:19.961620","name":"lxc","packageid":73874},{"block":false,"categoryid":1490,"description":"Group for app-containers\/incus","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2023-10-13T18:50:11.826457","name":"incus","packageid":76578},{"block":false,"categoryid":393,"description":"Embeddable, replicated and fault tolerant SQL engine (fork of dqlite)","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2023-10-13T18:50:11.826457","name":"cowsql","packageid":76580,"summary":"cowsql is a C library that implements an embeddable and replicated SQL database engine with high-availability and automatic failover. Cowsql is a fork from dqlite. The acronym \"dqlite\" stands for \"distributed SQLite\", meaning that dqlite extends SQLite with a network protocol that can connect together various instances of your application and have them act as a highly-available cluster, with no dependency on external databases."},{"block":false,"categoryid":1490,"description":"Group for app-containers\/incus","ebuildids":[881744,888127,888147,891226,892731,894061],"firstseen":"2023-10-14T12:33:53.785538","name":"incus-admin","packageid":76582}],"repos":[{"branch":"master","lastcommit":"82366aa45a35f6900f43023917c2c86ccdbb00a3","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/github.com\/lxc\/incus","https:\/\/linuxcontainers.org\/incus\/introduction\/"],"uses":[{"description":"Enable support for the AppArmor application security system","isdefault":false,"use":"apparmor"},{"description":"Install the fuidshift binary - currently conflicts with app-containers\/lxd","isdefault":false,"packageid":76579,"use":"fuidshift"},{"description":"Add Native Language Support (using gettext - GNU locale utilities)","isdefault":false,"use":"nls"},{"description":"Pull dependencies needed to manage QEMU-based virtual machines with Incus","isdefault":false,"packageid":76579,"use":"qemu"},{"description":"!!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur","isdefault":false,"use":"selinux"},{"description":"Verify upstream signatures on distfiles","isdefault":false,"use":"verify-sig"}]}