pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-Linux-Inotify2 p5-Linux-Inotify2: update t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d36bcae18e50
branches:  trunk
changeset: 440440:d36bcae18e50
user:      mcf <mcf%pkgsrc.org@localhost>
date:      Thu Oct 08 21:43:00 2020 +0000

description:
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.

diffstat:

 sysutils/p5-Linux-Inotify2/Makefile |   7 +++----
 sysutils/p5-Linux-Inotify2/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (30 lines):

diff -r 895a97c765d2 -r d36bcae18e50 sysutils/p5-Linux-Inotify2/Makefile
--- a/sysutils/p5-Linux-Inotify2/Makefile       Thu Oct 08 20:20:26 2020 +0000
+++ b/sysutils/p5-Linux-Inotify2/Makefile       Thu Oct 08 21:43:00 2020 +0000
@@ -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 -r 895a97c765d2 -r d36bcae18e50 sysutils/p5-Linux-Inotify2/distinfo
--- a/sysutils/p5-Linux-Inotify2/distinfo       Thu Oct 08 20:20:26 2020 +0000
+++ b/sysutils/p5-Linux-Inotify2/distinfo       Thu Oct 08 21:43:00 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index