Version: 1.0.8, Package name: bzip2-1.0.8 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This 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. |
Filesize: 791.044 KB |
Version History (View Complete History) |
|
2020-10-30 10:21:12 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Stop using -fno-strength-reduce. It is ignored by gcc4 and triggers a warning by clang. Add debug package. |
2019-08-21 15:39:38 by Christian Weisgerber | Files touched by this commit (3) |
Log message: Update to 1.0.8: * relaxes the fix for CVE-2019-12900 * cleanup of bzdiff and bzgrep scripts so they don't use bash extensions There's also a homepage again. ok kmos@ cwen@ |
2019-06-28 17:48:51 by T.J. Townsend | Files touched by this commit (4) |
Log message: update to bzip 1.0.7 ok kn, probably ok sthen |
2019-06-24 08:47:49 by Stuart Henderson | Files touched by this commit (2) |
Log message: MFC bzip2 security fix: fix out of bounds access in BZ2_decompress(), CVE-2019-12900 set HOMEPAGE while there based on a diff from Henry Jensen |
2019-06-24 08:46:36 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix out of bounds access in BZ2_decompress(), CVE-2019-12900 set HOMEPAGE while there based on a diff from Henry Jensen |
2018-08-24 13:06:12 by Stuart Henderson | Files touched by this commit (1) |
Log message: mirror and drop HOMEPAGE; domain expired |
2016-06-28 03:57:30 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: missed in previous |
2016-06-28 03:57:13 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: Fix for CVE-2016-3189; proposed patch from RH |
2016-06-28 03:56:23 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: Fix for CVE-2016-3189; proposed patch from RH |
2016-03-10 14:58:52 by Christian Weisgerber | Files touched by this commit (21) |
Log message: remove various instances of NO_SHARED_LIBS and PROPERTIES:Mno_shared, fold PFRAG.shared into PLIST |
2016-01-15 12:57:24 by Stuart Henderson | Files touched by this commit (7) |
Log message: add an easily-greppable marker for ports known to use pledge(). it's not so important while they're only in patches in the ports tree, but for any which get upstreamed it saves a ~100GB grep to find them. |
2015-10-15 14:14:36 by Stuart Henderson | Files touched by this commit (2) |
Log message: If bzip2 is used to compress or decompress a single file to stdout, or if it's used in a pipeline, then it can further pledge to only use stdio-related system calls while doing the actual de/compression. Since ports uses 'bzip2 -dc [file] | tar xf -', it can benefit from this added protection during file extraction. |
2015-10-14 18:17:48 by Stuart Henderson | Files touched by this commit (4) |
Log message: use standard "local" error handling (sprintf+exit/message_fatal) rather than err() to avoid the need to pull in err.h, idea from deraadt |
2015-10-14 18:08:58 by Stuart Henderson | Files touched by this commit (2) |
Log message: err.h for bzip2 as well, pointed out by jca@ |
2015-10-11 15:07:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: bzip2 now also needs rpath |
2015-10-09 00:50:19 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: tame -> pledge |
2015-10-07 05:06:49 by Stuart Henderson | Files touched by this commit (2) |
Log message: bzip2 only needs stdio and some file operations, so it can be tame()'d early in main(). |
2010-10-18 10:47:00 by Marc Espie | Files touched by this commit (39) |
Log message: USE_GROFF=Yes |
2010-10-03 20:52:52 by William Yodlowsky | Files touched by this commit (2) |
Log message: MFC: - - - date: 2010/09/20 18:21:10; author: naddy; state: Exp; lines: +2 -2 SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405. ok jasper@ - - - |
2010-10-03 20:48:55 by William Yodlowsky | Files touched by this commit (1) |
Log message: MFC: - - - date: 2010/09/20 18:21:10; author: naddy; state: Exp; lines: +2 -2 SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405. ok jasper@ - - - |
2010-09-20 12:21:10 by Christian Weisgerber | Files touched by this commit (3) |
Log message: SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405. ok jasper@ |
2008-06-09 10:44:09 by Robert Nagy | Files touched by this commit (1) |
Log message: SECURITY: Update to 1.0.5, which includes integer overflow checks. Fixes CERT-FI 20469. from William Yodlowsky |
2008-03-18 12:44:31 by Christian Weisgerber | Files touched by this commit (2) |
Log message: SECURITY: Update to 1.0.5, which includes integer overflow checks. Fixes CERT-FI 20469. |
2008-01-04 10:48:38 by Marc Espie | Files touched by this commit (187) |
Log message: tweak FAKE_FLAGS semantics to saner defaults. |
2007-09-15 04:14:34 by Marc Espie | Files touched by this commit (38) |
Log message: zap all quotes in COMMENT/PERMIT_* |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2007-02-03 09:30:26 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: SECURITY update to 1.0.4: * Fix file permissions race problem (CVE-2005-0953). * Avoid possible segfault in BZ2_bzclose. * Sanitise file names more carefully in bzgrep. Fixes CVE-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. |
2007-01-31 07:32:11 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: SECURITY update to 1.0.4: * Fix file permissions race problem (CVE-2005-0953). * Avoid possible segfault in BZ2_bzclose. * Sanitise file names more carefully in bzgrep. Fixes CVE-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. |
2007-01-25 14:08:22 by Christian Weisgerber | Files touched by this commit (3) |
Log message: SECURITY update to 1.0.4: * Fix file permissions race problem (CVE-2005-0953). * Avoid possible segfault in BZ2_bzclose. * Sanitise file names more carefully in bzgrep. Fixes CVE-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. |
2006-02-03 13:00:33 by Steven Mestdagh | Files touched by this commit (1) |
Log message: pass shared library version in REGRESS_FLAGS, otherwise regress target rebuilds it without version number. ok sturm@ |
2005-12-23 06:57:22 by Marc Espie | Files touched by this commit (11) |
Log message: use SHARED_LIBS USE_LIBTOOL where appropriate (and bump PKGNAME) tweak a few FAKE_FLAGS to be more uniform. |
2005-10-29 18:10:42 by Federico G. Schwindt | Files touched by this commit (38) |
Log message: after querying brad@ he decided to drop maintainership for these. |
2005-05-16 17:00:59 by Christian Weisgerber | Files touched by this commit (6) |
Log message: Maintenance update to 1.0.3. - minor bug fixes only - no more .info manual ok brad@ |
2005-04-17 13:42:38 by Marc Espie | Files touched by this commit (2) |
Log message: @endfake marker |
2005-01-05 08:40:37 by Christian Weisgerber | Files touched by this commit (48) |
Log message: SIZE |
2004-11-21 05:50:34 by Marc Espie | Files touched by this commit (38) |
Log message: Mark all system libs in WANTLIB, result of running newlib-depends-check |
2004-08-06 08:37:29 by Marc Espie | Files touched by this commit (75) |
Log message: switch to new style PLISTS, using @lib, ditching DYNLIBDIR. Replace two INSTALL scripts with @sample. Reorder plists to match auto-generation, add comments for files that don't get installed. |
2004-08-03 05:30:02 by Marc Espie | Files touched by this commit (24) |
Log message: manpages markers. use SHARED_ONLY to discard PFRAG.shared. |
2004-07-24 08:20:49 by Marc Espie | Files touched by this commit (27) |
Log message: switch to using dir/ and @info. a few more tweaks done by the automatic update mode of make update-plist. |
2004-04-06 00:33:29 by Brad Smith | Files touched by this commit (1) |
Log message: remove another sparc64/2.95 workaround. |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2003-06-22 21:30:25 by Jolan Luff | Files touched by this commit (1) |
Log message: allow optimization on sparc64 again. tested by naddy, sturm, & myself. |
2003-05-23 19:01:24 by Jolan Luff | Files touched by this commit (1) |
Log message: # BSD |
2002-12-29 08:15:18 by Federico G. Schwindt | Files touched by this commit (15) |
Log message: sayonara NEED_VERSION. |
2002-10-08 22:13:03 by Brad Smith | Files touched by this commit (1) |
Log message: MFC: correct wrong symlinks for man pages. -- Spotted by: form@ Patch from: mpech@ |
2002-09-20 07:13:49 by Brad Smith | Files touched by this commit (1) |
Log message: correct wrong symlinks for man pages. -- Spotted by: form@ Patch from: mpech@ |