app-portage/ufed: Bump to 0.95 to fix #695262
authorSven Eden <yamakuzure@gmx.net>
Fri, 27 Sep 2019 07:16:27 +0000 (09:16 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Sat, 28 Sep 2019 06:46:15 +0000 (09:46 +0300)
commitf78f27d77dee16bd72df0c03b3a2904ea6180bff
tree1402a650b3f420bad3a37efe004e330d7fad5450
parent4a1b9aba414abe2f31da43724ba71f38e076dde0
app-portage/ufed: Bump to 0.95 to fix #695262

ufed-curses-checklist.c:ufed_getline() is limited to LINE_MAX, which is 2048
bytes. Unfortunately local USE flags can blast this limit, as ufed.pl also
transmit an alternative description with stripped keywords.

This release lets ufed.pl calculate whether a description has to be shorted,
and does so if needed.

Closes: https://bugs.gentoo.org/695262
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sven Eden <yamakuzure@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/13053
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
app-portage/ufed/Manifest
app-portage/ufed/ufed-0.95.ebuild [new file with mode: 0644]