pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/p5-Linux-Inotify2



Module Name:    pkgsrc
Committed By:   mcf
Date:           Thu Oct  8 21:43:00 UTC 2020

Modified Files:
        pkgsrc/sysutils/p5-Linux-Inotify2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/p5-Linux-Inotify2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/p5-Linux-Inotify2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/p5-Linux-Inotify2/Makefile
diff -u pkgsrc/sysutils/p5-Linux-Inotify2/Makefile:1.16 pkgsrc/sysutils/p5-Linux-Inotify2/Makefile:1.17
--- pkgsrc/sysutils/p5-Linux-Inotify2/Makefile:1.16     Mon Aug 31 18:11:32 2020
+++ pkgsrc/sysutils/p5-Linux-Inotify2/Makefile  Thu Oct  8 21:43:00 2020
@@ -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/}
 

Index: pkgsrc/sysutils/p5-Linux-Inotify2/distinfo
diff -u pkgsrc/sysutils/p5-Linux-Inotify2/distinfo:1.3 pkgsrc/sysutils/p5-Linux-Inotify2/distinfo:1.4
--- pkgsrc/sysutils/p5-Linux-Inotify2/distinfo:1.3      Wed Nov  4 01:32:24 2015
+++ pkgsrc/sysutils/p5-Linux-Inotify2/distinfo  Thu Oct  8 21:43:00 2020
@@ -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