From 1df9f873ae0e0a9854a40dda568577ae74e63b24ccca104965253c537b167c21 Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Thu, 21 Jan 2021 10:09:42 +0000 Subject: [PATCH] Accepting request 865095 from home:mnhauke - Update to version 2.6.6 * oathtool: Support for reading KEY and OTP from standard input or filename. KEY and OTP may now be given as '-' to mean stdin, or @FILE to read from a particular file. This is recommended on multi-user systems, since secrets as command line parameters leak. * pam_oath: Fix unlikely logic fail on out of memory conditions. OBS-URL: https://build.opensuse.org/request/show/865095 OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=27 --- oath-toolkit-2.6.5.tar.gz | 3 --- oath-toolkit-2.6.5.tar.gz.sig | Bin 119 -> 0 bytes oath-toolkit-2.6.6.tar.gz | 3 +++ oath-toolkit-2.6.6.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.5.tar.gz delete mode 100644 oath-toolkit-2.6.5.tar.gz.sig create mode 100644 oath-toolkit-2.6.6.tar.gz create mode 100644 oath-toolkit-2.6.6.tar.gz.sig diff --git a/oath-toolkit-2.6.5.tar.gz b/oath-toolkit-2.6.5.tar.gz deleted file mode 100644 index a749bf1..0000000 --- a/oath-toolkit-2.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d207120c7e7fdd540142d04ca06d83fb3277c8f2fb794a74535d04b2aa0ec219 -size 5477292 diff --git a/oath-toolkit-2.6.5.tar.gz.sig b/oath-toolkit-2.6.5.tar.gz.sig deleted file mode 100644 index 1c481dcdb3be3c1d618c60e38d9c63bb79d054b6b5711a246d187f13255e432d..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGV2~A4WLbP>PCNHpL#|y{&g%yjX>HH1+Tx|jlA=0v0I&;L)Y9~Lx;+{cO;50ANsklh>_u+++>;BPl?7%-=8{JwdZs% Vj5;x?ZtL~#<(aHeju-Z@0|3yeGc*7I diff --git a/oath-toolkit-2.6.6.tar.gz b/oath-toolkit-2.6.6.tar.gz new file mode 100644 index 0000000..623660c --- /dev/null +++ b/oath-toolkit-2.6.6.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..c3128a6f1205396f859ecf2d1bf867b49b474bbd07665fd21e2c6c278046237a GIT binary patch literal 119 zcmeAuWnmEGV2~A4WLbP>PCNHpL#|y{&g%yjX> + +- Update to version 2.6.6 + * oathtool: Support for reading KEY and OTP from standard input + or filename. KEY and OTP may now be given as '-' to mean + stdin, or @FILE to read from a particular file. This is + recommended on multi-user systems, since secrets as command + line parameters leak. + * pam_oath: Fix unlikely logic fail on out of memory conditions. + ------------------------------------------------------------------- Tue Dec 29 11:58:14 UTC 2020 - Martin Hauke diff --git a/oath-toolkit.spec b/oath-toolkit.spec index fa25e52..d92e579 100644 --- a/oath-toolkit.spec +++ b/oath-toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package oath-toolkit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: oath-toolkit -Version: 2.6.5 +Version: 2.6.6 Release: 0 Summary: Toolkit for one-time password authentication systems License: GPL-3.0-or-later AND LGPL-2.1-or-later