diff --git a/oath-toolkit-2.6.6.tar.gz b/oath-toolkit-2.6.6.tar.gz deleted file mode 100644 index 623660c..0000000 --- a/oath-toolkit-2.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd68b315c71ba1db47bcc6e67f598568db4131afc33abd23ed682170e3cb946c -size 5571980 diff --git a/oath-toolkit-2.6.6.tar.gz.sig b/oath-toolkit-2.6.6.tar.gz.sig deleted file mode 100644 index c3128a6..0000000 Binary files a/oath-toolkit-2.6.6.tar.gz.sig and /dev/null differ diff --git a/oath-toolkit-2.6.7.tar.gz b/oath-toolkit-2.6.7.tar.gz new file mode 100644 index 0000000..53afc89 --- /dev/null +++ b/oath-toolkit-2.6.7.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..9048722 Binary files /dev/null and b/oath-toolkit-2.6.7.tar.gz.sig differ diff --git a/oath-toolkit.changes b/oath-toolkit.changes index 345f350..a236a98 100644 --- a/oath-toolkit.changes +++ b/oath-toolkit.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun May 2 14:36:13 UTC 2021 - Martin Hauke + +- Update to version 2.6.7 + * pam_oath: Support variables in usersfile string parameter. + These changes introduce the ${USER} and ${HOME} placeholder + values for the usersfile string in the pam_oath configuration + file. The placeholder values allow the user credentials file + to be stored in a file path that is relative to the user, and + mimics similar behavior found in google-authenticator-libpam. + The motivation for these changes is to allow for + non-privileged processes to use pam_oath (e.g., for 2FA with + xscreensaver). Non-privileged and non-suid programs are + unable to use pam_oath. These changes are a proposed + alternative to a suid helper binary as well. + * doc: Fix project URL in man pages. + * build: Drop use of libxml's AM_PATH_XML2 in favor of pkg-config. + * build: Modernize autotools usage. + Most importantly, no longer use -Werror with AM_INIT_AUTOMAKE + to make rebuilding from source more safe with future automake + versions. + * Updated gnulib files. + ------------------------------------------------------------------- Wed Jan 20 21:40:44 UTC 2021 - Martin Hauke diff --git a/oath-toolkit.spec b/oath-toolkit.spec index d92e579..e7ab16e 100644 --- a/oath-toolkit.spec +++ b/oath-toolkit.spec @@ -17,7 +17,7 @@ Name: oath-toolkit -Version: 2.6.6 +Version: 2.6.7 Release: 0 Summary: Toolkit for one-time password authentication systems License: GPL-3.0-or-later AND LGPL-2.1-or-later