Skip to content

Commit

Permalink
polkit: Switch to beehive
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Jan 26, 2022
1 parent a33b967 commit 9ed7c7d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 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,15 @@
## 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")

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

0 comments on commit 9ed7c7d

Please sign in to comment.