Debian Package Tracker
Register | Log in
Subscribe

kwalletcli

command line interface to the KDE Wallet

Choose email to subscribe with

general
  • source: kwalletcli (main)
  • version: 3.03-1
  • maintainer: Thorsten Glaser (DMD)
  • arch: any
  • std-ver: 4.5.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 3.03-1
  • oldstable: 3.03-1
  • stable: 3.03-1
  • testing: 3.03-1
  • unstable: 3.03-1
  • exp: 3.04beta-1
versioned links
  • 3.03-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.04beta-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • kwalletcli
action needed
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 3.04beta-2, distribution experimental) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit f394010304eaf6763923f400c371d81bdf43e055
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Wed Jul 29 09:30:20 2026 +0000

    [wip] brown paper bag

commit 9b269e542feff0fc1c9558c4a352111f9bc5971f
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Wed Jul 29 09:23:47 2026 +0000

    bump S-V

commit 77ba4531952257f83983b9ac877c5321c22d85b9
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Wed Jul 29 09:23:26 2026 +0000

    bump for more testing

commit 9b8b221e9bd3354745a3d77440c90c08230ebfb3
Merge: adeb898 9db48af
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Wed Jul 29 09:22:42 2026 +0000

    Merge branch 'origtgz'

commit 9db48afc17f4d387596eef2f9946c9ea8edc0fa5
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Wed Jul 29 09:22:20 2026 +0000

    [wip] reliability fix

commit c620711a630b68b0b620abf71902d45d9c6fad07
Merge: 9fe4e50 97007f2
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Wed Jul 29 09:13:02 2026 +0000

    Merge branch 'upstream' into origtgz

commit adeb898aff61ff5f68adc6d45435d7cb776620d3
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Sun Dec 14 10:29:28 2025 +0100

    lintian…

commit 86dcc4dacc7de50bbd3583ed1c0c639c05891fbf
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Sun Dec 14 10:12:30 2025 +0100

    gnupg-agent → gpg-agent, in sid

commit 3dcbcbef481a95e8084ec52abe0053bb1decb5f6
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Sun Dec 14 10:10:42 2025 +0100

    update

commit 0375797f438461a33055e20b6edff1032ae2cb24
Merge: 58706b2 9fe4e50
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Sun Dec 14 09:55:41 2025 +0100

    Merge branch 'origtgz'

commit 9fe4e50001e658e7eaec6f2ab09c3147f043a1e0
Author: mirabilos <m$(date +%Y)@mirbsd.de>
Date:   Sun Dec 14 09:55:14 2025 +0100

    update to CVS HEAD (pre-release snapshot for testing)

commit 97007f2796fc4d9a053d4816ed4be4c0b60a91bb
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 08:22:08 2025 +0000

    point to Launchpad as public bug tracker for now

commit eaa6eb5eadabc633cc774ce9475445c31a577ef0
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 08:06:03 2025 +0000

    disable SIGPIPE at the input-closed part of the exit handling as well

commit 95436a060e110e726d221bded58ec104f0176013
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 08:04:53 2025 +0000

    document and update the list of known strings

commit d73c51900e64beb9a434e74f27a07f15b535b1c8
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 07:49:52 2025 +0000

    completely overhaul locale handling
    
    the scripts now work in the user-provided locale as much as possible
    *if* it is a UTF-8 locale, and try to switch to one if not with as
    few changes as possible (e.g. if locale(1) exists, only LC_CTYPE is
    changed, which, I observed on Debian, will make programe recode the
    LC_MESSAGES into the LC_CTYPE-set encoding); Debian #1116560

commit 61c8347db5075cd6c15bf0409b7f63a26a418e5a
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 03:15:15 2025 +0000

    new feature: introduce PINENTRY_KWALLET_OVERRIDE variable
    
    if set and not empty, this overrides $PINENTRY; this can be used as
    a workaround of last resort for things like LP#2120443 (first bug)

commit c0979e8fc07e1abef230be494ef3191626c29faf
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 03:06:05 2025 +0000

    • when getting BYE, close the subprocess before signalling to the
      parent process that we are done
    • [b-tsiligiannis] when processing BYE, ignore SIGPIPE when writing
      to the parent, because it may have already closed the pipe
    • just ignore SIGPIPE when processing BYE
    
    addresses the second bug reported in LP#2120443

commit 94df04221d33d1c2615bb6a39431735eaa0b83fc
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 02:38:32 2025 +0000

    prepare for mksh R60 changing the woctet base

commit 4ed85552be6f55f39afbbe59727e3877752f39e0
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 02:22:30 2025 +0000

    cease advertising as “OSI certified Open Source™ software®”, as OSI has effectively self-destructed and definitely lost any and all remaining credibility
    
    fixup for commitid 100680824B4557A1B1D

commit 160782a31fe2e9fd6787e7ae91012e087977bfad
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 02:20:57 2025 +0000

    UTF-8 is (now) a 4-byte multibyte encoding, not a 6-byte one
    
    do also check buffers in main.c explicitly and move the woctet stuff to
    kwalletcli.h and add a #undef for MirBSD

commit 54dc9015aa747cc40c6b30364707b719f6d46bd9
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 01:58:51 2025 +0000

    update eMail

commit a2787e6ac003006c9e293ece9d0cc2322415e206
Author: tg <tg@mirbsd.org>
Date:   Sun Dec 14 01:43:52 2025 +0000

    tarent (now QVEST ⮡ dıgıtal) fired me, so they no longer support this

commit c58749e238e6de609506f249d3850ffcb114e6b4
Author: tg <tg@mirbsd.org>
Date:   Fri Jun 20 17:32:30 2025 +0000

    work around one groff version breaking when I work around sth. in the other

commit 7d5bd950bb9fd1b1c3d950fa46a439bcf43f54e2
Author: tg <tg@mirbsd.org>
Date:   Fri Jun 20 15:21:33 2025 +0000

    portmdoc,v 1.26

commit 6681608794f5b66d29166131a0d1339b52dcce6e
Author: tg <tg@mirbsd.org>
Date:   Fri Jun 20 13:00:10 2025 +0000

    upgrade to portmdoc 1.25 (regression fix)

commit 003f9865d8b9827576609c565c577a08b14006e2
Author: tg <tg@mirbsd.org>
Date:   Sun Apr 27 03:29:40 2025 +0000

    more updates and getting rid of old info

commit b7227ccae3e153958de8be3e6d68fd2f231b2d89
Author: tg <tg@mirbsd.org>
Date:   Fri Apr 25 22:06:40 2025 +0000

    update all portmdoc users to latest CVS

commit e63d0538f5ab1894e2552c3aeeb68a4b8f6eb41f
Author: tg <tg@mirbsd.org>
Date:   Fri Jan 5 02:08:52 2024 +0000

    integrate latest portmdoc
    
    also fix some things while here and add portmdoc to missing pages

commit 7ca22fd34062bc0902d86988329310e0ee2e0542
Author: tg <tg@mirbsd.org>
Date:   Fri Dec 29 00:44:33 2023 +0000

    integrate latest portmdoc

commit 52f03a76eaf1d558300d5460ee33e617a0fea97d
Author: tg <tg@mirbsd.org>
Date:   Mon Dec 4 20:17:05 2023 +0000

    run optipng -o 7 -f0-5 -i0 -zc6-9 -zm8-9 over these files

commit e0e1ef2b204d8e9d0bb31e3e63d21d8a3427fb62
Author: tg <tg@mirbsd.org>
Date:   Mon Dec 4 20:17:02 2023 +0000

    run optipng -o 7 -f0-5 -i0 -zc6-9 -zm8-9 over these files

commit de08139f8c03792a802686698f6d6c858814a18b
Author: tg <tg@mirbsd.org>
Date:   Thu Aug 3 22:15:26 2023 +0000

    import MirBSD contrib/samples/portmdoc,v 1.19

commit 9b1f130df92a86679a79c3b65ed470377fac2b01
Author: tg <tg@mirbsd.org>
Date:   Sun Mar 21 21:57:27 2021 +0000

    this could be a way out, but also invite trouble…
Created: 2025-12-14 Last update: 2026-08-08 03:48
lintian reports 12 warnings normal
Lintian reports 12 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2021-05-27 Last update: 2025-08-27 23:00
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.5.1).
Created: 2021-08-18 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2025-12-14] Accepted kwalletcli 3.04beta-1 (source) into experimental (Thorsten Glaser)
  • [2021-02-05] kwalletcli 3.03-1 MIGRATED to testing (Debian testing watch)
  • [2021-01-25] Accepted kwalletcli 3.03-1 (source) into unstable (Thorsten Glaser)
  • [2019-01-10] kwalletcli 3.02-1 MIGRATED to testing (Debian testing watch)
  • [2019-01-05] Accepted kwalletcli 3.02-1 (source i386) into unstable (Thorsten Glaser)
  • [2018-02-20] kwalletcli 3.01-1 MIGRATED to testing (Debian testing watch)
  • [2018-02-09] Accepted kwalletcli 3.01-1 (source) into unstable (Thorsten Glaser)
  • [2018-01-16] kwalletcli 3.00-2 MIGRATED to testing (Debian testing watch)
  • [2018-01-05] Accepted kwalletcli 3.00-2 (source i386) into unstable (Thorsten Glaser)
  • [2016-09-10] kwalletcli 3.00-1 MIGRATED to testing (Debian testing watch)
  • [2016-08-30] Accepted kwalletcli 3.00-1 (source amd64) into unstable (Thorsten Glaser) (signed by: Axel Beckert)
  • [2015-07-20] kwalletcli 2.12-5 MIGRATED to testing (Britney)
  • [2015-07-09] Accepted kwalletcli 2.12-5 (source amd64) into unstable (Thorsten Glaser) (signed by: Bastian Blank)
  • [2014-10-18] kwalletcli 2.12-3 MIGRATED to testing (Britney)
  • [2014-10-07] Accepted kwalletcli 2.12-3 (source i386) into unstable (Thorsten Glaser)
  • [2014-07-19] kwalletcli 2.12-2 MIGRATED to testing (Britney)
  • [2014-07-08] Accepted kwalletcli 2.12-2 (source i386) (Thorsten Glaser)
  • [2014-05-22] kwalletcli 2.12-1 MIGRATED to testing (Debian testing watch)
  • [2014-05-11] Accepted kwalletcli 2.12-1 (source i386) (Thorsten Glaser)
  • [2012-03-07] kwalletcli 2.11-2 MIGRATED to testing (Debian testing watch)
  • [2012-02-25] Accepted kwalletcli 2.11-2 (source amd64) (Thorsten Glaser)
  • [2011-06-14] kwalletcli 2.11-1 MIGRATED to testing (Debian testing watch)
  • [2011-06-03] Accepted kwalletcli 2.11-1 (source amd64) (Thorsten Glaser)
  • [2011-04-20] kwalletcli 2.10-1 MIGRATED to testing (Debian testing watch)
  • [2011-04-09] Accepted kwalletcli 2.10-1 (source i386) (Thorsten Glaser)
  • [2011-02-06] kwalletcli 2.03-1 MIGRATED to testing (Debian testing watch)
  • [2010-11-16] Accepted kwalletcli 2.03-1 (source i386) (Thorsten Glaser)
  • [2010-07-30] kwalletcli 2.02-2 MIGRATED to testing (Debian testing watch)
  • [2010-07-19] Accepted kwalletcli 2.02-2 (source i386) (Thorsten Glaser)
  • [2010-03-14] kwalletcli 2.02-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 12)
  • buildd: logs, exp, reproducibility, cross
  • popcon
  • browse source code
  • other distros
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.03-1build3

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing