Package Release Info

pinentry-1.1.0-4.3.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP2-2020-1878
Available in Package Hub : 15 SP2 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

pinentry-debuginfo
pinentry-debugsource
pinentry-gtk2
pinentry-gtk2-debuginfo

Change Logs

* Thu Jul 25 2019 pmonrealgonzalez@suse.com
- Fix a dangling pointer in qt/main.cpp [bsc#1141883]
  * Added pinentry-qt-Fix-use-of-dangling-pointer.patch
* Thu Feb 22 2018 fvogt@suse.com
- Use %license (boo#1082318)
* Mon Dec 11 2017 astieger@suse.com
- pinentry 1.1.0:
  * Add FLTK1.3-based pinentry
  * New option --ttyalert for pinentry-curses to alert the user.
  * Don't show "save passphrase" checkbox if secret service is
    unavailable.
  * The GTK Pinentry shows on Linux some information anout the
    process which invoked the Pinentry.
  * The GTK Pinentry does not anymore show tooltips when keyboard
    grabbing is enabled.
* Thu Dec 15 2016 tchvatal@suse.com
- Build pinentry tui in build and not during install
* Wed Dec 14 2016 astieger@suse.com
- pinentry 1.0.0:
  * Qt pinentry now supports repeat mode in one dialog.
  * Qt and GTK pinentries now make it possible to show the entered
    value.
  * Qt pinentry now only grabs the keyboard if an entry field is
    focused.
  * Fixed potential crash in Qt qualitybar calculation.
  * GTK keyboard grabbing is now a bit more robust.  The cursor is
    changed to a big dot as a visual indication that a pinentry
    has popped up and is waiting for input.
  * The GNOME pinentry now falls back to curses if it can't use the
    GCR system prompter or a screenlock is active.
  * Fixed error output for cached passwords.
  * A show/hide passphrase button or checkbox is now available with
    some pinentry flavors.
  * Improved diagnostics and error codes.
* Fri Jul 29 2016 tchvatal@suse.com
- Update the conflict to bring back the self-deprecation broken in
  previous change wrt boo#989554
* Wed Jan 20 2016 astieger@suse.com
- completely rename to qt5 [boo#962076]
- fix self-deprecation rpmlint warning
* Wed Jan 13 2016 tchvatal@suse.com
- Use qt5 instead of qt4 in pinentry-qt
* Mon Dec 14 2015 andreas@suse.de
- pinentry 0.9.7:
  * Fix regressions in the Qt pinentry.
  (previsouly patched, removed
  pinentry-qt4-fix-qstring-conversion.patch)
  * Fix minor problems pinnetyr-tty.
  * New option --invisible-char.
* Wed Oct 21 2015 dmueller@suse.com
- add pinentry-qt4-fix-qstring-conversion.patch (bsc#951307)
* Tue Oct 06 2015 kstreitova@suse.com
- update to 0.9.6
  * changelog:
    + Many improvements for the dump tty pinentry
    + Use the standard GTK+-2 text entry widget instead of our outdated
    and back-then-it-was-more-secure text widget
    + Use the standard Qt text widget
    + Allow for building a static Qt variant
    + Fix regression in w32 pinentry
  * remove qt4-disable-inputmethod-for-passwords.diff (patched file
    is no longer present)
  * remove regenerating of qt4/qsecurelineedit.moc in specfile as
    qt4/qsecurelineedit.h was deleted. Adjust paths for the rest
    of the moc files (qt4 -> qt).
  * '--enable-pinentry-qt4' is now '--enable-pinentry-qt'
  * '--enable-pinentry-qt4-clipboard' option was removed
  * add backward compatibility link for pinentry-qt4
- use spec-cleaner
* Fri Jul 10 2015 werner@suse.de
- Make it build with every ncurses library ABI
  adding pinentry-ncurses6.diff
* Wed Jul 01 2015 astieger@suse.com
- pinentry 0.9.5:
  * Replaced the internal Assuan and gpg-error code by the standard
    libassuan and libgpg-error libraries.
  * Add a new Emacs pinentry and use as fallback for GUI programs.
  * gnome3: The use-password-manager checkbox does now work.
  * Gtk: Improved fallback to curses feature.
  * curses: Recognize DEL as backspace.
* Thu Jun 11 2015 lnussel@suse.de
- build gui version with libsecret and text mode versions without to
  avoid pulling in dbus-x11 on minimal installs (bnc#934214)
* Wed Jun 10 2015 astieger@suse.com
- pinentry 0.9.4:
  * Fix regression in GTK+ and curses pinentries [boo#934207]
* Fri Jun 05 2015 astieger@suse.com
- No longer increase the default secure memory size from 16k to 64k,
  as further memory would be locked from being paged to disk by the
  pinentry-gnome3 UI, generating an error message and failing to
  lock. Remove moreSecureMemoryForPinentry-qt.diff - [boo#933687]
* Thu Jun 04 2015 astieger@suse.com
- pinentry 0.9.3:
  * new pinentry-gnome3
  * Improved documentation
  * More improvements for pinentry-tty.
  * Fixes for pinentry-curses including support for Ctrl-W, Ctrl-U,
    Ctrl-H, Ctrl-L, and Alt-Backspace
  * New Assuan command to request clearing an external cache.
  * Fixed problems linking to ncursesw.
  * All kind of other minor fixes.
- update pinentry script to use gnome3 if installed, no automation
- Enabled features:
  * Support for saving the passphrase with libsecret.
* Tue May 12 2015 astieger@suse.com
- pinentry 0.9.2:
  * Escape key works in the Gtk+ pinentry.
  * Improvements for pinentry-tty.
- Upstream supported but not enabled:
  * Support for saving the passphrase with libsecret.
* Thu Mar 26 2015 astieger@suse.com
- qt4 pasting was available upstream since 0.8.4 but not enabled.
  Enable through configure option [boo#905155]
* Mon Mar 23 2015 crrodriguez@opensuse.org
- Use -std=gnu++11 in CXXFLAGS, fix build with gcc5.