icecat: update to upstream version 128.0.14-1gnu1

This commit is contained in:
Ark74 2025-08-20 11:58:34 -06:00
parent 0cdda4f34e
commit 56c3deff60
77 changed files with 8997 additions and 3862 deletions

View file

@ -107,6 +107,10 @@ static const char kEntrust_net_Premium_2048_Secure_Server_CAFingerprint[] =
static const char kFacebookBackupFingerprint[] =
"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=";
/* GOOGLE_PIN_AE1_GoogleTrustServices */
static const char kGOOGLE_PIN_AE1_GoogleTrustServicesFingerprint[] =
"IGnQeIPjbxiR+JteR7AkUXl7pV+19BT4x3o15saZBNE=";
/* GOOGLE_PIN_DigiCertECCSecureServerCA */
static const char kGOOGLE_PIN_DigiCertECCSecureServerCAFingerprint[] =
"PZXN3lRAy+8tBKk2Ox6F7jIlnzr2Yzmwqc3JnyfXoCw=";
@ -115,6 +119,46 @@ static const char kGOOGLE_PIN_DigiCertECCSecureServerCAFingerprint[] =
static const char kGOOGLE_PIN_SymantecClass3EVG3Fingerprint[] =
"gMxWOrX4PMQesK9qFNbYBxjBfjUvlkn/vN1n+L9lE5E=";
/* GOOGLE_PIN_WE1_GoogleTrustServices */
static const char kGOOGLE_PIN_WE1_GoogleTrustServicesFingerprint[] =
"kIdp6NNEd8wsugYyyIYFsi1ylMCED3hZbSR8ZFsa/A4=";
/* GOOGLE_PIN_WE2_GoogleTrustServices */
static const char kGOOGLE_PIN_WE2_GoogleTrustServicesFingerprint[] =
"vh78KSg1Ry4NaqGDV10w/cTb9VH3BQUZoCWNa93W/EY=";
/* GOOGLE_PIN_WE3_GoogleTrustServices */
static const char kGOOGLE_PIN_WE3_GoogleTrustServicesFingerprint[] =
"daBIAnKdRIX3bqM85I6We7wBUh0DPycNFBMvYkXGX2Q=";
/* GOOGLE_PIN_WE4_GoogleTrustServices */
static const char kGOOGLE_PIN_WE4_GoogleTrustServicesFingerprint[] =
"O5TQDB/wa4SkRjBrQL2Aq9CG317H9MDDgpTVcrpJDa4=";
/* GOOGLE_PIN_WE5_GoogleTrustServices */
static const char kGOOGLE_PIN_WE5_GoogleTrustServicesFingerprint[] =
"8yZxLgpR8EbO8ANRrWKAzIzz9XdlSUgtYPkXKYUlGSY=";
/* GOOGLE_PIN_WR1_GoogleTrustServices */
static const char kGOOGLE_PIN_WR1_GoogleTrustServicesFingerprint[] =
"yDu9og255NN5GEf+Bwa9rTrqFQ0EydZ0r1FCh9TdAW4=";
/* GOOGLE_PIN_WR2_GoogleTrustServices */
static const char kGOOGLE_PIN_WR2_GoogleTrustServicesFingerprint[] =
"YPtHaftLw6/0vnc2BnNKGF54xiCA28WFcccjkA4ypCM=";
/* GOOGLE_PIN_WR3_GoogleTrustServices */
static const char kGOOGLE_PIN_WR3_GoogleTrustServicesFingerprint[] =
"OdSlmQD9NWJh4EbcOHBxkhygPwNSwA9Q91eounfbcoE=";
/* GOOGLE_PIN_WR4_GoogleTrustServices */
static const char kGOOGLE_PIN_WR4_GoogleTrustServicesFingerprint[] =
"hZe1OerqJ1Pnq6F4N0gVjjpHqm037Ndf4aLLVpZZdAE=";
/* GOOGLE_PIN_WR5_GoogleTrustServices */
static const char kGOOGLE_PIN_WR5_GoogleTrustServicesFingerprint[] =
"/RoweMyX8j8/fAaaeAIwzhWXigZDrh/J2BBJaHrjX90=";
/* GTS Root R1 */
static const char kGTS_Root_R1Fingerprint[] =
"hxqRlPTu1bMS/0DITB1SSu0vd4u/8l8TjPgfaAp63Gc=";
@ -277,12 +321,23 @@ static const StaticFingerprints kPinset_test = {
};
static const char* const kPinset_google_Data[] = {
kGOOGLE_PIN_WR5_GoogleTrustServicesFingerprint,
kGOOGLE_PIN_WE5_GoogleTrustServicesFingerprint,
kGlobalSign_ECC_Root_CA___R4Fingerprint,
kGOOGLE_PIN_AE1_GoogleTrustServicesFingerprint,
kGoogleBackup2048Fingerprint,
kGOOGLE_PIN_WE4_GoogleTrustServicesFingerprint,
kGOOGLE_PIN_WR3_GoogleTrustServicesFingerprint,
kGTS_Root_R3Fingerprint,
kGTS_Root_R2Fingerprint,
kGOOGLE_PIN_WR2_GoogleTrustServicesFingerprint,
kGOOGLE_PIN_WE3_GoogleTrustServicesFingerprint,
kGOOGLE_PIN_WR4_GoogleTrustServicesFingerprint,
kGTS_Root_R1Fingerprint,
kGOOGLE_PIN_WE1_GoogleTrustServicesFingerprint,
kGTS_Root_R4Fingerprint,
kGOOGLE_PIN_WE2_GoogleTrustServicesFingerprint,
kGOOGLE_PIN_WR1_GoogleTrustServicesFingerprint,
};
static const StaticFingerprints kPinset_google = {
sizeof(kPinset_google_Data) / sizeof(const char*),
@ -736,4 +791,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
static const int32_t kUnknownId = -1;
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1760959658369000);
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1763379032408000);