Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

otpclient-3.6.0-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: otpclient Distribution: openSUSE:Factory:zSystems
Version: 3.6.0 Vendor: openSUSE
Release: 1.2 Build date: Thu Mar 14 10:39:55 2024
Group: Productivity/Security Build host: reproducible
Size: 426856 Source RPM: otpclient-3.6.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/paolostivanin/otpclient
Summary: Simple GTK+ client for managing TOTP and HOTP
Highly secure and easy to use GTK+ software for two-factor authentication
that supports both Time-based One-time Passwords (TOTP) and
HMAC-Based One-Time Passwords (HOTP).

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Thu Mar 14 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.6.0:
    * NEW: add possibility to import plain/encrypted backups
      using the CLI.
    * FIX: make GUI and CLI independent, so that CLI only can be built
      and installed without GTK being present.
    * FIX: check file size against memlock before importing a backup.
    * FIX: code cleanup and internal refactoring.
* Fri Mar 08 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.5.2:
    * NEW: add possibility to export plain/encrypted
      Authenticator Pro/2FAS backups using the CLI.
    * FIX: improve popover layout.
    * FIX: exporting plaing Aegis via CLI.
    * FIX: cleanup code.
* Tue Mar 05 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.5.1:
    * NEW: add back buttons to the various popover menus
    * FIX: split popovers into their own UI files
    * FIX: remove upgrade message when upgrading from a version older than 2.6.0
* Fri Mar 01 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.5.0:
    * NEW: add support for importing and exporting plain/encrypted 2FAS backups (#322)
    * NEW: add support for importing and exporting plain/encrypted AuthenticatorPro backups (#322)
    * CHANGE: show warning when exporting a plain backup
    * CHANGE: remove support for older Glib and GCrypt
    * FIX: add 2fa keyword to the desktop file (#349)
    * FIX: remove custom keywords from metadata file (#348)
    * FIX: returning to a dialog won't crash the widget
* Mon Feb 12 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.4.1:
    * FIX: FreeOTP+ export (thanks @hubnut)
* Sat Feb 10 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.4.0:
    * NEW: CLI was completely refactored, and the options have changed.
      Be sure to check the new options using the help command (-h)
    * NEW: you can now specify a database when calling the CLI (#340)
    * FIX: handling errors when path and/or password is incorrect (#336)
    * FIX: prompt for file again, if needed (#335)
    * FIX: prevent about dialog from hiding
    * FIX: use system RNG as source of entropy
* Wed Feb 07 2024 Pablo Herranz Ramírez <pablo.herranz@suse.com>
  - Update to 3.3.0:
    * Set brackground to red when delete mode is entered
    * Fix base32 encoding/decoding
    * Requires libcotp >= 3.0
* Fri Nov 03 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.2.1:
    * FIX: increase secure memory pool to 64 MB, if possible
    * FIX: parsing of big aegis encrypted json (#309)
    * FIX: better memory management
* Wed Oct 25 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.2.0:
    * NEW: add file chooser dialog on export (#305).
    * FIX: overwrite exported file instead of appending it (#305).
    * FIX: exported file will be accessible only by the current user (#305).
    * FIX: multiple issues related to failed first launch (#303).
    * FIX: couple of issues with secret-service.
* Mon Jul 03 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.9:
    * Fix db corruption when symbols are used (#301).
    * Fix crash when user changes db multiple times.
* Wed Jun 14 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.8:
    * Fix importing Aegis plain text json (#296).
* Fri May 26 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.7:
    * Add new Database info dialog (Hamburger menu -> Database info)
    * Fix crash when no row is selected (#295)
    * Fix UI when creating/changing a database
    * Multiple fixes when creating a new database
    * Use current db folder when creating/changing database
    * Fix memory leak in case of error when opening the settings dialog
* Wed Mar 22 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.6:
    * Correctly quit the password dialog on export. This avoid dumping
      the database in plaintext format if the user presses either the
      cancel or close button.
* Wed Mar 15 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.5:
    * allow db to be a symlink (fix #289)
* Fri Feb 10 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.4:
    * make auto-lock and secret service mutually exclusive (#279)
    * fix importing plain AEGIS (#281)
    * fix importing encrypted AEGIS on some distros (#281)
    * rename disable_secret_service setting to use_secret_service
* Fri Jan 13 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.3:
    * Fix Aegis import/export when using long pwds.
    * Fix secret service cleanup
    * Show the correct error message when import fails
    * Use g_utf8_strlen instead of strlen
    * Add libcotp >= 2.0 compatibility
* Fri Dec 30 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.1:
    * Fixed some memory leaks.
    * Improved error handling.
    * Use secure functions instead of standard ones .
* Mon Dec 19 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.0:
    * New feature (#258): entries can be displayed as a QR-Code
    * All keyboard shortcuts have been revised, be sure to check them (Ctrl-k)
    * Updated the artwork credits in the about dialog
    * Code clean-up
* Fri Dec 09 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.0.0:
    * NEW: OTPClient is now translatable (#263). If you wish to translate it in your language,
      you can find two templates (.pot) in the po/ directory. When you are done translating, either open a PR or send me an email so I can add the translation.
    * NEW: secret is now editable too (#258)
    * NEW: an About dialog has been added in the settings menu.
    * CHANGED: removed Authenticator Plus support (#257)
* Wed Nov 30 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.6.4:
    * fix issue when importing AEGIS encrypted backups.
* Wed Jul 20 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.6.3:
    * Fix ternary operator logic when setting the google_migration flag.
* Wed Jul 06 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.6.2:
    * Add info message about the new secret service behavior.
* Tue Jul 05 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.6.1:
    * Add ability to import google migration QR also via webcam.
    * Avoid double free on error while importing encrypted aegis.
* Fri Jul 01 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.6.0:
    * It's now possible to import SVG tokens (in addition to PNG ones).
    * Add support for importing and exporting encrypted Aegis backups.
    * Add support for importing Google migration QR codes (hamburger menu -> import -> Google migration QR).
      You need to provide the QR file (e.g. by taking a screenshot with the webcam or another phone).
    * Fix andOTP import bug.
    * Improve row deletion workflow.
    * Add support for libsecret. By default, the password is saved into the secret service provider of your OS.
      This means that you won't be required a password as long as you're logged in. You can disable this feature from the settings menu.
    * Show a video feed when adding a QR using the webcam.
* Sun Apr 03 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.5.1:
    * enable markup on change database dialog
* Thu Mar 31 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.5.0:
    * NEW: rows can now be reordered. Enable the reordering mode by using
      the "up down" arrows button on the top left, then drag and drop rows where you want (#184)
    * NEW: added a dark theme (enable it settings) (#207)
    * NEW: allow to switch database. This is useful if you have
      multiple OTPClient databases (e.g. work, personal, etc) (#186)
    * NEW: add a button to lock the app (#236)
    * FIX: when app is locked, the content is now hidden (#235)
    * FIX: when clicking cancel on decryption, you can now choose to select another database (#196)
    * FIX: small code improvements
* Mon Feb 28 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.4.9.1:
    * Fix a regression brought by the previous update (non-utf8 string
      was incorrectly parsed). Now URIs are correctly parsed, whether
      or not they contain utf-8 chars.
* Mon Feb 28 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.4.9:
    * fix an error when importing a QR code (issue #240)
    * better error handling when importing a code
* Fri Feb 18 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.4.8:
    * Fix show next OTP.
    * Correctly decode URIs from QR codes.
* Fri Nov 19 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.4.7:
    * do not use strlen in for loop
    * do not use strlen to check for empty string
    * update CMakeLists.txt with the correct version
* Mon Nov 15 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.4.6:
    * Use secure_strdup when trimming the account key.
    * Use g_memdup2 when available.
    * Fix account/issuer when importing andOTP db.
    * Check for NULL when comparing account and issuer.
* Tue Mar 30 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.4.4
    * Remove sorting feature, as it's bugged due to an issue with
      GtkTreeView. This feature will come back with v3.0, because
      GtkColumnView will replace GtkTreeView
* Thu Mar 25 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.4.3
    * remove hard-coded paths (#203 )
    * fix wrong icon in taskbar (#204)
    * fix an error in andOTP export
* Fri Feb 12 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.4.2
    * fix handling of andOTP data when importing/exporting

Files

/usr/bin/otpclient
/usr/bin/otpclient-cli
/usr/share/applications/com.github.paolostivanin.OTPClient.desktop
/usr/share/icons/hicolor/scalable/apps/com.github.paolostivanin.OTPClient-symbolic.svg
/usr/share/icons/hicolor/scalable/apps/com.github.paolostivanin.OTPClient.svg
/usr/share/man/man1/otpclient-cli.1.gz
/usr/share/man/man1/otpclient.1.gz
/usr/share/metainfo/com.github.paolostivanin.OTPClient.appdata.xml
/usr/share/otpclient
/usr/share/otpclient/add_popover.ui
/usr/share/otpclient/otpclient.ui
/usr/share/otpclient/settings_popover.ui
/usr/share/otpclient/shortcuts.ui


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:50:42 2024