diff options
author | mcf <mcf@pkgsrc.org> | 2020-10-08 21:43:00 +0000 |
---|---|---|
committer | mcf <mcf@pkgsrc.org> | 2020-10-08 21:43:00 +0000 |
commit | 473ed14d13ce609d1dc1f22be5f128a4a492b7dc (patch) | |
tree | dd5c9837ef6ba850bab78579345c2cf2ab46f443 | |
parent | 1c53f918f8491707edf30d2ed4017f7ea992b415 (diff) | |
download | pkgsrc-473ed14d13ce609d1dc1f22be5f128a4a492b7dc.tar.gz |
p5-Linux-Inotify2: update to 2.2
2.2 Mon Dec 9 04:09:05 CET 2019
- define IN_EXCL_UNLINK to 0 if it is missing, for the benefit of
antique systems that lack this symbol.
2.1 Fri Oct 26 03:16:03 CEST 2018
- damn, left debugging code not caught by tests (reported by losyme).
2.0 Thu Oct 25 03:19:08 CEST 2018
- fix poll and read documentation w.r.t. errors - this changes the
documented API, but is how the module has always behaved.
- mention https://lwn.net/Articles/605128/ in the docs.
- new on_overflow callback, called for overflow events.
- new ->broadcast method that calls all watchers with some event.
- automatically broadcast overflow events to all watchers by default.
- read now returns all events (except ignored ones), not just ones
it has registered watchers for (e.g. overflow events).
- reduced dependencies (Mike Pomraning).
- add IN_EXCL_UNLINK flag.
- more efficient constant initialisation.
-rw-r--r-- | sysutils/p5-Linux-Inotify2/Makefile | 7 | ||||
-rw-r--r-- | sysutils/p5-Linux-Inotify2/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/p5-Linux-Inotify2/Makefile b/sysutils/p5-Linux-Inotify2/Makefile index 6cd32ede084..6d293972edd 100644 --- a/sysutils/p5-Linux-Inotify2/Makefile +++ b/sysutils/p5-Linux-Inotify2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2020/08/31 18:11:32 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2020/10/08 21:43:00 mcf Exp $ -DISTNAME= Linux-Inotify2-1.22 -PKGNAME= p5-${DISTNAME:S/22/2.2/} -PKGREVISION= 9 +DISTNAME= Linux-Inotify2-2.2 +PKGNAME= p5-${DISTNAME} CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Linux/} diff --git a/sysutils/p5-Linux-Inotify2/distinfo b/sysutils/p5-Linux-Inotify2/distinfo index 820efc149d5..bffe0435154 100644 --- a/sysutils/p5-Linux-Inotify2/distinfo +++ b/sysutils/p5-Linux-Inotify2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:32:24 agc Exp $ +$NetBSD: distinfo,v 1.4 2020/10/08 21:43:00 mcf Exp $ -SHA1 (Linux-Inotify2-1.22.tar.gz) = 97e100c2fde329b2683103a2e100948b1d812167 -RMD160 (Linux-Inotify2-1.22.tar.gz) = 81f5be5c7f34b6e4fcd26a2e4daba9ea03fda169 -SHA512 (Linux-Inotify2-1.22.tar.gz) = ff98f0ee1cc5722b6242b9073a8754da1e433193416c04749be433fe93ff5269339fd25af8cbb42af192fe09bd1f1b6cbb96ae13c5cdb71024946ecbd92929c1 -Size (Linux-Inotify2-1.22.tar.gz) = 8533 bytes +SHA1 (Linux-Inotify2-2.2.tar.gz) = 7d5802197dd167aaca1bbe468befe6c52b405d0f +RMD160 (Linux-Inotify2-2.2.tar.gz) = 923cac8fa99adb4f856386334749784825c5aec9 +SHA512 (Linux-Inotify2-2.2.tar.gz) = 2c9d7c0489f65821783d448c304d320490490cf955456e9e9e80b92927e12cb0f7cfc66034a85d7b3d440602910b7db1ec4afe54d4e802815435c1bdbf81bac3 +Size (Linux-Inotify2-2.2.tar.gz) = 10272 bytes |