head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.01.14.10.34; author wiz; state Exp; branches; next ; commitid TSANM0A6ot10o6IG; desc @@ 1.1 log @p5-Unicode-LineBreak: update to 2019.001nb8. Fix CVE-2026-8594 using upstream patch. @ text @$NetBSD$ Fix CVE-2026-8594 https://security.metacpan.org/patches/U/Unicode-LineBreak/2019.001/CVE-2026-8594-r1.patch --- lib/Text/LineFold.pm.orig 2018-12-29 04:19:20.000000000 +0000 +++ lib/Text/LineFold.pm @@@@ -410,7 +410,7 @@@@ sub fold { if ($s =~ $special_break) { $result .= $s; } else { - $result .= $self->break($str); + $result .= $self->break($s); } } @