summaryrefslogtreecommitdiff
path: root/archivers/bzip2/files/bzlib_private.h
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-21 11:51:24 +0000
committernia <nia@pkgsrc.org>2019-07-21 11:51:24 +0000
commit5f6ac09ef343eb62cb7371eb9e255bcb8e57374f (patch)
treef4a370af3ef0c062b1b6ecb5e2b376f25f966e50 /archivers/bzip2/files/bzlib_private.h
parente63b58387b2b29cc97f7f64a367eaaaace00e8ab (diff)
downloadpkgsrc-5f6ac09ef343eb62cb7371eb9e255bcb8e57374f.tar.gz
bzip2: Update to 1.0.8. This changes the upstream to sourceware.org.
1.0.8 (13 Jul 19) ~~~~~~~~~~~~~~~~~ * Accept as many selectors as the file format allows. This relaxes the fix for CVE-2019-12900 from 1.0.7 so that bzip2 allows decompression of bz2 files that use (too) many selectors again. * Fix handling of large (> 4GB) files on Windows. * Cleanup of bzdiff and bzgrep scripts so they don't use any bash extensions and handle multiple archives correctly. * There is now a bz2-files testsuite at https://sourceware.org/git/bzip2-tests.git 1.0.7 (27 Jun 19) ~~~~~~~~~~~~~~~~~ * 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)
Diffstat (limited to 'archivers/bzip2/files/bzlib_private.h')
-rw-r--r--archivers/bzip2/files/bzlib_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/bzip2/files/bzlib_private.h b/archivers/bzip2/files/bzlib_private.h
index 5d0217f4635..3755a6f701e 100644
--- a/archivers/bzip2/files/bzlib_private.h
+++ b/archivers/bzip2/files/bzlib_private.h
@@ -8,8 +8,8 @@
This file is part of bzip2/libbzip2, a program and library for
lossless, block-sorting data compression.
- bzip2/libbzip2 version 1.0.6 of 6 September 2010
- Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org>
+ bzip2/libbzip2 version 1.0.8 of 13 July 2019
+ Copyright (C) 1996-2019 Julian Seward <jseward@acm.org>
Please read the WARNING, DISCLAIMER and PATENTS sections in the
README file.
@@ -36,7 +36,7 @@
/*-- General stuff. --*/
-#define BZ_VERSION "1.0.6, 6-Sept-2010"
+#define BZ_VERSION "1.0.8, 13-Jul-2019"
typedef char Char;
typedef unsigned char Bool;