Subject: CVS commit: pkgsrc/mail/tnef
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 04/20/2005 14:38:31
Module Name: pkgsrc
Committed By: heinz
Date: Wed Apr 20 14:38:31 UTC 2005
Modified Files:
pkgsrc/mail/tnef: Makefile distinfo
Log Message:
Updated to version 1.3.2
--
Changes since 1.3.1
===================
* tests/cmdline/maxsize.test, tests/cmdline/maxsize.baseline:
Changing initial tests from 23 bytes to 25 bytes because on 64 bit
systems the sizeof(Attr) is 24 bytes itself, was causing the test to
fail due to different output (but not incorrect program
operation). [Bug# 1121539]
* src/main.c (parse_cmdline):
ignoring negative values to maxsize option. [Bug# 1121539]
* tnef.c (copy_guid_from_buf):
[Bug# 1117373]. New function to parse a GUID
from a character buffer correctly; big endian machines interpreted it
incorrectly, forcing to be dealt with as little endian number.
(decode_mapi): Use of new function
(dump_mapi_attr): Fixing compiler warnings
* configure.in: adding stroul to checked functions
* configure.in, src/basename.h, src/basename.c:
[Bug# 1109683] - fixing declaration of basename
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/mail/tnef/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/mail/tnef/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.