pkgsrc/converters/mpack
is 60a61d99a7 Fix decoding of message/partial. Explanation:
mpack-1.6 introduced more security on Unix-like systems by creating
and using a helper function, os_createnewfile, that uses O_CREAT|O_EXCL.
Unfortunately, it also uses it to write the total number of parts
temporary file, which fails if more than one part contains the
total number (as mpack creates them!)

The new code compares old and new totals, if both exist, and only
writes the new total, if the old didn't exist. Problem solved and
one sanity check more at the same time.
2010-11-17 22:24:40 +00:00
..
patches Fix decoding of message/partial. Explanation: 2010-11-17 22:24:40 +00:00
DESCR
distinfo Fix decoding of message/partial. Explanation: 2010-11-17 22:24:40 +00:00
Makefile Fix decoding of message/partial. Explanation: 2010-11-17 22:24:40 +00:00
PLIST Update to 1.6. 2009-02-15 20:12:17 +00:00