- 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 https://gitlab.com/oath-toolkit/oath-toolkit/-/issues/26 on Mac OS. Patch from Nick Gaya nicholasgaya+github@gmail.com. ** pam_oath: Don't fail authentication when pam_modutil_getpwnam doesn't ** know the user when usersfile don't include ${USER} or ${HOME}. Closes: #27. Regression introduced in previous release. Reported by Nick Gaya nicholasgaya+github@gmail.com. ** pam_oath: Self-test improvements. Patch from Nick Gaya nicholasgaya+github@gmail.com. ** 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 https://gitlab.com/oath-toolkit/oath-toolkit/-/merge_requests/15. ** 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 adolf.belka@ipfire.org --- 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 info@ipfire.org # +# Copyright (C) 2022-2023 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 2.6.7 +VER = 2.6.9
THISAPP = oath-toolkit-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 23f377c51eb633bf01d6085d33c7362cd91b6bed1cf4c2bbf32dc9433849e20c53f6896b16e5056b13f420f6a65a3c593fa1dafd7e184ed9e52666d94a7f75d1 +$(DL_FILE)_BLAKE2 = 572512311bbfa18d325c7b9b8d88ff85c05241c9a22942bc67edf531ed621e68b031dc4562bd8473ec1b1bfe264c8a4084c1c304ba0d24914acc5b21325b8601
install : $(TARGET)