From 06b07360be6bd0371fdff3c3131dbca0f3345f2e Mon Sep 17 00:00:00 2001 From: Kevin Daudt <kdaudt@alpinelinux.org> Date: Fri, 19 Nov 2021 17:09:53 +0000 Subject: [PATCH] community/sudo: move from main sudo has no LTS versions, and any security vulnerability needs to be manually backported to the last 4 alpine releases we support (2 years). That combined with the large attack surface that sudo has, we have decided to move sudo to community. A simple alternative to sudo in main is doas. See: [TSC#1](https://gitlab.alpinelinux.org/alpine/tsc/-/issues/1) --- .../sudo/0001-Use-our-own-getentropy-by-default-on-Linux.patch | 0 {main => community}/sudo/APKBUILD | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {main => community}/sudo/0001-Use-our-own-getentropy-by-default-on-Linux.patch (100%) rename {main => community}/sudo/APKBUILD (100%) diff --git a/main/sudo/0001-Use-our-own-getentropy-by-default-on-Linux.patch b/community/sudo/0001-Use-our-own-getentropy-by-default-on-Linux.patch similarity index 100% rename from main/sudo/0001-Use-our-own-getentropy-by-default-on-Linux.patch rename to community/sudo/0001-Use-our-own-getentropy-by-default-on-Linux.patch diff --git a/main/sudo/APKBUILD b/community/sudo/APKBUILD similarity index 100% rename from main/sudo/APKBUILD rename to community/sudo/APKBUILD -- GitLab