Up to [cvs.netbsd.org] / pkgsrc / converters / mpack
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Wed Feb 22 21:01:53 2012 UTC (2 months, 4 weeks ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Fix PR/42308 "munpack no longer preserve filenames", using the patch from Debian bug 212283.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 10 21:09:55 2012 UTC (4 months, 1 week ago) by tez
Branch: MAIN
Changes since 1.13: +1 -1
lines
Diff to previous 1.13 (colored)
add patch for CVE-2011-4919 (bad permissions on created files)
Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 1 04:08:51 2011 UTC (9 months, 3 weeks ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Fix broken clang build.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 17 22:24:40 2010 UTC (18 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Fix decoding of message/partial. Explanation: 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.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 15 04:18:04 2010 UTC (23 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Add patch comment. I had this lying around uncommitted for some reason.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 20 10:26:40 2010 UTC (2 years, 1 month ago) by is
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Remove one more /usr/tmp.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 15 23:47:14 2010 UTC (2 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Add comments to two patches. These changes were sitting uncommitted in one of my trees; I don't remember why they didn't get committed when I updated the package a while back.
Revision 1.7.26.1 / (download) - annotate - [select for diffs], Sun Feb 15 22:23:50 2009 UTC (3 years, 3 months ago) by tron
Branch: pkgsrc-2008Q4
Changes since 1.7: +7 -8
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
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.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 15 20:12:17 2009 UTC (3 years, 3 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.7: +7 -8
lines
Diff to previous 1.7 (colored)
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.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 9 15:34:31 2006 UTC (5 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2008Q4
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Remove conflicting declaration of malloc(); include stdlib.h instead.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 19 00:13:38 2005 UTC (6 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
Fix errno. Use stdlib.h in one place as well.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 23 16:12:34 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Add RMD160 digests in addition to SHA1 ones
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 5 16:45:21 2002 UTC (9 years, 5 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Make this compile under Solaris, too. Reviewed by wiz@netbsd.org
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 20 02:15:36 2001 UTC (10 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.2: +5 -3
lines
Diff to previous 1.2 (colored)
Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 18 16:28:01 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, and add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 10:35:14 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo