libxs-object-magic-perl 0.05-2build3 source package in Ubuntu

Changelog

libxs-object-magic-perl (0.05-2build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:55:41 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libxs-object-magic-perl_0.05.orig.tar.gz 104.4 KiB 3dc9e460cee92e11744062754643a33778ca52a54d205fcaffa4ab0f3cf15e5a
libxs-object-magic-perl_0.05-2build3.debian.tar.xz 2.7 KiB d9159b3616e80380a7d1d5c5bcb092c37343622fb2c539b5e11234efa1ed1f66
libxs-object-magic-perl_0.05-2build3.dsc 2.3 KiB 25bc1131662aee50c678f8cc82b712ecb8ca41932b4cae4fc8b5d5b6de81870a

Available diffs

View changes file

Binary packages built by this source

libxs-object-magic-perl: module for opaque, extensible XS pointer backed objects using sv_magic

 XS::Object::Magic provides a way of associating structs with Perl space
 objects designed to supersede Perl's builtin "T_PTROBJ" with something that
 is designed to be:
 .
   * extensible: The association of the pointer using "sv_magicext" can be
     done on any data type, so you can associate C structs with any
     representation type. This means that you can add pointers to any object
     (hand coded, Moose or otherwise), while still having instance data in
     regular hashes.
   * opaque: The C pointer is neither visible nor modifiable from Perl space.
     This prevents accidental corruption which could lead to segfaults using
     "T_PTROBJ" (e.g. "$$ptr_obj = 0").

libxs-object-magic-perl-dbgsym: debug symbols for libxs-object-magic-perl