liblinux-inotify2-perl 1:2.3-2build3 source package in Ubuntu

Changelog

liblinux-inotify2-perl (1:2.3-2build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 07:51:59 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Downloads

File Size SHA-256 Checksum
liblinux-inotify2-perl_2.3.orig.tar.gz 10.2 KiB cb99150f9ffa51dbc3be5ee98d8e91c98cdfeae22eb88e718f2cf367bf270d17
liblinux-inotify2-perl_2.3-2build3.debian.tar.xz 4.1 KiB 7937a84b781777fce3a7df3490c3290414742ff74b66b4a036718440dc8acada
liblinux-inotify2-perl_2.3-2build3.dsc 2.1 KiB aff13797c34e0e2f5382667a11bb32f1bff49f17cee9dc738ee88b561405fe19

Available diffs

View changes file

Binary packages built by this source

liblinux-inotify2-perl: scalable directory and file change notification

 inotify (inode notify) is a Linux kernel subsystem that monitors events in
 filesystems and reports those events to applications in real time.
 .
 inotify can be used to monitor individual files or directories. When a
 directory is monitored, inotify will return events for the directory itself
 and for files inside the directory.
 .
 This module implements an interface to the Linux 2.6.13 and later inotify
 directory and file change notification system.
 .
 It has a number of advantages over the Linux::Inotify module:
   - It is portable (Linux::Inotify only works on x86).
   - The equivalent of fullname works correctly.
   - It is better documented.
   - It has callback-style interface, which is better suited for integration.
 .
 This package provides the Perl module Linux::Inotify2.

liblinux-inotify2-perl-dbgsym: debug symbols for liblinux-inotify2-perl