summaryrefslogtreecommitdiff
path: root/converters/mpack
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 fromshattered3-5/+16
Debian bug 212283.
2012-01-10add patch for CVE-2011-4919 (bad permissions on created files)tez3-7/+20
2011-08-01Fix broken clang build.dholland2-1/+17
2010-11-17Fix decoding of message/partial. Explanation:is3-3/+84
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-06-15Add patch comment. I had this lying around uncommitted for some reason.dholland2-3/+8
2010-04-20Remove one more /usr/tmp.is3-11/+20
2010-01-15Add comments to two patches. These changes were sitting uncommitted indholland3-5/+16
one of my trees; I don't remember why they didn't get committed when I updated the package a while back.
2009-02-15Update to 1.6.dholland7-86/+67
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-06-09Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-1/+15
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-12-19Fix errno. Use stdlib.h in one place as well.joerg3-5/+37
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.
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
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.orgis4-23/+27
2002-11-14buildlink1 -> buildlink2jlam1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-20Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY.jlam6-56/+54
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-01Remove redundant MAKE_ENVzuntum2-5/+4
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+4
1999-02-27Fix #ifdef unix issuesjwise1-6/+7
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
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.tron4-62/+67
1998-02-25Initial import of FreeBSD's "mpack" port.tron7-0/+124