The NetBSD Project

CVS log for pkgsrc/converters/mpack/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / converters / mpack

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 21 08:53:30 2021 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, HEAD
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

*: remove dead download location

Revision 1.24 / (download) - annotate - [select for diffs], Wed Oct 3 00:20:12 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.23: +1 -3 lines
Diff to previous 1.23 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Feb 22 21:01:53 2012 UTC (12 years, 1 month ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Fix PR/42308 "munpack no longer preserve filenames", using the patch from
Debian bug 212283.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 10 21:09:55 2012 UTC (12 years, 3 months ago) by tez
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored)

add patch for CVE-2011-4919 (bad permissions on created files)

Revision 1.21 / (download) - annotate - [select for diffs], Wed Nov 17 22:24:40 2010 UTC (13 years, 5 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Tue Apr 20 10:26:40 2010 UTC (14 years ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Remove one more /usr/tmp.

Revision 1.18.28.1 / (download) - annotate - [select for diffs], Sun Feb 15 22:23:50 2009 UTC (15 years, 2 months ago) by tron
Branch: pkgsrc-2008Q4
Changes since 1.18: +4 -6 lines
Diff to previous 1.18 (colored) next main 1.19 (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.19 / (download) - annotate - [select for diffs], Sun Feb 15 20:12:17 2009 UTC (15 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.18: +4 -6 lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:06 2006 UTC (18 years, 1 month ago) by jlam
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, pkgsrc-2006Q1-base, pkgsrc-2006Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Branch point for: pkgsrc-2008Q4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:08 2005 UTC (19 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:52 2005 UTC (19 years ago) by wiz
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 13 21:28:27 2004 UTC (19 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

USE_BUILDLINK3 is a yes/no variable.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 11 07:23:29 2004 UTC (20 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.13: +3 -7 lines
Diff to previous 1.13 (colored)

Convert to buildlink3.  Use LDFLAGS.SunOS.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 20 12:10:29 2004 UTC (20 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 17 21:27:20 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:16 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 5 16:45:21 2002 UTC (21 years, 4 months ago) by is
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.9: +7 -1 lines
Diff to previous 1.9 (colored)

Make this compile under Solaris, too. Reviewed by wiz@netbsd.org

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 14 23:43:48 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

buildlink1 -> buildlink2

Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 20 02:15:36 2001 UTC (22 years, 8 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.7: +3 -2 lines
Diff to previous 1.7 (colored)

Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 1 20:28:42 2001 UTC (23 years ago) by zuntum
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Remove redundant MAKE_ENV

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 16 13:59:26 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 20 09:33:12 1998 UTC (25 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-3-PATCH003, comdex-fall-1999
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored)

Update package Makefiles for automatic manual page handling.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 20 11:56:21 1998 UTC (26 years ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:17 1998 UTC (26 years ago) by agc
Branch: MAIN
Changes since 1.2: +2 -7 lines
Diff to previous 1.2 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 26 00:11:06 1998 UTC (26 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.1: +10 -8 lines
Diff to previous 1.1 (colored)

Adapt this package for NetBSD.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Feb 25 23:51:08 1998 UTC (26 years, 1 month ago) by tron
Branch: FREEBSD
CVS Tags: FreeBSD-current-1998-02-22
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of FreeBSD's "mpack" port.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 25 23:51:08 1998 UTC (26 years, 1 month ago) by tron
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>