Up to [cvs.netbsd.org] / pkgsrc / pkgtools / pbulk-base
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 19 12:17:15 2012 UTC (2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
pbulk-0.45: make order function stable
Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 27 19:53:30 2011 UTC (5 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
pbulk-base-0.44: Fix hash function to actually do proper hashing. Do some further tweaking to improve matching by storing string size. While here, add the necessary .WAIT to allow parallel builds.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 21 11:55:15 2011 UTC (8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
pbulk-base-0.43: Explicitly re-run make clean after create-usergroup, if it was run before configure. This ensures that the work directory gets the correct owner. Fixes strange error in qmail build.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 6 02:23:32 2011 UTC (14 months, 2 weeks ago) by seanb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
- pass fullpath in argv[0] when pkg-scan spawns bmake so that the same gets inherited across a sub make.
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 5 00:07:07 2010 UTC (2 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
pbulk-base-0.41: Improve diagnostic message for dependency cycles by actually showing the path.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 26 16:25:49 2010 UTC (2 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
pbulk-base-0.40: Don't print all failed/successful jobs at the beginning, just a small message when it is done.
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Sun Sep 6 13:47:20 2009 UTC (2 years, 8 months ago) by tron
Branch: pkgsrc-2009Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Pullup ticket #2881 - requested by joerg pbulk-base: bug fix update pbulk: bug fix update Revisions pulled up: - pkgtools/pbulk-base/Makefile 1.2 - pkgtools/pbulk/Makefile 1.55 - pkgtools/pbulk/files/pbulk/lib/event.c 1.6 - pkgtools/pbulk/files/pbulk/scripts/pkg-build 1.18 -- Module Name: pkgsrc Committed By: joerg Date: Sun Aug 23 18:02:04 UTC 2009 Modified Files: pkgsrc/pkgtools/pbulk-base: Makefile pkgsrc/pkgtools/pbulk/files/pbulk/lib: event.c Log Message: pbulk-base-0.39: Fix ordering of event handler vs queue modification. This can result in queue corruption or use after free when the master can't handle a request before the next arrives. From Matt Dillon. --- Module Name: pkgsrc Committed By: joerg Date: Fri Sep 4 22:06:18 UTC 2009 Modified Files: pkgsrc/pkgtools/pbulk: Makefile pkgsrc/pkgtools/pbulk/files/pbulk/scripts: pkg-build Log Message: pbulk-0.41: Create & chown work.log for destdir builds too, as the normal build is run unprivileged.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 23 18:02:04 2009 UTC (2 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
pbulk-base-0.39: Fix ordering of event handler vs queue modification. This can result in queue corruption or use after free when the master can't handle a request before the next arrives. From Matt Dillon.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 7 18:07:00 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base
Branch point for: pkgsrc-2009Q2
Split pbulk into pbulk-base (the backend programs) and pbulk (rest).