From ec7479753eb2d072509645c88b0b832f210558f7 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 18 Jan 2023 16:52:11 +0100 Subject: [PATCH] linux: Add version 5.15.89 Add version 5.15.89 and remove version 5.15.88. The kernel mariux-5.15.89-445.tar.gz contains another patch which shoud avoid the "request-key: Cannot find command to construct key ,,;" messages in the syslog with a sec=mariux nfs client. --- linux-5.15.88-444.bee => linux-5.15.89-445.bee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename linux-5.15.88-444.bee => linux-5.15.89-445.bee (83%) diff --git a/linux-5.15.88-444.bee b/linux-5.15.89-445.bee similarity index 83% rename from linux-5.15.88-444.bee rename to linux-5.15.89-445.bee index d5b7da77c..4d50ef556 100755 --- a/linux-5.15.88-444.bee +++ b/linux-5.15.89-445.bee @@ -9,8 +9,8 @@ KERNELVERSION=${KERNELVERSION}${PKGEXTRAVERSION_DASH} echo $KERNELVERSION -SRCURL[0]="https://github.molgen.mpg.de/mariux64/linux/archive/refs/tags/mariux-$KERNELVERSION-$PKGREVISION.tar.gz" -#SRCURL[0]="https://beehive.molgen.mpg.de/21220f2c31c56ddae59c34a5dd5a99b8/mariux-5.15.86-443.tar.gz" +#SRCURL[0]="https://github.molgen.mpg.de/mariux64/linux/archive/refs/tags/mariux-$KERNELVERSION-$PKGREVISION.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/77597078ddd3447d777e4a251d43b8a9/mariux-5.15.89-445.tar.gz" KERNELLOCAL=".mx64.${PKGREVISION}" FULLKERNELVERSION="${KERNELVERSION}${KERNELLOCAL}"