./converters/mpack, External MIME packer/unpacker

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 1.6, Package name: mpack-1.6, Maintainer: pkgsrc-users

Mpack and munpack are utilities for encoding and decoding
(respectively) binary files in MIME (Multipurpose Internet Mail
Extensions) format mail messages. For compatibility with older forms
of transferring binary files, the munpack program can also decode
messages in split-uuencoded format.


Master sites:

SHA1: 7fd3a73e0f131412920b6ff34872e7e7fa03e03b
RMD160: a83330aa15437dc3ca6475cbf6e35b09ab9cef07
Filesize: 175.635 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-15 23:23:50 by Matthias Scheler | Files touched by this commit (7) | Package updated
Log message:
Pullup ticket #2671 - requested by dholland
mpack: security update

Revisions pulled up:
- converters/mpack/Makefile			1.19
- converters/mpack/PLIST			1.2
- converters/mpack/distinfo			1.8
- converters/mpack/patches/patch-aa		delete
- converters/mpack/patches/patch-ab		1.7
- converters/mpack/patches/patch-ae		1.2
- converters/mpack/patches/patch-af		1.2
---
Module Name:	pkgsrc
Committed By:	dholland
Date:		Sun Feb 15 20:12:18 UTC 2009

Modified Files:
	pkgsrc/converters/mpack: Makefile PLIST distinfo
	pkgsrc/converters/mpack/patches: patch-ab patch-ae patch-af
Removed Files:
	pkgsrc/converters/mpack/patches: patch-aa

Log message:
Update to 1.6.

pkgsrc changes:

- Destdir support.
- Include fixes for implicit function declarations probably broken on LP64.
- Fix for 64-bit time_t world in netbsd-current.
- Fix some pkglint.
- Suppress warning about mktemp() on NetBSD; usage checked.

Upstream changes:

1.6 -- Jul 21 2003
Use automake and a little bit of autoconf

convert K&R declarations/definitions to ANSI

Fixed buffer overflow in getParam and getDispositionFilename (debian patch)
Fixed possible crash in ParseContent (debian patch)

fix typo in getDispositionFilename (from Steve Friedl)

use system strcasecmp and getopt where possible.

use O_EXCL where available when creating files.