Skip to content

Commit

Permalink
oath-toolkit: Update to version 2.6.9
Browse files Browse the repository at this point in the history
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
  • Loading branch information
Adolf Belka authored and mtremer committed Jul 26, 2023
1 parent 3c6ceb5 commit cb3e57a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lfs/oath-toolkit
Original file line number Diff line number Diff line change
@@ -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 #
Expand All @@ -24,7 +24,7 @@

include Config

VER = 2.6.7
VER = 2.6.9

THISAPP = oath-toolkit-$(VER)
DL_FILE = $(THISAPP).tar.gz
Expand All @@ -40,7 +40,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = 23f377c51eb633bf01d6085d33c7362cd91b6bed1cf4c2bbf32dc9433849e20c53f6896b16e5056b13f420f6a65a3c593fa1dafd7e184ed9e52666d94a7f75d1
$(DL_FILE)_BLAKE2 = 572512311bbfa18d325c7b9b8d88ff85c05241c9a22942bc67edf531ed621e68b031dc4562bd8473ec1b1bfe264c8a4084c1c304ba0d24914acc5b21325b8601

install : $(TARGET)

Expand Down

0 comments on commit cb3e57a

Please sign in to comment.