diff --git a/Changes b/Changes index 73f07a2..a5f630e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Mozilla-CA +20250202 + - Update from Mozilla repository to 2025-02-02 + - Added certificates: + - GLOBALTRUST 2020 + sha256: 9a296a5182d1d451a2e37f439b74daafa267523329f90f9a0d2007c334e23c9a + - Removed certificates: + - Entrust Root Certification Authority - G4 + sha256: db3517d1f6732a2d5ab97c533ec70779ee3270a62fb4ac4238372460e6f01e88 + - SecureSign RootCA11 + sha256: bf0feefb9e3a581ad5f9e9db7589985743d261085c4d314f6f5d7259aa421612 + - Security Communication RootCA3 + sha256: 24a55c2ab051442d0617766541239a4ad032d7c55175aa34ffde2fbc4f5c5294 + 20240924 - Update from Mozilla repository to 2024-09-24 - Added certificates: diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm index 4d5fdf1..50c5407 100644 --- a/lib/Mozilla/CA.pm +++ b/lib/Mozilla/CA.pm @@ -2,7 +2,7 @@ package Mozilla::CA; use strict; use warnings; -our $VERSION = '20240924'; +our $VERSION = '20250202'; use File::Spec (); use File::Basename qw(dirname);