Overview

Request 830569 accepted

- Update to version 2.6.1:
- Add menu entries for auto-typing only username or only
password [#4891]
- Browser: Add command for retrieving current TOTP [#5278]
- Improve man pages [#5010]
- Linux: Support Xfce screen lock signals [#4971]
- Linux: Add OARS metadata to AppStream markup [#5031]
- SSH Agent: Substitute tilde with %USERPROFILE% on Windows
[#5116]
- Improve password generator UI and UX [#5129]
- Do not prompt to restart if switching the theme back and
forth [#5084]
- Change actions for F1, F2, and F3 keys [#5082]
- Skip referenced passwords in health check report [#5056]
- Check system-wide Qt translations directory for downstream
- translations packaging [#5064]
- macOS: Change password visibility toggle shortcut to Ctrl+H to
- avoid conflict with system shortcut [#5114]
- Browser: Only display domain name in browser access confirm
dialog to avoid overly wide window sizes [#5214]
- Fix clipboard not being cleared when database is locked while
timeout is still active [#5184]
- Fix list of previous databases not being cleared in some
cases [#5123]
- Fix saving of non-data changes on database lock [#5210]
- Fix search results banner theming [#5197]
- Don’t enforce theme palette in Classic theme mode and add hover
effect for buttons [#5122, #5267]
- Fix label clipping in settings on high-DPI screens [#5227]
- Fix excessive memory usage by icons on systems with high-DPI
screens [#5266]
- Fix crash if number of TOTP digits exceeds ten [#5106]
- Fix slot detection when first YubiKey is configured on the second
slot [#5004]
- Prevent crash if focus widget gets deleted during saving [#5005]
- Always show buttons for opening or saving attachments [#4956]
- Update link to Auto-Type help [#5228]
- Fix build errors with Ninja [#5121]
- CLI: Fix db-info command wrongly labelled as db-show in
usage listing [#5140]
- Windows: Use Classic theme by default if high-contrast mode
is on [#5191]
- Linux: Add workaround for qt5ct bug, causing icons not to show
up [#5011]
- Linux: Correct high-DPI display by not allowing fractional
scaling [#5185]
- Browser: Consider subdomain and path when requesting only
“best-matching credentials” [#4832]
- SSH Agent: Always forget all keys on lock [#5115]

Loading...

Carsten Ziepke's avatar

gpg --verify keepassxc-2.6.1-src.tar.xz.sig keepassxc-2.6.1-src.tar.xz gpg: enabled debug flags: memstat gpg: Signatur vom Mi 19 Aug 2020 23:17:44 CEST gpg: mittels RSA-Schlüssel C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8 gpg: Korrekte Signatur von "KeePassXC Release release@keepassxc.org" [unbekannt] gpg: WARNUNG: Dieser Schlüssel trägt keine vertrauenswürdige Signatur! gpg: Es gibt keinen Hinweis, daß die Signatur wirklich dem vorgeblichen Besitzer gehört. Haupt-Fingerabdruck = BF5A 669F 2272 CF43 24C1 FDA8 CFB4 C216 6397 D0D2 Unter-Fingerabdruck = C1E4 CBA3 AD78 D3AF D894 F9E0 B7A6 6F03 B590 76A8 gpg: keydb: handles=2 locks=0 parse=0 get=3 gpg: build=0 update=0 insert=0 delete=0 gpg: reset=1 found=3 not=0 cache=0 not=0 gpg: kid_not_found_cache: count=0 peak=0 flushes=0 gpg: sig_cache: total=15 cached=15 good=15 bad=0 gpg: random usage: poolsize=600 mixed=0 polls=0/0 added=0/0 outmix=0 getlvl1=0/0 getlvl2=0/0 gpg: rndjent stat: collector=0x0000000000000000 calls=0 bytes=0 gpg: secmem usage: 0/65536 bytes in 0 blocks


Marcus Rueckert's avatar

you broke the debian build for older distros. we used the old debhelper compat levels on purpose to allow building for older distros.


Carsten Ziepke's avatar

Hello darix,

I took the dsc file from here: http://deb.debian.org/debian/pool/main/k/keepassxc/keepassxc_2.6.1+dfsg.1-1.dsc. Is this not the correct source? The dsc file for keepassxc 2.6.1 contains the Build-Depends debhelper-compat (= 12)

Format: 3.0 (quilt) Source: keepassxc Binary: keepassxc Architecture: any Version: 2.6.1+dfsg.1-1 Maintainer: Julian Andres Klode jak@debian.org Homepage: https://www.keepassxc.org/ Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian/keepassxc Vcs-Git: https://salsa.debian.org/debian/keepassxc.git Build-Depends: asciidoctor, cmake, debhelper-compat (= 12), ...

The update of keepassxc 2.6.0 (Revision 35) contains the following dsc file:

https://build.opensuse.org/package/view_file/security:keepassxc/keepassxc/keepassxc.dsc?rev=35

Format: 3.0 (quilt) Source: keepassxc Binary: keepassxc Architecture: any Version: 2.6.0-1.1 Maintainer: Julian Andres Klode jak@debian.org Homepage: https://www.keepassxc.org/ Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian/keepassxc Vcs-Git: https://salsa.debian.org/debian/keepassxc.git Build-Depends: asciidoctor, cmake, debhelper (>= 10), ...

OK, I see the difference: 2.6.1+dfsg.1-1 versus 2.6.0-1.1.

Did you manually change the dsc file before?

keepassxc revision 35

debian.tar.xz/control Changed

1@@ -2,7 +2,8 @@ 2 Section: utils 3 Priority: optional 4 Maintainer: Julian Andres Klode jak@debian.org 5-Build-Depends: cmake, 6+Build-Depends: asciidoctor, 7+ cmake, 8 debhelper (>= 10), 9 libargon2-dev | libargon2-0-dev, 10 libcurl4-gnutls-dev, 11@@ -16,6 +17,7 @@ 12 libyubikey-dev, 13 libzxcvbn-dev, 14 qtbase5-dev, 15+ qtbase5-private-dev, 16 qttools5-dev,

keepassxc.dsc Changed

1@@ -2,13 +2,14 @@ 2 Source: keepassxc 3 Binary: keepassxc 4 Architecture: any 5-Version: 2.5.4-1.1 6+Version: 2.6.0-1.1 7 Maintainer: Julian Andres Klode jak@debian.org 8 Homepage: https://www.keepassxc.org/ 9 Standards-Version: 4.4.0 10 Vcs-Browser: https://salsa.debian.org/debian/keepassxc 11 Vcs-Git: https://salsa.debian.org/debian/keepassxc.git 12-Build-Depends: cmake, 13+Build-Depends: asciidoctor, 14+ cmake, 15 debhelper (>= 10), 16 libargon2-dev | libargon2-0-dev, 17 libcurl4-gnutls-dev,

"you broke the debian build for older distros." This happens not with intention.

Request History
Carsten Ziepke's avatar

Kieltux created request

- Update to version 2.6.1:
- Add menu entries for auto-typing only username or only
password [#4891]
- Browser: Add command for retrieving current TOTP [#5278]
- Improve man pages [#5010]
- Linux: Support Xfce screen lock signals [#4971]
- Linux: Add OARS metadata to AppStream markup [#5031]
- SSH Agent: Substitute tilde with %USERPROFILE% on Windows
[#5116]
- Improve password generator UI and UX [#5129]
- Do not prompt to restart if switching the theme back and
forth [#5084]
- Change actions for F1, F2, and F3 keys [#5082]
- Skip referenced passwords in health check report [#5056]
- Check system-wide Qt translations directory for downstream
- translations packaging [#5064]
- macOS: Change password visibility toggle shortcut to Ctrl+H to
- avoid conflict with system shortcut [#5114]
- Browser: Only display domain name in browser access confirm
dialog to avoid overly wide window sizes [#5214]
- Fix clipboard not being cleared when database is locked while
timeout is still active [#5184]
- Fix list of previous databases not being cleared in some
cases [#5123]
- Fix saving of non-data changes on database lock [#5210]
- Fix search results banner theming [#5197]
- Don’t enforce theme palette in Classic theme mode and add hover
effect for buttons [#5122, #5267]
- Fix label clipping in settings on high-DPI screens [#5227]
- Fix excessive memory usage by icons on systems with high-DPI
screens [#5266]
- Fix crash if number of TOTP digits exceeds ten [#5106]
- Fix slot detection when first YubiKey is configured on the second
slot [#5004]
- Prevent crash if focus widget gets deleted during saving [#5005]
- Always show buttons for opening or saving attachments [#4956]
- Update link to Auto-Type help [#5228]
- Fix build errors with Ninja [#5121]
- CLI: Fix db-info command wrongly labelled as db-show in
usage listing [#5140]
- Windows: Use Classic theme by default if high-contrast mode
is on [#5191]
- Linux: Add workaround for qt5ct bug, causing icons not to show
up [#5011]
- Linux: Correct high-DPI display by not allowing fractional
scaling [#5185]
- Browser: Consider subdomain and path when requesting only
“best-matching credentials” [#4832]
- SSH Agent: Always forget all keys on lock [#5115]


Jonathan White's avatar

droidmonkey accepted request

openSUSE Build Service is sponsored by