From 8d3684c4013fa32fd67f440ff18ef326b3298ed655852c82b462a0bea2fc8c03 Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Sun, 9 Jul 2023 16:14:43 +0000 Subject: [PATCH] Accepting request 1097820 from home:mnhauke - Update to version 2.6.8 * libpskc: Fixes for recent libxmlsec releases. * pam_oath: Provide fallback pam_modutil_getpwnam implementation. * pam_oath: Don't fail authentication when pam_modutil_getpwnam doesn't ** know the user when usersfile don't include ${USER} or ${HOME}. * pam_oath: Self-test improvements. OBS-URL: https://build.opensuse.org/request/show/1097820 OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=35 --- oath-toolkit-2.6.7.tar.gz | 3 --- oath-toolkit-2.6.7.tar.gz.sig | Bin 119 -> 0 bytes oath-toolkit-2.6.8.tar.gz | 3 +++ oath-toolkit-2.6.8.tar.gz.sig | Bin 0 -> 119 bytes oath-toolkit.changes | 11 +++++++++++ oath-toolkit.spec | 4 ++-- 6 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 oath-toolkit-2.6.7.tar.gz delete mode 100644 oath-toolkit-2.6.7.tar.gz.sig create mode 100644 oath-toolkit-2.6.8.tar.gz create mode 100644 oath-toolkit-2.6.8.tar.gz.sig diff --git a/oath-toolkit-2.6.7.tar.gz b/oath-toolkit-2.6.7.tar.gz deleted file mode 100644 index 53afc89..0000000 --- a/oath-toolkit-2.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36eddfce8f2f36347fb257dbf878ba0303a2eaafe24eaa071d5cd302261046a9 -size 5625279 diff --git a/oath-toolkit-2.6.7.tar.gz.sig b/oath-toolkit-2.6.7.tar.gz.sig deleted file mode 100644 index 9048722cea19a63e48c0099ffa04a2e624f908bc60f9de53225278a143788e34..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGV2~A4WLbP>PCNHpL#|y{&g%yjX>PCNHpL#|y{&g%yjX>v9R@B=0how$86(5b zS;37VPtC6+RatWun_W@iwtvNT=g#a4-|Z)!dHM9tFGhxI^FP1Xb + +- Update to version 2.6.8 + * libpskc: Fixes for recent libxmlsec releases. + * pam_oath: Provide fallback pam_modutil_getpwnam implementation. + * pam_oath: Don't fail authentication when pam_modutil_getpwnam + doesn't ** know the user when usersfile don't include ${USER} + or ${HOME}. + * pam_oath: Self-test improvements. + ------------------------------------------------------------------- Tue Aug 2 20:39:41 UTC 2022 - Torsten Gruner diff --git a/oath-toolkit.spec b/oath-toolkit.spec index e510a7e..34c4624 100644 --- a/oath-toolkit.spec +++ b/oath-toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package oath-toolkit # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{!?_pam_moduledir: %define _pam_moduledir /%{_lib}/security} Name: oath-toolkit -Version: 2.6.7 +Version: 2.6.8 Release: 0 Summary: Toolkit for one-time password authentication systems License: GPL-3.0-or-later AND LGPL-2.1-or-later