From: Mike Frysinger Date: Thu, 15 Dec 2016 23:34:05 +0000 (-0500) Subject: localedata: bs_BA: fix yesexpr/noexpr [BZ #20974] X-Git-Tag: glibc-2.25~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a035eb6928bc63fb798dcc1421529f933122d74f;p=thirdparty%2Fglibc.git localedata: bs_BA: fix yesexpr/noexpr [BZ #20974] Both regexes end with a "*." which means the previous match can be omitted, and then the . allows them to match any input at all. This means tools like coreutils' `rm -i` will always delete things when prompted because the yesexpr regex matches all inputs (even the negative ones). --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index cb514baae32..21c297e76aa 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2016-12-30 Mike Frysinger + + [BZ #20974] + * localedata/bs_BA (LC_MESSAGES): Delete "*." from the end of + yesexpr and noexpr. + 2016-11-26 Mike Frysinger [BZ #20864] diff --git a/localedata/locales/bs_BA b/localedata/locales/bs_BA index a47f87eb373..68c2f9471a0 100644 --- a/localedata/locales/bs_BA +++ b/localedata/locales/bs_BA @@ -148,8 +148,8 @@ copy "en_DK" END LC_CTYPE LC_MESSAGES -yesexpr "" -noexpr "" +yesexpr "" +noexpr "" yesstr "" nostr "" END LC_MESSAGES