CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/10/15 14:14:36
Modified files:
archivers/bzip2: Makefile
archivers/bzip2/patches: patch-bzip2_c
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.
