From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] oath-toolkit: Update to version 2.6.9 Date: Mon, 24 Jul 2023 18:15:40 +0200 Message-ID: <20230724161546.2683103-3-adolf.belka@ipfire.org> In-Reply-To: <20230724161546.2683103-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6793502876564100583==" List-Id: --===============6793502876564100583== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.6.7 to 2.6.9 - Update of rootfile not required - Changelog 2.6.9 (released 2023-07-09) ** Improve compatibility with recent libxmlsec. ** Update gnulib files, dropping gnulib self-tests. 2.6.8 (released 2023-07-09) ** libpskc: Fixes for recent libxmlsec releases. ** pam_oath: Provide fallback pam_modutil_getpwnam implementation. Fixes on Mac OS. Patch from Nick Gaya . ** pam_oath: Don't fail authentication when pam_modutil_getpwnam doesn't ** know the user when usersfile don't include ${USER} or ${HOME}. Closes: #2= 7. Regression introduced in previous release. Reported by Nick Gaya . ** pam_oath: Self-test improvements. Patch from Nick Gaya . ** liboath: Builds on Windows. The oath_authenticate_usersfile function is just a stub that returns an error. This allows for use of the rest of the library on Windows. Thanks to David Woodhouse, see . ** Disable PAM self-tests on Mac. Fix --enable-root-tests logic. ** Don't ship gtk-doc PDF's in tarball. ** Use gitlog-to-changelog instead of git2cl. ** Codespell typo fixes. Patch by Dimitri Papadopoulos. Signed-off-by: Adolf Belka --- lfs/oath-toolkit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/oath-toolkit b/lfs/oath-toolkit index e3225f45b..783d6e930 100644 --- a/lfs/oath-toolkit +++ b/lfs/oath-toolkit @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2022 IPFire Team = # +# Copyright (C) 2022-2023 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.6.7 +VER =3D 2.6.9 =20 THISAPP =3D oath-toolkit-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 23f377c51eb633bf01d6085d33c7362cd91b6bed1cf4c2bbf32dc9= 433849e20c53f6896b16e5056b13f420f6a65a3c593fa1dafd7e184ed9e52666d94a7f75d1 +$(DL_FILE)_BLAKE2 =3D 572512311bbfa18d325c7b9b8d88ff85c05241c9a22942bc67edf5= 31ed621e68b031dc4562bd8473ec1b1bfe264c8a4084c1c304ba0d24914acc5b21325b8601 =20 install : $(TARGET) =20 --=20 2.41.0 --===============6793502876564100583==--