forked from pool/bzip2
- Update to version 1.0.7:
* Fix undefined behavior in the macros SET_BH, CLEAR_BH, &
ISSET_BH.
* bzip2: Fix return value when combining --test,-t and -q.
* bzip2recover: Fix buffer overflow for large argv[0].
* bzip2recover: Fix use after free issue with outFile
(CVE-2016-3189).
* Make sure nSelectors is not out of range (CVE-2019-12900).
- Drop patches fixed upstream:
* bzip2-unsafe_strcpy.patch.
* bzip2-1.0.6-CVE-2016-3189.patch.
- Refresh patches with quilt.
OBS-URL: https://build.opensuse.org/request/show/712284
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=76
15 lines
568 B
Diff
15 lines
568 B
Diff
Index: bzip2-1.0.7/README
|
|
===================================================================
|
|
--- bzip2-1.0.7.orig/README 2019-06-27 20:15:39.000000000 +0200
|
|
+++ bzip2-1.0.7/README 2019-06-27 23:10:21.387272546 +0200
|
|
@@ -17,7 +17,8 @@ in the file LICENSE.
|
|
|
|
Complete documentation is available in Postscript form (manual.ps),
|
|
PDF (manual.pdf) or html (manual.html). A plain-text version of the
|
|
-manual page is available as bzip2.txt.
|
|
+manual page is available as bzip2.txt. bzip2 documentation is
|
|
+available in separate bzip2-doc package.
|
|
|
|
|
|
HOW TO BUILD -- UNIX
|