Path to this page:
Subject: CVS commit: [pkgsrc-2008Q4] pkgsrc/converters/mpack
From: Matthias Scheler
Date: 2009-02-15 23:23:50
Message id: 20090215222350.5609F175D0@cvs.netbsd.org
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.
Files: