Package Release Info

libcotp-3.1.0-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libcotp-devel
libcotp3

Change Logs

* Thu Oct 10 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.1.0:
  * add support for mbedtls (#69, thanks to @Rockyshen123)
  * add support for big endian archs (#68)-
* Mon Apr 08 2024 Paolo Stivanin <info@paolostivanin.com>
- Disable tests since Criterion is not working after the update of
  nanomsg to 1.2.1 (https://github.com/Snaipe/Criterion/issues/518).
* Wed Dec 13 2023 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.0.0:
  * This release supersedes v2.1.0 and brings a new feature and
    some small code improvements:
    + Add support for OpenSSL (#52), by @mchalain
    + Fix base32 encoding and decoding of bytes array (#54)
    + make is_string_valid_b32 public
    + improve code readability
* Wed Dec 06 2023 Paolo Stivanin <info@paolostivanin.com>
- Use correct library 'libcriterion-devel'.
* Tue Nov 28 2023 Paolo Stivanin <info@paolostivanin.com>
- Update to 2.1.0:
  * Fix base32 encoding and decoding of bytes array (#54)
  * Add support for OpenSSL (#52), by @mchalain
* Thu Nov 09 2023 Dirk Müller <dmueller@suse.com>
- update to 2.0.2:
  * Improved CMakeLists
  * Drop link_options, leave it up to every distro
Version: 2.0.1-bp156.1.4
* Tue May 02 2023 Paolo Stivanin <info@paolostivanin.com>
- Update to 2.0.1:
  * If execution runs fine, set err_code to NO_ERROR in get_totp_at,
    get_steam_totp_at and otp_to_int.
- Revert AVX2 change.
* Wed Mar 08 2023 Paolo Stivanin <info@paolostivanin.com>
- Build AVX2 enabled hwcaps library for x86_64-v3
Version: 2.0.0-bp155.1.5
* Wed Feb 01 2023 Paolo Stivanin <info@paolostivanin.com>
- Drop libbaseencode dep, since it's no longer necessary and obsolete it
- Fix changelog typo
* Tue Jan 31 2023 Dirk Müller <dmueller@suse.com>
- update to 2.0.0:
  * In particular, libbaseencode has been merged with libcotp, so now users
    can call base32 functions by just including `cotp.h`
  BREAKING CHANGES:
  * `totp_verify` has been removed
  * `hotp_verify` has been removed
  * `base64_encode` has been removed
  * `base64_decode` has been removed
  ADDED:
  * new API `otp_to_int`
  * `base32` encoding and decoding functions from libbaseencode
  * new tests for libcotp
  CHANGES:
  * the soversion is now set only from the `$major` version (e.g. `2`), and
    not from `$major$minor` (e.g. `12`) like it used to be.
* Sun Jan 08 2023 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.2.8:
  * this release fixes a regression brought by v1.2.7.
* Thu Jan 05 2023 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.2.7:
  * check return value for gcrypt functions
* Thu May 19 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.2.6:
  * fix pkg-config file generation (#32)
* Wed Dec 29 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to v1.2.4:
  * small fixes from PVS scan
  * tests: do no require installation to run tests
* Mon Apr 20 2020 Markos Chandras <markos@chandras.me>
- Disable debug package on Fedora (https://en.opensuse.org/Fedora_packaging)
* Tue Mar 17 2020 Paolo Stivanin <info@paolostivanin.com>
- run spec cleaner
* Tue Mar 12 2019 Paolo Stivanin <info@paolostivanin.com>
- Update to v1.2.2
  * add c++ support
* Sun Oct 21 2018 Paolo Stivanin <info@paolostivanin.com>
- Fix soname
* Sun Oct 21 2018 Paolo Stivanin <info@paolostivanin.com>
- Update libcotp to v1.2.1
* Sat Aug 25 2018 info@paolostivanin.com
- First release on OBS