From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] krb5: Update to 1.20 Date: Thu, 14 Jul 2022 10:27:59 +0000 Message-ID: <8d57c978-3758-1cf3-019a-50b156f38ea5@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4617038169087866985==" List-Id: --===============4617038169087866985== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please refer to https://web.mit.edu/kerberos/krb5-1.20/ for the release notes of this version. No rootfile changes were necessary. Signed-off-by: Peter M=C3=BCller --- lfs/krb5 | 9 +++------ .../krb5-1.18.3_prevent_spurious_text.patch | 18 ------------------ 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 src/patches/krb5-1.18.3_prevent_spurious_text.patch diff --git a/lfs/krb5 b/lfs/krb5 index e08948005..ce7d52d11 100644 --- a/lfs/krb5 +++ b/lfs/krb5 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2021 IPFire Team = # +# Copyright (C) 2007-2022 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Kerberos =20 -VER =3D 1.19.2 +VER =3D 1.20 =20 THISAPP =3D krb5-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 963722721201e75381c91a2af6e982f569a5b1602beb2d1ded83d3= 5f6f914235a6ed91e5d54f56c97e94921a32ed27c49aded258327966ee13d39485208c38d8 +$(DL_FILE)_BLAKE2 =3D fdaaab6c16dbe073c4308f312e321536b582b75fad10e5450be66b= 6b828825c8c775e56f5287d4a7df819d20889e5c0d9cc1d179d861c9caba185332c0db7387 =20 install : $(TARGET) =20 @@ -77,10 +77,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_SRC)/$(THISAPP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FI= LE) - - cd $(DIR_APP) && patch -Np2 -i $(DIR_SRC)/src/patches/krb5-1.18.3_prevent_s= purious_text.patch cd $(DIR_APP) && patch -Np2 -i $(DIR_SRC)/src/patches/krb5-1.18.3_remove_kn= own_failed_test.patch - cd $(DIR_APP) && ./configure \ --prefix=3D/usr \ --sysconfdir=3D/etc \ diff --git a/src/patches/krb5-1.18.3_prevent_spurious_text.patch b/src/patche= s/krb5-1.18.3_prevent_spurious_text.patch deleted file mode 100644 index 0e3015379..000000000 --- a/src/patches/krb5-1.18.3_prevent_spurious_text.patch +++ /dev/null @@ -1,18 +0,0 @@ -Submitted By: linuxfromscratch DOT org -Date: 2020-11-19=20 -Initial Package Version: 1.18.3 -Origin: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/mitkrb.html -Description: Patch increases the width of the virtual terminal used for some= tests to prevent some spurious text in the output which is taken as a failur= e. - -diff --color -Nur krb5-1.18.3.orig/src/tests/dejagnu/config/default.exp krb5= -1.18.3/src/tests/dejagnu/config/default.exp ---- krb5-1.18.3.orig/src/tests/dejagnu/config/default.exp 2020-12-07 04:51:1= 2.997708618 +0100 -+++ krb5-1.18.3/src/tests/dejagnu/config/default.exp 2020-12-07 04:56:29.805= 839425 +0100 -@@ -12,7 +12,7 @@ - # realm name, defaulting to KRBTEST.COM. -=20 - set timeout 100 --set stty_init {erase \^h kill \^u} -+set stty_init {erase \^h kill \^u cols 300} - set env(TERM) dumb -=20 - set des3_krbtgt 0 --=20 2.35.3 --===============4617038169087866985==--