delete garbled characters
This commit is contained in:
parent
8edd8bd0eb
commit
51aa31efa1
@ -174,7 +174,7 @@ Index: unzip-6.0/unzip.c
|
|||||||
+#else /* UNIX */
|
+#else /* UNIX */
|
||||||
+static ZCONST char Far ZipInfoUsageLine3[] = "miscellaneous options:\n\
|
+static ZCONST char Far ZipInfoUsageLine3[] = "miscellaneous options:\n\
|
||||||
+ -h print header line -t print totals for listed files or for all\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\
|
+\n %c-C%c be case-insensitive %s\
|
||||||
+ -x exclude filenames that follow from listing\n\
|
+ -x exclude filenames that follow from listing\n\
|
||||||
+ -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\
|
+ -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: unzip
|
Name: unzip
|
||||||
Version: 6.0
|
Version: 6.0
|
||||||
Release: 44
|
Release: 45
|
||||||
Summary: A utility for unpacking zip files
|
Summary: A utility for unpacking zip files
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.info-zip.org/UnZip.html
|
URL: http://www.info-zip.org/UnZip.html
|
||||||
@ -70,6 +70,9 @@ Package help includes man pages for unzip.
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 2 2020 openEuler Buildteam <buildteam@openeuler.org> - 6.0-45
|
||||||
|
- delete garbled characters
|
||||||
|
|
||||||
* Mon Mar 2 2020 openEuler Buildteam <buildteam@openeuler.org> - 6.0-44
|
* Mon Mar 2 2020 openEuler Buildteam <buildteam@openeuler.org> - 6.0-44
|
||||||
- fix CVE-2019-13232
|
- fix CVE-2019-13232
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user