Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-02-22 | Fix PR/42308 "munpack no longer preserve filenames", using the patch from | shattered | 1 | -2/+2 | |
Debian bug 212283. | |||||
2012-01-10 | add patch for CVE-2011-4919 (bad permissions on created files) | tez | 1 | -2/+2 | |
2010-11-17 | Fix decoding of message/partial. Explanation: | is | 1 | -2/+2 | |
mpack-1.6 introduced more security on Unix-like systems by creating and using a helper function, os_createnewfile, that uses O_CREAT|O_EXCL. Unfortunately, it also uses it to write the total number of parts temporary file, which fails if more than one part contains the total number (as mpack creates them!) The new code compares old and new totals, if both exist, and only writes the new total, if the old didn't exist. Problem solved and one sanity check more at the same time. | |||||
2010-04-20 | Remove one more /usr/tmp. | is | 1 | -1/+2 | |
2009-02-15 | Update to 1.6. | dholland | 1 | -6/+4 | |
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. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2004-11-13 | USE_BUILDLINK3 is a yes/no variable. | jlam | 1 | -2/+2 | |
2004-04-11 | Convert to buildlink3. Use LDFLAGS.SunOS. | snj | 1 | -7/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2002-12-05 | Make this compile under Solaris, too. Reviewed by wiz@netbsd.org | is | 1 | -1/+7 | |
2002-11-14 | buildlink1 -> buildlink2 | jlam | 1 | -2/+2 | |
2001-08-20 | Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -2/+3 | |
2001-04-01 | Remove redundant MAKE_ENV | zuntum | 1 | -2/+1 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
1998-06-20 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -3/+3 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-02-26 | Adapt this package for NetBSD. | tron | 1 | -8/+10 | |
1998-02-25 | Initial import of FreeBSD's "mpack" port. | tron | 1 | -0/+21 | |