Path to this page:
./
archivers/bzip2,
Block-sorting file compressor
Branch: CURRENT,
Version: 1.0.8,
Package name: bzip2-1.0.8,
Maintainer: pkgsrc-usersThis is bzip2, a block-sorting file compressor.
From the README:
To the best of my knowledge, bzip2 does not use any patented
algorithms. However, I do not have the resources available to
carry out a full patent search. Therefore I cannot give any
guarantee of the above statement.
Julian Seward <jseward@acm.org>
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2019-07-21) Updated to version: bzip2-1.0.8
- (2017-11-23) Package has been reborn
- (2013-09-20) Updated to version: bzip2-1.0.6nb1
- (2010-09-22) Updated to version: bzip2-1.0.6
- (2009-03-20) Updated to version: bzip2-1.0.5nb1
- (2008-03-29) Updated to version: bzip2-1.0.5
CVS history: (Expand)
2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24) |
Log message:
*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.
These are questions about the target system, whose files at
build-time are all relative to ${_CROSS_DESTDIR} if it is defined,
i.e., if USE_CROSS_COMPILE is set to yes.
No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them. (Possible minor change by adding :Q to ${H_FOO} in command
lines, but if this makes a difference it likely fixes problems.)
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2021-03-15 17:18:32 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
bzip2: Rever previous
Avoiding hardlink on Haiku is done in mk/platform/Haiku.mk.
|
2021-03-15 15:21:14 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
bzip2: Do not use hardlink for Haiku
Haiku R1/beta2 does not support hardlink.
|
2019-11-02 23:54:29 by Roland Illig | Files touched by this commit (27) |
Log message:
archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-07-21 13:51:24 by Nia Alarie | Files touched by this commit (18) |
Log message:
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)
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2013-11-23 11:51:09 by OBATA Akio | Files touched by this commit (3) |
Log message:
Use find-headers instead of find-files to detect builtin header files.
|