#1142607 trixie-pu: package akonadi-search/24.12.3-1+deb13u1

#1142607#5
Date:
2026-07-22 18:02:13 UTC
From:
To:
[ Reason ]
akonadi_html_to is carshing very frequently and creating a lot
coredumps. That is tracked in #1104598.

[ Impact ]
This issue creates thousands of coredumps for Users of KDEPIM.
For most users this is not visible that those coredumps are created, as
this happens in background and the services are restarted. This is at
least annoving, but a programm should not crash.

[ Tests ]
Run a manual test with the patched version that the following command
does not crash anymore:

echo -n '' | /usr/bin/akonadi_html_to_text

[ Risks ]
The code change is very simple and focused, so it is very unlikely that
any other bug get introduced by this two line patch.

A workaround exists use html2text as replacement for
akonadi_html_to_text:

apt install html2text

dpkg-divert --add --rename --divert /usr/bin/akonadi_html_to_text.original /
usr/bin/akonadi_html_to_text

update-alternatives --install /usr/bin/akonadi_html_to_text
akonadi_html_to_text /usr/bin/html2text 1

That woraround would divert a lot more from upstream and makes it harder
to track bugs, if that would have been introdiced by this workaround.


[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
Added a 2 line patch from Fab Stz to fix the crash on empty input.

#1142607#12
Date:
2026-07-23 07:12:05 UTC
From:
To:
Hi,

Not according to the BTS, at least?

Thanks,

#1142607#19
Date:
2026-07-23 10:43:54 UTC
From:
To:
Hey,

sorry I checked not closely enough.
Anyways 4:25.12.3-1 fixed the issue already, as it does not use the rust
backend to do html2text. I just updated the metadata of #1104598, so it
correctly marked as fixed in unstable.

Regards,

hefee

#1142607#24
Date:
2026-07-23 20:50:24 UTC
From:
To:
package release.debian.org
tags 1142607 = trixie pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian trixie.

Thanks for your contribution!

Upload details
==============

Package: akonadi-search
Version: 24.12.3-1+deb13u1

Explanation: fix crash with empty input

#1142607#29
Date:
2026-07-23 20:50:24 UTC
From:
To:
package release.debian.org
tags 1142607 = trixie pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian trixie.

Thanks for your contribution!

Upload details
==============

Package: akonadi-search
Version: 24.12.3-1+deb13u1

Explanation: fix crash with empty input