pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/tnef Updated to version 1.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e1c181b6dc6
branches:  trunk
changeset: 492853:4e1c181b6dc6
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Apr 20 14:38:31 2005 +0000

description:
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

diffstat:

 mail/tnef/Makefile |  5 ++---
 mail/tnef/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f4b4a35e96d1 -r 4e1c181b6dc6 mail/tnef/Makefile
--- a/mail/tnef/Makefile        Wed Apr 20 14:36:14 2005 +0000
+++ b/mail/tnef/Makefile        Wed Apr 20 14:38:31 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:28 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/04/20 14:38:31 heinz Exp $
 #
 
-DISTNAME=      tnef-1.3.1
-PKGREVISION=   # empty
+DISTNAME=      tnef-1.3.2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tnef/}
 
diff -r f4b4a35e96d1 -r 4e1c181b6dc6 mail/tnef/distinfo
--- a/mail/tnef/distinfo        Wed Apr 20 14:36:14 2005 +0000
+++ b/mail/tnef/distinfo        Wed Apr 20 14:38:31 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/02/24 09:59:30 agc Exp $
+$NetBSD: distinfo,v 1.10 2005/04/20 14:38:31 heinz Exp $
 
-SHA1 (tnef-1.3.1.tar.gz) = 98d5fdcf089a6f791afef3330c8e322fedc4996d
-RMD160 (tnef-1.3.1.tar.gz) = 50b55bf12206790dfce78116c8be60beec72073c
-Size (tnef-1.3.1.tar.gz) = 1624343 bytes
+SHA1 (tnef-1.3.2.tar.gz) = 992d8147376d097c648d1209502fb1f55550fef5
+RMD160 (tnef-1.3.2.tar.gz) = df5ea23328ab8846ce8a3bed329c9fb776ca9da4
+Size (tnef-1.3.2.tar.gz) = 1625253 bytes



Home | Main Index | Thread Index | Old Index