Skip to content

Commit

Permalink
Merge pull request #2575 from mariux64/polkit-add-patch-for-cve-2021-…
Browse files Browse the repository at this point in the history
…4034

Polkit add patch for CVE 2021 4034
  • Loading branch information
thomas authored Jan 26, 2022
2 parents a33b967 + 295963c commit cfeead8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions polkit.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION polkit-0.115-1
# BEE_VERSION polkit-0.115-2

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,14 +9,16 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]=" https://www.freedesktop.org/software/polkit/releases/polkit-${PKGVERSION}.tar.gz"
# orig https://www.freedesktop.org/software/polkit/releases/polkit-${PKGVERSION}.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/f03b055d6ae5fc8eac76838c7d83d082/polkit-0.115.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

PATCHURL+=(/src/mariux/patches/polkit-0.115-security_patch-2.patch)
PATCHURL+=(/src/mariux/patches/0001-GHSL-2021-074-authentication-bypass-vulnerability-in.patch)
PATCHURL+=("https://beehive.molgen.mpg.de/252c1b18ba86a7b05840e992321f4639/polkit-0.115-security_patch-2.patch")
PATCHURL+=("https://beehive.molgen.mpg.de/bcf14dcb31568b749c4d163cf8878241/0001-GHSL-2021-074-authentication-bypass-vulnerability-in.patch")
PATCHURL+=("https://beehive.molgen.mpg.de/3aa2c730edd4db0b4028a9b8fb887163/polkit-0.115-cve-2021-4034.patch")

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit cfeead8

Please sign in to comment.