summaryrefslogtreecommitdiff
path: root/converters/mpack/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-22Fix PR/42308 "munpack no longer preserve filenames", using the patch fromshattered1-2/+2
Debian bug 212283.
2012-01-10add patch for CVE-2011-4919 (bad permissions on created files)tez1-2/+2
2010-11-17Fix decoding of message/partial. Explanation:is1-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-20Remove one more /usr/tmp.is1-1/+2
2009-02-15Update to 1.6.dholland1-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-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-04-11Convert to buildlink3. Use LDFLAGS.SunOS.snj1-7/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-05Make this compile under Solaris, too. Reviewed by wiz@netbsd.orgis1-1/+7
2002-11-14buildlink1 -> buildlink2jlam1-2/+2
2001-08-20Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-04-01Remove redundant MAKE_ENVzuntum1-2/+1
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
1998-06-20Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-3/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-26Adapt this package for NetBSD.tron1-8/+10
1998-02-25Initial import of FreeBSD's "mpack" port.tron1-0/+21