Dropped symbols in libmailutils 3.14
Jordi Mallach <[email protected]> Thu, 10 Mar 2022 14:08:58 +0100
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, One Debian unstable user upgraded mailutils but not libmailutils8, and found out some symbols were dropped (or renamed?) in libmailutils, breaking ABI without a soname bump. -T mu_stream_getdelim -T mu_stream_getline -T mu_stream_readdelim -T mu_stream_readline +T mu_stream_timed_getdelim +T mu_stream_timed_readdelim -T _stream_scandelim What's the best way to solve this? Just bump the soversion to 9 in the next release, or have a fixup tarball that reintroduces these functions in some way? Thanks, Jordi -- Jordi Mallach <[email protected]>