2023-09-01 03:59:03 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.10
Upstream changes:
1.10 2023-05-26 NEILB
- Fixed and extended backoff handling. PR from E Choroba++
- Typo fixed in doc via PR from brian d foy.
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-11-25 14:49:20 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.09
Upstream changes:
1.09 2018-09-26 NEILB
- Only one odd looking fail on CPAN Testers, so doing a non-developer
release, as that will get more testing.
1.08_05 2018-09-26 NEILB
- After lots of testing to try and cope with parallel smoke testers,
decided its best to avoid that problem by having each installation
create a unique name for the pidfile, so the tests won't collide.
1.08_04 2018-09-24 NEILB
- Don't bother with /var/run
- Use File::Spec to portably build paths. Hopefully will sort out
at least some of the Windows fails on CPAN Testers.
1.08_03 2018-09-16 NEILB
- I realised that some of the test cases should set the new "retries"
parameter to zero, otherwise they'll increase the chance of problems
with parallel smokers.
1.08_02 2018-09-13 NEILB
- Extended the SEE ALSO section with a bunch of modules for the same task.
- Changed the parameter name from "attempts" to "retries",
and added documentation for it.
- Added verbose message about backing off.
1.08_01 2018-09-12 NEILB
- If pidfile already exists and process is running,
retry a couple of times. Parallel smoke testers were producing
spurious fails; this will hopefully fix that, and is potentially
a useful feature to have anyway.
1.08 2018-09-07 NEILB
- Fixes for when running in taint mode. One fix from Laurence Darby,
and one from me.
- Include META.json in releases
- Made the SEE ALSO mention of Proc::PID::File linked -- MANWAR.
1.07_01 2018-09-07 NEILB
- Fixes for when running in taint mode. One fix from Laurence Darby,
and one from me.
- Include META.json in releases
|