Package: libpar-packer-perl / 1.006-1+squeeze1

Metadata

Package Version Patches format
libpar-packer-perl 1.006-1+squeeze1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix pod spelling.patch | (download)

script/tkpp | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix pod spelling errors
01_manpage ext.patch | (download)

Makefile.PL | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix manpage extension for compatibility with debian perl policy


fix with new par name | (download)

lib/PAR/Packer.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 par.pl was renamed to par-archive in order to be
 compliant with Debian Policy


create safe temporary directories.patch | (download)

myldr/mktmpdir.c | 35 33 + 2 - 0 !
1 file changed, 33 insertions(+), 2 deletions(-)

 create safe temporary directories
 CVE-2011-4114: PAR packed files are extracted to unsafe and predictable
 temporary directories.
 .
 - create parent of cache directory (i.e. /tmp/par-USER) with mode 0700
 - if it already exists, make sure that (and bail out if not)
   - it's not a symlink
   - it's mode 0700
   - it's owned by USER
run_all_tests_using_a_nonce_PAR_TMPDIR.patch | (download)

t/10-parl-generation.t | 2 2 + 0 - 0 !
t/20-pp.t | 3 3 + 0 - 0 !
t/30-current_exec.t | 3 3 + 0 - 0 !
t/40-packer_cd_option.t | 4 4 + 0 - 0 !
4 files changed, 12 insertions(+)

 run all tests using a nonce par_tmpdir