kerberos: Update to version 1.18.3

Since version 1.15.2 several fixes and enhancements has been introduced.
For a full overview the release notes can be found in the next lines.

https://web.mit.edu/kerberos/krb5-1.16/
https://web.mit.edu/kerberos/krb5-1.17/
https://web.mit.edu/kerberos/krb5-1.18/

Signed-off-by: ummeegge <erik.kapfer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
ummeegge
2020-12-07 14:23:05 +00:00
committed by Michael Tremer
parent 14baf8472a
commit 50752f1b61
4 changed files with 60 additions and 20 deletions

View File

@@ -0,0 +1,18 @@
Submitted By: linuxfromscratch DOT org
Date: 2020-11-19
Initial Package Version: 1.18.3
Origin: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/mitkrb.html
Description: Patch removes a test that is known to fail.
diff --color -Nur krb5-1.18.3.orig/src/plugins/kdb/db2/libdb2/test/run.test krb5-1.18.3/src/plugins/kdb/db2/libdb2/test/run.test
--- krb5-1.18.3.orig/src/plugins/kdb/db2/libdb2/test/run.test 2020-12-07 04:58:27.210999666 +0100
+++ krb5-1.18.3/src/plugins/kdb/db2/libdb2/test/run.test 2020-12-07 04:58:48.579210832 +0100
@@ -38,7 +38,7 @@
find $bindir -type f -exec test -r {} \; -print | head -100 > $BINFILES
if [ $# -eq 0 ]; then
- for t in 1 2 3 4 5 6 7 8 9 10 11 12 13 20 40 41 50 60 61 62 63; do
+ for t in 1 2 3 4 5 6 7 8 9 10 11 13 20 40 41 50 60 61 62 63; do
test$t
done
else