mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 08:12:54 +02:00
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:
18
src/patches/krb5-1.18.3_remove_known_failed_test.patch
Normal file
18
src/patches/krb5-1.18.3_remove_known_failed_test.patch
Normal 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
|
||||
Reference in New Issue
Block a user