126 Commits

Author SHA256 Message Date
b883dfb0bb Accepting request 1319538 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1319538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=72
2025-11-25 14:49:06 +00:00
4374f22425 Accepting request 1319425 from home:sbrabec:u-d-f-removal
- Remove unused BuildRequires: update-desktop-files.

OBS-URL: https://build.opensuse.org/request/show/1319425
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=109
2025-11-23 14:16:15 +00:00
1aff2358d9 Accepting request 1297464 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1297464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=71
2025-08-06 12:31:16 +00:00
642006bea4 Accepting request 1297313 from security:privacy
- Fix build of :gui flavor on openSUSE Leap 15.6 (Qt6 needs
  higher C++ standard)
- drop obsolete texinfo macros

OBS-URL: https://build.opensuse.org/request/show/1297313
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=107
2025-08-04 10:51:43 +00:00
e785de8298 Accepting request 1296419 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1296419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=70
2025-07-31 15:44:59 +00:00
810cda03d6 Accepting request 1296303 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.3.2:
 * qt,qt5: Ensure that input field is large enough for generated
   password. [rP86ab46ebe9]
 * qt,qt5: Make Show/Hide Password functionality accessible. [T7736]
 * qt,qt5: Use light icons in dark mode. [T7230, T7737]
 * qt: Make showing/hiding the password accessible. [T7736]

OBS-URL: https://build.opensuse.org/request/show/1296303
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=105
2025-07-30 06:46:14 +00:00
583963a38e Accepting request 1202946 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1202946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=69
2024-09-25 19:52:51 +00:00
e04ab566ec Accepting request 1202479 from home:bmwiedemann:reproducible:distribution:ring1
Make pinentry-efl optional

OBS-URL: https://build.opensuse.org/request/show/1202479
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=103
2024-09-24 12:22:27 +00:00
8ba086401c Accepting request 1188324 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1188324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=68
2024-07-19 13:25:26 +00:00
d2ed997eb4 Accepting request 1188229 from home:agraul:branches:Base:System
- update to 1.3.1:
  * qt: Install and use pinentry icon. [rPf9c252a8d9]
  * qt: Small fix for Qt5. [rP844360c9c9]
  * qt: Fix Windows build of Qt6. [rP34019f954a]
  * New envvar PINENTRY_KDE_USE_WALLET to enable the secret
    storage integration on KDE. [rP23753cfb03]

OBS-URL: https://build.opensuse.org/request/show/1188229
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=101
2024-07-18 07:37:50 +00:00
6948654f67 Accepting request 1184162 from Base:System
- update to 1.3.0:
  * qt: Add new Qt6 frontend.  [rP1e79123c38]
  * qt: Set parent window on Wayland.  [T6930]
  * qt: Fix capslock detection on Wayland.  [rP7dfc60a70d]
  * qt: Fix window icon on Wayland.  [T6887]
  * qt: Add support for external password manager with libsecret.
  * qt: Remove focus indication by text selection.  [T5863]
  * qt: Use same focus indication for labels as Kleopatra.
  * qt: Improve accessibility.  [T5863]
  * gnome3: Prefer gcr-4.  [rP069c219223]
  * curses: Fix timeout handling.  [rP08408498b3]
  * curses: Add SETREPEATOK and quality bar colors.
  * curses: Add password quality meter.  [rP2923707e75]
  * curses,tty: Upon SIGINT, let pinentry exit gracefully.
  * w32: Fix non-focused window and simplify code.
  * Disable secret storage integration when running on KDE
    Plasma.
  * The Windows CE support has been removed.

   (previsouly patched, removed
  * remove regenerating of qt4/qsecurelineedit.moc in specfile as
- Make it build with every ncurses library ABI
- Use -std=gnu++11 in CXXFLAGS, fix build with gcc5.
- update to pinentry-0.8.1
- Add missing buildrequires on libcap-devel
- update to pinentry-0.8.0
- all graphical pinentry (-qt,qt4,-gtk2) now provide pinentry-gui
- pinentry requires pinentry-dialog (bnc#441084)
- update to 0.7.5
- fix build with changed definition of g_malloc (gulong->gsize)

OBS-URL: https://build.opensuse.org/request/show/1184162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=67
2024-07-03 18:26:32 +00:00
c697999b73 - update to 1.3.0:
* qt: Add new Qt6 frontend.  [rP1e79123c38]
  * qt: Set parent window on Wayland.  [T6930]
  * qt: Fix capslock detection on Wayland.  [rP7dfc60a70d]
  * qt: Fix window icon on Wayland.  [T6887]
  * qt: Add support for external password manager with libsecret.
  * qt: Remove focus indication by text selection.  [T5863]
  * qt: Use same focus indication for labels as Kleopatra.
  * qt: Improve accessibility.  [T5863]
  * gnome3: Prefer gcr-4.  [rP069c219223]
  * curses: Fix timeout handling.  [rP08408498b3]
  * curses: Add SETREPEATOK and quality bar colors.
  * curses: Add password quality meter.  [rP2923707e75]
  * curses,tty: Upon SIGINT, let pinentry exit gracefully.
  * w32: Fix non-focused window and simplify code.
  * Disable secret storage integration when running on KDE
    Plasma.
  * The Windows CE support has been removed.
   (previsouly patched, removed
  * remove regenerating of qt4/qsecurelineedit.moc in specfile as
- Make it build with every ncurses library ABI
- Use -std=gnu++11 in CXXFLAGS, fix build with gcc5.
- update to pinentry-0.8.1
- Add missing buildrequires on libcap-devel
- update to pinentry-0.8.0
- all graphical pinentry (-qt,qt4,-gtk2) now provide pinentry-gui
- pinentry requires pinentry-dialog (bnc#441084)
- update to 0.7.5
- fix build with changed definition of g_malloc (gulong->gsize)
- added ncurses-devel to buildreq

OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=99
2024-06-30 21:50:14 +00:00
1078f852de Accepting request 1091435 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1091435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=66
2023-06-09 18:37:03 +00:00
f6abc20f48 Accepting request 1090263 from home:fcrozat:branches:Base:System
- Update signature file and keyring with latest ones from download
  site, they were updated by another approved upstream maintainer.

OBS-URL: https://build.opensuse.org/request/show/1090263
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=97
2023-06-01 12:20:06 +00:00
0649231ac7 Accepting request 1068056 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1068056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=65
2023-03-01 15:13:33 +00:00
578e9c31a6 Accepting request 1068023 from home:pgajdos
- add %bcond option to disable fltk backend

OBS-URL: https://build.opensuse.org/request/show/1068023
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=95
2023-02-27 19:46:44 +00:00
c497d765cc Accepting request 999186 from Base:System
- update to 1.2.1:
  * qt: Support building with Qt 5.9.  [T5592]
  * curses: Handle an error at curses initialization.  [T5623]
  * curses: Specify fg/bg when an extention of Ncurses is not available.
  * qt: Fix translation of context menu entries.  [T5786]
  * qt: Further improve the accessibility.  [T5863]
  * qt: Fix moving focus to second input field when pressing Enter in
    first input field.  [T5866]
  * qt: Update the cursor position when reformatting the text.  [T5972]
  * qt: Use foreground raising code also with the confirm prompt.
  * Make the legacy qt4 version build again.  [T5569]
  * Make sure an entered PIN is always cleared from memory.  [T5977]
  * Build fixes for Windows.  [T5893]

OBS-URL: https://build.opensuse.org/request/show/999186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=64
2022-08-26 07:07:52 +00:00
5218abce62 - update to 1.2.1:
* qt: Support building with Qt 5.9.  [T5592]
  * curses: Handle an error at curses initialization.  [T5623]
  * curses: Specify fg/bg when an extention of Ncurses is not available.
  * qt: Fix translation of context menu entries.  [T5786]
  * qt: Further improve the accessibility.  [T5863]
  * qt: Fix moving focus to second input field when pressing Enter in
    first input field.  [T5866]
  * qt: Update the cursor position when reformatting the text.  [T5972]
  * qt: Use foreground raising code also with the confirm prompt.
  * Make the legacy qt4 version build again.  [T5569]
  * Make sure an entered PIN is always cleared from memory.  [T5977]
  * Build fixes for Windows.  [T5893]

OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=93
2022-08-25 07:54:07 +00:00
9f3b2dc906 Accepting request 958695 from Base:System
OBS-URL: https://build.opensuse.org/request/show/958695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=63
2022-03-05 13:43:26 +00:00
Danilo Spinella
17f374d8c5 Accepting request 958677 from home:dimstar:Factory
- Correction for previous change: ensure the packages built in the
  gui flavor do not change their package name. e.g pinentry-qt5
  wrongly got renamed to pinentry-gui-qt5.

OBS-URL: https://build.opensuse.org/request/show/958677
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=91
2022-03-03 08:52:06 +00:00
Danilo Spinella
9bd51d3ddf Accepting request 958227 from home:dimstar:Factory
- Fix name tag for multibuild: name tag should be conditional on
  the multibuild flavor.

- add _multibuild to separate out gui client builds

OBS-URL: https://build.opensuse.org/request/show/958227
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=90
2022-03-02 08:24:22 +00:00
5635f8039a Accepting request 917071 from Base:System
OBS-URL: https://build.opensuse.org/request/show/917071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=62
2021-09-08 19:36:29 +00:00
f8ef89eee5 Accepting request 914757 from home:AndreasStieger:branches:Base:System
pinentry 1.2.0

OBS-URL: https://build.opensuse.org/request/show/914757
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=89
2021-09-06 10:26:57 +00:00
053824b171 Accepting request 869863 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/869863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=61
2021-02-11 11:47:26 +00:00
d1a3fa6d6c Accepting request 867309 from Base:System
OBS-URL: https://build.opensuse.org/request/show/867309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=60
2021-02-01 12:25:41 +00:00
85b18b9817 OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=86 2021-01-29 23:09:45 +00:00
8d2e676ca1 OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=85 2021-01-29 23:03:39 +00:00
407e8c264c - add _multibuild to separate out gui client builds
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=84
2021-01-29 22:37:16 +00:00
015b4eabe0 Accepting request 867294 from home:AndreasStieger:branches:Base:System
- actually build efl based pinentry
- re-enable validation of upstream signing key

OBS-URL: https://build.opensuse.org/request/show/867294
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=83
2021-01-27 22:15:29 +00:00
9260f84693 - update to 1.1.1:
* A EFL-based pinentry has been contributed.
  * Disable echoing in backspace key is pressed first
    (GTK, Qt, TQt, and ncurses pinentries).
  * Support line editing in TTY pinentry.
  * Remove support for old GTK+2 (< 2.12.0).
  * Various minor fixes.
- drop pinentry-qt-Fix-use-of-dangling-pointer.patch (upstream)
- drop pinentry-ncurses6.diff: obsolete

OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=82
2021-01-24 19:27:01 +00:00
e53925fe4a Accepting request 718568 from Base:System
OBS-URL: https://build.opensuse.org/request/show/718568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=59
2019-07-31 12:13:59 +00:00
Tomáš Chvátal
21fffee367 Accepting request 718565 from home:pmonrealgonzalez:branches:Base:System
- Fix a dangling pointer in qt/main.cpp [bsc#1141883]
  * Added pinentry-qt-Fix-use-of-dangling-pointer.patch

- Updated spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/718565
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=80
2019-07-25 13:50:15 +00:00
41ffea6c41 Accepting request 580139 from Base:System
OBS-URL: https://build.opensuse.org/request/show/580139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=58
2018-02-28 18:54:50 +00:00
Tomáš Chvátal
4aca29f647 Accepting request 580116 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580116
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=78
2018-02-26 09:34:07 +00:00
a179a6f554 Accepting request 556383 from Base:System
OBS-URL: https://build.opensuse.org/request/show/556383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=57
2017-12-15 12:59:27 +00:00
Tomáš Chvátal
4fdbb66192 Accepting request 556051 from security:privacy
pinentry 1.1.0

OBS-URL: https://build.opensuse.org/request/show/556051
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=76
2017-12-12 08:13:35 +00:00
Ludwig Nussel
72413c6074 Accepting request 447379 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/447379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=56
2016-12-26 20:40:02 +00:00
Tomáš Chvátal
667e7eb468 - Build pinentry tui in build and not during install
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=74
2016-12-15 09:47:44 +00:00
f0892b09d6 Accepting request 445793 from security:privacy
pinentry 1.0.0

OBS-URL: https://build.opensuse.org/request/show/445793
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=73
2016-12-14 14:14:24 +00:00
8b1247949b Accepting request 415792 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/415792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=55
2016-08-06 18:37:06 +00:00
P. Janouch
5302d46b89 Accepting request 415788 from home:scarabeus_iv:branches:Base:System
- Update the conflict to bring back the self-deprecation broken in
  previous change wrt boo#989554

OBS-URL: https://build.opensuse.org/request/show/415788
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=71
2016-07-29 09:26:42 +00:00
3f8ee71a20 Accepting request 355358 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/355358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=54
2016-01-30 10:34:11 +00:00
054f0aba76 Accepting request 354871 from security:privacy
- completely rename to qt5 [boo#962076]
- fix self-deprecation rpmlint warning

OBS-URL: https://build.opensuse.org/request/show/354871
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=69
2016-01-22 10:43:09 +00:00
075947355e Accepting request 353465 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/353465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=53
2016-01-20 08:54:11 +00:00
f329fcf11b Accepting request 353369 from home:scarabeus_iv:branches:Base:System
- Use qt5 instead of qt4 in pinentry-qt

OBS-URL: https://build.opensuse.org/request/show/353369
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=67
2016-01-13 18:18:24 +00:00
0387f69336 Accepting request 348929 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/348929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=52
2015-12-18 20:52:13 +00:00
c173999710 Accepting request 348885 from security:privacy
pinentry 0.9.7

OBS-URL: https://build.opensuse.org/request/show/348885
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=65
2015-12-15 09:11:49 +00:00
3633fa13e8 Accepting request 340246 from Base:System
- add pinentry-qt4-fix-qstring-conversion.patch (bsc#951307)

OBS-URL: https://build.opensuse.org/request/show/340246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=51
2015-10-28 16:17:32 +00:00
432186ea75 - add pinentry-qt4-fix-qstring-conversion.patch (bsc#951307)
OBS-URL: https://build.opensuse.org/package/show/Base:System/pinentry?expand=0&rev=63
2015-10-21 12:30:01 +00:00
Stephan Kulow
63e98970ab Accepting request 336927 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/336927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pinentry?expand=0&rev=50
2015-10-17 14:37:43 +00:00