From 685bec87a9f5fd7976bbd7802e5c6a99bce3c017e2f3fb1c6771e7ad71fa9698 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 17 Sep 2015 12:57:47 +0000 Subject: [PATCH] Accepting request 330994 from home:Simmphonie:yubico OBS-URL: https://build.opensuse.org/request/show/330994 OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=9 --- oath-toolkit-2.4.1.tar.gz | 3 --- oath-toolkit-2.6.1.tar.gz | 3 +++ oath-toolkit.changes | 17 +++++++++++++++++ oath-toolkit.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 oath-toolkit-2.4.1.tar.gz create mode 100644 oath-toolkit-2.6.1.tar.gz diff --git a/oath-toolkit-2.4.1.tar.gz b/oath-toolkit-2.4.1.tar.gz deleted file mode 100644 index b7e1aa0..0000000 --- a/oath-toolkit-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bfa42cbc100eb6c43d2bf83e3badc51d9e6f4950a92e07513ae586d0c5e9b24 -size 4136649 diff --git a/oath-toolkit-2.6.1.tar.gz b/oath-toolkit-2.6.1.tar.gz new file mode 100644 index 0000000..b45a019 --- /dev/null +++ b/oath-toolkit-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c57831907bc26eadcdf90ba1827d0bd962dd1f737362e817a1dd6d6ec036f79 +size 4238966 diff --git a/oath-toolkit.changes b/oath-toolkit.changes index 2482adf..4ddf566 100644 --- a/oath-toolkit.changes +++ b/oath-toolkit.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Sep 9 14:31:24 UTC 2015 - t.gruner@katodev.de + +- Update to Version 2.6.1 (released 2015-07-31) + - liboath: Fix 'make check' on 32-bit systems. + +- Version 2.6.0 (released 2015-05-19) + - liboath: Support TOTP with HMAC-SHA256 and HMAC-SHA512. + This adds new APIs oath_totp_generate2, oath_totp_validate4 and + oath_totp_validate4_callback. + - oathtool: The --totp parameter now take an optional argument to specify MAC. + For example use --totp=sha256 to use HMAC-SHA256. When --totp is used + the default HMAC-SHA1 is used, as before. + - pam_oath: Mention in README that you shouldn't use insecure keys. + - pam_oath: Check return value from strdup. + - The files 'gdoc' and 'expect.oath' are now included in the tarball. + ------------------------------------------------------------------- Sat Jan 24 10:29:53 UTC 2015 - mardnh@gmx.de diff --git a/oath-toolkit.spec b/oath-toolkit.spec index 713129f..2283d9a 100644 --- a/oath-toolkit.spec +++ b/oath-toolkit.spec @@ -18,7 +18,7 @@ %define build_pskc 0 Name: oath-toolkit -Version: 2.4.1 +Version: 2.6.1 Release: 0 Summary: Toolkit for one-time password authentication systems License: GPL-3.0+