File rubygem-rotp.changes of Package rubygem-rotp
-------------------------------------------------------------------
Tue Nov 14 15:32:31 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 6.3.0, see bundled CHANGELOG.md
-------------------------------------------------------------------
Wed Dec 7 11:33:07 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 6.2.1
see installed CHANGELOG.md
### 6.2.1
- Removed old rdoc folder that was triggering a security warning due to an
old version of JQuery being included in the HTML docs. This has no impact
on the Ruby library.
-------------------------------------------------------------------
Wed Jan 20 13:14:49 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 6.2.0
see installed CHANGELOG.md
### 6.2.0
- Update to expand compatibility with Ruby 3. This was only a change to the
gemspec, no code changes were necessary.
-------------------------------------------------------------------
Fri Sep 25 14:49:23 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 6.1.0
see installed CHANGELOG.md
### 6.1.0
- Fixing URI encoding issues again, breaking out into it's own module
due to the complexity - closes #100 (@atcruice)
- Add docker-compose.yml to help with easier testing
-------------------------------------------------------------------
Thu May 7 21:25:06 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 6.0.0
see installed CHANGELOG.md
### 6.0.0
- Dropping support for Ruby <2.3 (Major version bump)
- Fix issue when using --enable-frozen-string-literal Ruby option #95 (jeremyevans)
- URI Encoding fix #94 (ksuh90)
- Update gems (rake, addressable)
- Update Travis tests to include Ruby 2.7
-------------------------------------------------------------------
Fri Jul 19 09:33:18 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 5.1.0
see installed CHANGELOG.md
### 5.1.0
- Create `random_base32` to perform `random` to avoid breaking changes
- Still needed to bump to 5.x due to Base32 cleanup
### 5.0.0
- Clean up base32 implementation to match Google Autheticator
- BREAKING `Base32.random_base32` renamed to random
- The argument is now byte length vs output string length for more precise bit strengths
-------------------------------------------------------------------
Sat Mar 2 15:35:40 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 4.1.0
see installed CHANGELOG.md
### 4.1.0
- Add a digest option to the CLI #83
- Fix provisioning URI is README #82
- Improvements to docs
-------------------------------------------------------------------
Thu Nov 22 05:34:01 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 4.0.2
see installed CHANGELOG.md
### 4.0.2
- Fix gemspec requirment for Addressable
### 4.0.1
- Rubocop for style fixes
- Replace deprecated URI.encode with Addressable's version
#### 4.0.0
- Simplify API
- Remove support for Ruby < 2.0
-------------------------------------------------------------------
Sat Mar 3 05:31:52 UTC 2018 - factory-auto@kulow.org
- updated to version 3.3.1
see installed CHANGELOG.md
#### 3.3.1
- Add OpenSSL as a requirement for Ruby 2.5. Fixes #70 & #64
- Allow Base32 with padding. #71
-------------------------------------------------------------------
Fri Sep 23 04:48:16 UTC 2016 - coolo@suse.com
- updated to version 3.3.0
see installed CHANGELOG.md
#### 3.3.0
- Add digest algorithm parameter for non SHA1 digests - #62 from @btalbot
-------------------------------------------------------------------
Fri Aug 26 04:41:22 UTC 2016 - coolo@suse.com
- updated to version 3.2.0
see installed CHANGELOG.md
#### 3.2.0
- Add 'verify_with_drift_and_prior' to prevent prior token use - #58 from @jlfaber
-------------------------------------------------------------------
Wed Jun 15 04:33:52 UTC 2016 - coolo@suse.com
- updated to version 3.1.0
see installed CHANGELOG.md
#### 3.1.0
- Add Add digits paramater to provisioning URI. #54 from @sbc100
-------------------------------------------------------------------
Sat May 21 04:37:09 UTC 2016 - coolo@suse.com
- updated to version 3.0.1
see installed CHANGELOG.md
#### 3.0.1
- Use SecureRandom. See mdp/rotp/pull/52
-------------------------------------------------------------------
Tue Apr 19 04:33:46 UTC 2016 - coolo@suse.com
- updated to version 3.0.0
see installed CHANGELOG.md
#### 3.0.0
- Provisioning URL includes issuer label per RFC 5234 See mdp/rotp/pull/51
-------------------------------------------------------------------
Wed Apr 13 04:30:42 UTC 2016 - coolo@suse.com
- updated to version 2.1.2
see installed CHANGELOG.md
#### 2.1.2
- Remove string literals to prepare immutable strings in Ruby 3.0
-------------------------------------------------------------------
Wed Jun 3 04:36:17 UTC 2015 - coolo@suse.com
- updated to version 2.1.1
see installed CHANGELOG.md
#### 2.1.1
- Reorder the params for Windows Phone Authenticator - #43
-------------------------------------------------------------------
Mon Feb 9 06:18:57 UTC 2015 - coolo@suse.com
- updated to version 2.1.0
- Add a CLI for generating OTP's mdp/rotp/pull/35
#### 2.0.0
- Move to only comparing string OTP's.
#### 1.7.0
- Move to only comparing string OTP's. See mdp/rotp/issues/32 - Moved to 2.0.0 - yanked from RubyGems
#### 1.6.1
- Remove deprecation warning in Ruby 2.1.0 (@ylansegal)
- Add Ruby 2.0 and 2.1 to Travis
#### 1.6.0
- Add verify_with_retries to HOTP
- Fix 'cgi' require and global DEFAULT_INTERVAL
#### 1.5.0
- Add support for "issuer" parameter on provisioning url
- Add support for "period/interval" parameter on provisioning url
#### 1.4.6
- Revert to previous Base32
#### 1.4.5
- Fix and test correct implementation of Base32
-------------------------------------------------------------------
Sun Jan 5 14:39:47 UTC 2014 - coolo@suse.com
- updated to version 1.6.1
- Remove deprecation warning in Ruby 2.1.0 (@ylansegal)
- Add Ruby 2.0 and 2.1 to Travis
-------------------------------------------------------------------
Fri Dec 20 12:02:59 UTC 2013 - coolo@suse.com
- updated to version 1.6.0
- Add verify_with_retries to HOTP
- Fix 'cgi' require and global DEFAULT_INTERVAL
-------------------------------------------------------------------
Mon Nov 25 07:31:50 UTC 2013 - coolo@suse.com
- updated to version 1.5.0
- Add support for "issuer" parameter on provisioning url
- Add support for "period/interval" parameter on provisioning url
- Revert to previous Base32
-------------------------------------------------------------------
Fri Nov 22 08:40:30 UTC 2013 - coolo@suse.com
- updated to version 1.4.6
- Fix and test correct implementation of Base32
-------------------------------------------------------------------
Fri Sep 13 11:06:23 UTC 2013 - coolo@suse.com
- updated to version 1.4.4
- Fix issue with base32 decoding of strings in a length that's not a multiple of 8
-------------------------------------------------------------------
Sat Sep 7 05:20:01 UTC 2013 - coolo@suse.com
- updated to version 1.4.3
-------------------------------------------------------------------
Wed Aug 1 05:07:28 UTC 2012 - coolo@suse.com
- updated to version 1.4.1
-------------------------------------------------------------------
Tue Oct 4 11:24:13 UTC 2011 - dmacvicar@suse.de
- initial package for 1.3.2