Skip to content

Commit

Permalink
sudo: Update to version 1.8.31p2 and add patches
Browse files Browse the repository at this point in the history
security fix CVE-2021-3156 CVE-2021-23239
  • Loading branch information
david committed Jan 27, 2021
1 parent 021b577 commit bdecfce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sudo.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION sudo-1.8.28-0
# BEE_VERSION sudo-1.8.31p2-0

SRCURL[0]="https://www.sudo.ws/sudo/dist/sudo-${PKGVERSION}${PKGEXTRAVERSION:+${PKGEXTRAVERSION}}.tar.gz"

PATCHURL[0]=""
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 Down

0 comments on commit bdecfce

Please sign in to comment.