pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-PAR
Module Name: pkgsrc
Committed By: mef
Date: Sat Sep 5 13:42:48 UTC 2015
Modified Files:
pkgsrc/devel/p5-PAR: Makefile distinfo
Log Message:
Update 1.009 to 1.010
---------------------
1.010 2015-07-13
- Fix #101800 "[PATCH] Reinstate files to inc dir if deleted by external process"
Periodic temp directory cleaning programs (eg. "tmpwatch") may remove some
(older) files from $PAR_TEMP/inc, but keep others. This causes the packed
program to fail.
- When extracting a .par file to $PAR_TEMP/inc do NOT restore the original
modified timestamps of the file (so that the extracted files have
the time of extraction as their modified time).
- Add a "canary" file in $PAR_TEMP and back-date it 1 day. Hence any process
removing files in $PAR_TEMP based on timestamps should remove
the "canary" before others.
- If the canary file is missing, extract the .par to $PAR_TEMP/inc
as previously was done only when $PAR_TEMP/inc was missing.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-PAR/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-PAR/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index