Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 13:40:55 UTC Now

2009-02-15 22:23:50 UTC pkgsrc-2008Q4 commitmail json YAML

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.

(tron)