2023-12-16 12:09:59 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-EV) Updated 4.33 to 4.34
4.34 Sun 08 Oct 2023 23:45:11 CEST
- the EV::stat->path method errornously freed the result, causing
corruption (testcase by Carsten Witt).
- new functino EV::Child::reinit.
|
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.
|
2020-04-11 14:03:53 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
(devel/p5-EV) Updated to 4.33
4.33 Wed Mar 18 13:31:12 CET 2020
- the enable assertion makefile question failed to enable
assertions due to a typo.
- try harder to avoid perl's assert () which does not actually
behave correctly.
- updated libecb to make it compile under more windows environments.
|
2020-03-15 20:30:54 by Tobias Nygren | Files touched by this commit (2) | |
Log message:
p5-EV: update to 4.32 to fix build on Linux
changes for version 4.32 - 2020-01-24
(libev) fixed a bug introduced in 4.31 when timerfds and signalfds were used at \
the same time.
(libev) 0 is now allowed as requested event mask in io watchers.
(libev) once-per-minute wakeups will now be optimized away when timerfds are \
available
use the new ev_io_modify in EV::IO->events, instead of the potentially slower \
ev_io_set.
add a bunch of mutator methods, mostly untested(!): EV::Timer->repeat, \
EV::Periodic->offset, EV::Periodic->interval, \
EV::Periodic->reschedule_cb.
minor optimisations and bugfixes.
|
2020-01-01 02:38:18 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-EV) Updated to 4.31
4.31 Fri Dec 20 21:57:00 CET 2019
- (libev) handle backends with minimum wait time a bit better by
not waiting in the presence of already-expired timers
(behaviour reported by Felipe Gasper).
- (libev) use timerfd to detect timejumps.
- (libev) new loop flag: EVFLAG_NOTIMERFD.
|