]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: usr: Drop readline alternatives in favor of libedit
authorOndřej Surý <ondrej@isc.org>
Mon, 31 Mar 2025 14:02:59 +0000 (14:02 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 31 Mar 2025 14:02:59 +0000 (14:02 +0000)
commitcbffddcdb99faab44fb1da93ab901c9e0390f1b0
tree52a85697923ad11a4f29ae2eac023fd7389fd57d
parentb6e6430b54212569a61c4f48b9bf65019cc70b46
parentc27fce26e699b4292f8a16813a67a906398c29f9
rem: usr: Drop readline alternatives in favor of libedit

Libedit is now ubiquitous and has a license compatible with
MPL 2.0. We are now dropping readline (GPL 3.0) and editline (obsolete) support
in favor of libedit.

Merge branch 'ondrej/cleanup-various-readline-libraries' into 'main'

See merge request isc-projects/bind9!10202