Skip to content

keyutils: Update version from 1.5.11 to 1.6.3 #3022

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 3 additions & 10 deletions keyutils.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION keyutils-1.5.11-2
# BEE_VERSION keyutils-1.6.3-0

# path /sbin/request-key is harcoded into the kernel in security/keys/request_key.c
#
EPREFIX=

#SRCURL[0]="https://people.redhat.com/~dhowells/keyutils/keyutils-${PKGVERSION}.tar.bz2"
#ERROR: The certificate of ‘people.redhat.com’ is not trusted.
#ERROR: The certificate of ‘people.redhat.com’ doesn't have a known issuer.

SRCURL[0]="https://beehive.molgen.mpg.de/bcc0984181572461850a37c39f8b167a/keyutils-1.5.11.tar.bz2"
#SRCURL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/6b70b2b381c1b6d9adfaf66d5d3e7c00/keyutils-1.6.3.tar.gz"

# PATCHURL+=()

Expand Down