summaryrefslogtreecommitdiff
path: root/mail/tnef
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-12Update tnef to version 1.4.18nros2-7/+7
Fixes CVE-2019-18849 Release notes: Release 1.4.18 * Ensure null termination of strdrup * Correct bitshifting Release 1.4.16 * Mostly Documentation Fixes * Small bug fix for UUID assertions
2017-06-20Update to 1.4.15 fixes CVE-2017-8911tez2-7/+7
* 1.4.15 [28 May 2017] ** Fix underflow problem *** https://github.com/verdammelt/tnef/issues/23 * 1.4.14 [19 March 2017] ** Use __builtin_mul_overflow when available. ** Fixing Unicode related bugs introduced in previous release. *** https://github.com/verdammelt/tnef/issues/20
2017-02-24Updated tnef to 1.4.13.wiz2-9/+14
Set LICENSE. * 1.4.13 [23 February 2017] ** Fixing security issues reported by Eric Sesterhenn and Hanno Böck
2015-11-04Remove duplicate SHA512 digests that crept in.agc1-2/+1
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+2
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-15Update tnef to 1.4.12:wiz2-8/+7
* 1.4.12 [31 August 2014] ** Fixing bug in distribution tarball. *** https://github.com/verdammelt/tnef/issues/9 ** Fixing autoconf warnings *** https://github.com/verdammelt/tnef/issues/4 *** https://github.com/verdammelt/tnef/pull/10 ** Fixing compilation warning on Fedora *** https://github.com/verdammelt/tnef/pull/8 * 1.4.11 [12 July 2014] ** Fixing bug when parsing files with multiple value MAPI attributes *** https://github.com/verdammelt/tnef/issues/3 ** Fixing compilation warnings *** https://github.com/verdammelt/tnef/issues/5 * 1.4.10 [4 November 2013] ** Incorporating documentation patch from bentley (github) ** Fixing small problems from new versions of automake/gcc * 1.4.9 [29 February 2012] ** Incorporating patches from Engelke Eschner <tekai@gmx.li> *** (from github: https://github.com/verdammelt/tnef/pull/1) *** Fixing some memory leaks *** printing out MIME types * 1.4.8 [18 April 2011] ** Switched to Git ** Applied patch for man page from Jari Aalto [patch #3104753] * 1.4.7 [31 January 2010] ** Reverting to older UTF decoding method. The public domain UTF converter I replaced my buggy/wrong version with was itself buggy and wrong it seems (didn't work on some platforms). ** Updating main copyright date notice. * 1.4.6 [25 August 2009] ** Including patch from Randy Diffenderfer for a variety of fixes & tweaks. ** Replacing my buggy/wrong UTF converter code with public domain UTF converter code. * 1.4.5 [28 Sept 2008] ** Fixing bug when reading from stdin [Bug #2126695] * 1.4.4 [29 May 2008] ** Small updates after long absense ** Adding --ignore-checksum feature.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2008-06-20Add DESTDIR support.joerg1-1/+2
2006-11-18Update to 1.4.3:wiz2-6/+6
* 1.4.3: [25 August 2006] ** Fixing 'unicode string filename' bug [Bug #1546546]. Regressive bug: code to handle unicode strings added in v1.3.3 was lost in v1.4 during code re-arranging/refactoring
2006-08-06Updated to version 1.4.2.heinz2-8/+6
Pkgsrc changes: - Disabling "debug" mode during compilation was _not_ done through "--disable-debug" :-/, so I removed it. Relevant changes since version 1.4.1: ===================================== ** Fixing 'garbage at end of file' bug [Bug# 1513940]. Now tries to handle gracefully ** Fixing Solaris 10 empty libreplace.a bug [Bug# 1517789]. Now libreplace.a never empty. ** new tests
2006-07-15Updated to version 1.4.1.heinz2-6/+6
Pkgsrc changes: - none Relevant changes since version 1.3.4: ===================================== - new and improved tests - Code reorganization - New MAPI property names - Fixing parsing of multi-value MAPI properties [Bug# 1434145]
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