From 1d134076e984639696705e4c7189edd0f0231985 Mon Sep 17 00:00:00 2001 From: Mark Gomersbach Date: Tue, 22 Oct 2024 15:12:56 +0200 Subject: [PATCH 1/2] fix(portage): allow distfiles download via aria2 --- profiles/chinstrap/base/package.accept_keywords/aria2fetch | 2 ++ profiles/chinstrap/base/package.use/aria2fetch | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 profiles/chinstrap/base/package.accept_keywords/aria2fetch create mode 100644 profiles/chinstrap/base/package.use/aria2fetch diff --git a/profiles/chinstrap/base/package.accept_keywords/aria2fetch b/profiles/chinstrap/base/package.accept_keywords/aria2fetch new file mode 100644 index 0000000..d294a75 --- /dev/null +++ b/profiles/chinstrap/base/package.accept_keywords/aria2fetch @@ -0,0 +1,2 @@ +# allow for parallel fetch from multiple mirrors in portage via aria2 +app-portage/fetchcommandwrapper ~* diff --git a/profiles/chinstrap/base/package.use/aria2fetch b/profiles/chinstrap/base/package.use/aria2fetch new file mode 100644 index 0000000..580f431 --- /dev/null +++ b/profiles/chinstrap/base/package.use/aria2fetch @@ -0,0 +1,2 @@ +# for fetchcommandwrapper +net-misc/aria2 metalink xmlrpc From 1d9c0f1da155e612b5d85922c1522463dded9600 Mon Sep 17 00:00:00 2001 From: Mark Gomersbach Date: Tue, 22 Oct 2024 15:23:25 +0200 Subject: [PATCH 2/2] fix(openldap): add sasl useflag --- profiles/chinstrap/security/package.use/sssd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/chinstrap/security/package.use/sssd b/profiles/chinstrap/security/package.use/sssd index 60e5b31..b6abedb 100644 --- a/profiles/chinstrap/security/package.use/sssd +++ b/profiles/chinstrap/security/package.use/sssd @@ -1,5 +1,5 @@ app-admin/sudo sssd sys-auth/pambase sssd -net-nds/openldap experimental +net-nds/openldap experimental sasl sys-auth/sssd sudo net-fs/samba winbind