Update tnef to 1.4.12:
* 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.
This commit is contained in:
parent
27245f1f06
commit
14afd8906f
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.28 2014/10/09 14:06:41 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.29 2015/10/15 12:25:52 wiz Exp $
|
||||
|
||||
DISTNAME= tnef-1.4.3
|
||||
PKGREVISION= 1
|
||||
DISTNAME= tnef-1.4.12
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2006/11/18 21:08:17 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.15 2015/10/15 12:25:52 wiz Exp $
|
||||
|
||||
SHA1 (tnef-1.4.3.tar.gz) = 699be103018ee985b1a1edc865c7047816571577
|
||||
RMD160 (tnef-1.4.3.tar.gz) = a94ab3ff029eeb2ff20f2cce8a64043cf10f3e97
|
||||
Size (tnef-1.4.3.tar.gz) = 3920517 bytes
|
||||
SHA1 (tnef-1.4.12.tar.gz) = efa9aa2bb416e5c81317910a1b615931d79a8c7b
|
||||
RMD160 (tnef-1.4.12.tar.gz) = 07d7ac6059e8988d3e4f5322c156130c74424efb
|
||||
SHA512 (tnef-1.4.12.tar.gz) = 101741396ba3bd01a4b4a46b0c8ce56899e363878b49458b96294c6e98e07d824582d3f9b17bbc8f82b51f28d021db452f7d6b3ab75ac2a0902c9de11d82c84f
|
||||
Size (tnef-1.4.12.tar.gz) = 4009945 bytes
|
||||
|
|
Loading…
Reference in a new issue