Edit

IABSD.fr/ports/converters/p5-JSON-XS/patches

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2025-09-08 17:44:40
    Hash : 598316a1
    Message : update p5-JSON-XS to 4.04 CVE-2025-40928

  • patch-XS_pm
  • MLEHMANN ignores Perl newer than 5.22, disable feature signatures
    
    Index: XS.pm
    --- XS.pm.orig
    +++ XS.pm
    @@ -87,6 +87,7 @@ stuff). Or you can combine those features in whatever 
     
     package JSON::XS;
     
    +no feature 'signatures';
     use common::sense;
     
     our $VERSION = '4.04';