HomeFreeBSD

Bump shared library versions after ncurses bump in 13.

Description

Bump shared library versions after ncurses bump in 13.

A few shared libraries in the base system link against ncurses. An
upgrade from a 12.x host to 13 results in ABI breakage for existing
binaries since the newer versions of these libraries link against the
newer ncurses while the binary itself links against the older ncurses.
For example, dialog4ports built on 12.x sometimes crashes on 13 since
it depends on libdialog which links against ncurses internally.

(cherry picked from commit 0b7f1af804f06a285717b490bef80e24648adcbe)

Details

Provenance
jhbAuthored on Feb 2 2021, 1:09 AM
Parents
rGe4a6846c34d2: WITH_OFED build option: fix
Branches
Unknown
Tags
Unknown