SHA256
1
0
forked from pool/libcotp

15 Commits

Author SHA256 Message Date
187f98cba8 - Disable tests since Criterion is not working after the update of
nanomsg to 1.2.1 (https://github.com/Snaipe/Criterion/issues/518).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=31
2024-04-08 05:57:58 +00:00
9e38402adf - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=29
2023-12-13 08:54:37 +00:00
7d41774be1 - Use correct library 'libcriterion-devel'.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=28
2023-12-06 07:31:48 +00:00
4c81c6da55 - Update to 2.1.0:
* Fix base32 encoding and decoding of bytes array (#54)
  * Add support for OpenSSL (#52), by @mchalain

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=23
2023-11-28 13:52:24 +00:00
b95944e384 - update to 2.0.2:
* Improved CMakeLists
  * Drop link_options, leave it up to every distro
- Build AVX2 enabled hwcaps library for x86_64-v3
- run spec cleaner
  * add c++ support
- Fix soname
- Update libcotp to v1.2.1
- First release on OBS

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=21
2023-11-09 09:19:06 +00:00
540e2e098d - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=19
2023-05-02 13:44:15 +00:00
1bf867452d - Build AVX2 enabled hwcaps library for x86_64-v3
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=17
2023-03-08 15:47:17 +00:00
431010c69c - Drop libbaseencode dep, since it's no longer necessary and obsolete it
- Fix changelog typo

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=15
2023-02-01 09:38:30 +00:00
4392f32c6a - 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
  x 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=14
2023-01-31 23:27:13 +00:00
a138814e62 - Update to 1.2.8:
* this release fixes a regression brought by v1.2.7.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=11
2023-01-08 14:45:30 +00:00
26c438943f - Update to 1.2.7:
* check return value for gcrypt functions

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=9
2023-01-05 08:38:46 +00:00
70bb492f9a OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=7 2022-05-19 12:00:58 +00:00
4e640bb70a Accepting request 943026 from home:polslinux:branches:devel:libraries:c_c++
- Update to v1.2.4:
  * small fixes from PVS scan
  * tests: do no require installation to run tests

OBS-URL: https://build.opensuse.org/request/show/943026
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=5
2021-12-30 14:29:49 +00:00
0e714997af Accepting request 795882 from home:markoschandras:branches:devel:libraries:c_c++
- Disable debug package on Fedora (https://en.opensuse.org/Fedora_packaging)

OBS-URL: https://build.opensuse.org/request/show/795882
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=3
2020-04-23 12:54:20 +00:00
de69c403eb Accepting request 785848 from home:polslinux:otpclient
I would like to maintain in Factory a project I am working on called OTPClient. Before submitting it, I'd need to first submit two deps, namely libbaseencode and libcotp (both developed and maintained by me)

OBS-URL: https://build.opensuse.org/request/show/785848
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcotp?expand=0&rev=1
2020-03-19 08:44:34 +00:00