Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2831 from mariux64/update-sudo
sudo: Update version from 1.8.31p2 to 1.9.12p2
  • Loading branch information
donald committed Jan 19, 2023
2 parents 309a61b + 9b35fd8 commit 49296c4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions sudo.be0
@@ -1,16 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION sudo-1.8.31p2-0
# BEE_VERSION sudo-1.9.12p2-0

SRCURL[0]="https://www.sudo.ws/sudo/dist/sudo-${PKGVERSION}${PKGEXTRAVERSION:+${PKGEXTRAVERSION}}.tar.gz"
#SRCURL[0]="https://www.sudo.ws/sudo/dist/sudo-${PKGVERSION}${PKGEXTRAVERSION:+${PKGEXTRAVERSION}}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/2c67b10f2aca4698eef0491142653382/sudo-1.9.12p2.tar.gz"

PATCHURL+=(/src/mariux/patches/CVE-2021-3156-pre1.patch)
PATCHURL+=(/src/mariux/patches/CVE-2021-3156-1.patch)
PATCHURL+=(/src/mariux/patches/CVE-2021-3156-2.patch)
PATCHURL+=(/src/mariux/patches/CVE-2021-3156-3.patch)
PATCHURL+=(/src/mariux/patches/CVE-2021-3156-4.patch)
PATCHURL+=(/src/mariux/patches/CVE-2021-3156-5.patch)
PATCHURL+=(/src/mariux/patches/CVE-2021-23239.patch)

# BEE_CONFIGURE=compat

Expand All @@ -33,7 +27,7 @@ mee_patch_post() {
-e '/ROOT=true/s/true/false/' \
-e '/CHOWNIT=true/s/true/false/' \
-e '/CHGROUPIT=true/s/true/false/' \
install-sh
scripts/install-sh
}

mee_configure() {
Expand Down

0 comments on commit 49296c4

Please sign in to comment.