libfile-lchown-perl 0.02-3build4 source package in Ubuntu

Changelog

libfile-lchown-perl (0.02-3build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:49:29 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
libfile-lchown-perl_0.02.orig.tar.gz 11.5 KiB a02fbf285406a8a4d9399284f032f2d55c56975154c2e1674bd109837b8096ec
libfile-lchown-perl_0.02-3build4.debian.tar.xz 2.1 KiB d5fcb212da8113935fa216953e4473065e22b85461a090411041dd6f70353c87
libfile-lchown-perl_0.02-3build4.dsc 2.2 KiB 3ff881ae0811e25aae8a2e052b0269eeb3b0c4fa0aea483c8de2f5dc2c996232

Available diffs

View changes file

Binary packages built by this source

libfile-lchown-perl: module to modify attributes of symlinks without dereferencing them

 The regular chown system call will dereference a symlink and apply ownership
 changes to the file at which it points. Some OSes provide system calls that
 do not dereference a symlink but instead apply their changes directly to the
 named path, even if that path is a symlink (in much the same way that lstat
 will return attributes of a symlink rather than the file at which it points).
 .
 File::lchown provides a wrapper around those system calls.

libfile-lchown-perl-dbgsym: debug symbols for libfile-lchown-perl