diff --git a/unzip-6.0-alt-iconv-utf8.patch b/unzip-6.0-alt-iconv-utf8.patch index b9e37774e224eabe3af67e342f51d5f2ee8b6fd5..120009dfa1a4a78745df4af9db262ec63420c860 100644 --- a/unzip-6.0-alt-iconv-utf8.patch +++ b/unzip-6.0-alt-iconv-utf8.patch @@ -174,7 +174,7 @@ Index: unzip-6.0/unzip.c +#else /* UNIX */ +static ZCONST char Far ZipInfoUsageLine3[] = "miscellaneous options:\n\ + -h print header line -t print totals for listed files or for all\n\ -+ -z print zipfile comment %c-T%c print file times in sortable decimal format\ ++ -z print zipfile comment -T print file times in sortable decimal format\ +\n %c-C%c be case-insensitive %s\ + -x exclude filenames that follow from listing\n\ + -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\ diff --git a/unzip.spec b/unzip.spec index 9cced5b893ca9024f2d8b23e7691d22ff58f2eb1..86ebf2e1f5627cfe6f55b3689d66b5452376e986 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,6 +1,6 @@ Name: unzip Version: 6.0 -Release: 44 +Release: 45 Summary: A utility for unpacking zip files License: BSD URL: http://www.info-zip.org/UnZip.html @@ -70,6 +70,9 @@ Package help includes man pages for unzip. %{_mandir}/man1/* %changelog +* Mon Mar 2 2020 openEuler Buildteam - 6.0-45 +- delete garbled characters + * Mon Mar 2 2020 openEuler Buildteam - 6.0-44 - fix CVE-2019-13232