summaryrefslogtreecommitdiff
path: root/mail/tnef
AgeCommit message (Collapse)AuthorFilesLines
2006-02-09Updated to version 1.3.4.heinz2-7/+17
Relevant changes since version 1.3.2: ===================================== * 1.3.4: ** Fixing RTF message body saving [Bug# 1318728]. Fix courtesy of Eduardo Subelman. * 1.3.3: ** Fixing memory leak bug [Bug# 1168062]. GUIDs not being freed corrrectly. ** Now saving message body data [RFE# 1033855]. Now optionally saves message body data, generalizing the previous --save-rtf feature. ** Implementing Unicode handling [Patch# 666561]. Implementing code to translate Unicode strings to utf8 as best as can be.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-04-20Updated to version 1.3.2heinz2-7/+6
-- 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
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-05Update to version 1.3.1heinz2-7/+7
Changes since 1.2.3.1: 1.3.1: Fixing dumb compiling bugs [BUG: #1108485]. GCC lets me write incorrect code! Small modifications to tnef.spec.in as suggested by jmsl@users.sf.net [BUG: #1102128] Corrected type problems to improve portability to 64 bit systems and Mac. 1.3: Adding feature to allow for saving of RTF data.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-15Update to version 1.2.3.1.heinz2-7/+10
Take maintainership. Add TEST_TARGET. Enable pkgviews. history of user-visible changes * 1.2.3.1: ** Fixing distribution: triples test files were missing ** Updating man page. * 1.2.3: ** Dumping of data for objects of type szTRIPLE * 1.2.2: ** New command line option: -x SIZE | --maxsize=SIZE to allow users to protect against nefarious TNEF files. ** Removed deprecated command line options ** First pass at a primitive web page for tnef.sourceforge.net * 1.2.1: ** Fixing test failure on NetBSD (698111) and big-endian systems (712371).
2004-04-18Convert to buildlink3.snj1-3/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-05Update to 1.2.0:wiz2-5/+5
* 1.2.0: ** Added new automated testing. Run them with ``make check''. * 1.1.5: ** Added MAPI_OBJECT.tnef test file ** Code cleanup. * 1.1.4: ** Fixed Bug 620072: Segfault related to MAPI_OBJECT parsing. * 1.1.3: ** Fixed Bug 608075: configuration on MacOSX
2002-10-13Update to 1.1.2. Buildlink1 -> buildlink2.wiz2-7/+8
Changes since 1.1.1: * Fixing bug with MAPI_ATTACH_OBJ_DATA instead of attATTACHMENT usage. * Minor Updates of copyright and bug reporting address.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-09-19Update tnef to 1.1.1. A strdup bug was fixed in this version. Also,rh2-22/+7
the man page was moved to section 1 making some tweaks in the package Makefile no longer necessary.
2001-08-16Update mail/tnef to 1.1. Changes from version 0.16 include:jlam4-16/+31
* man page * bug fixes * parsing of MAPI attributes * long filenames available
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-18Update tnef to 0.16. Changes are:rh2-4/+4
* Now builds on Digital UNIX v4.0 (OSF1) * Intermittent crash fix. * New option to allow for numberd file backups (courtesy of Jean-Jacques Michel)
2000-10-27Update tnef to version 0.15. Main change since 0.14.1 is to add abilityjwise2-4/+4
to overwrite existing files, with or without confirmation.
2000-10-23Initial import of tnef-0.14.1, a utility to decode MS-TNEF attachmentsrh5-0/+28