Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

commit df1a11efc34387eb62972099c2ae390e5654545a
Author:     Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2026-01-07 15:02:10 +0000
Commit:     Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2026-01-07 15:02:34 +0000

    www/iridium: update to 2026.01.143.4
---
 www/iridium/Makefile                                         |  2 +-
 www/iridium/distinfo                                         |  6 +++---
 ...browser_data__manager_payments_payments__data__manager.cc | 12 ++++++------
 ..._browser_data__manager_payments_payments__data__manager.h | 10 +++++-----
 ...r_suggestions_payments_payments__suggestion__generator.cc | 11 -----------
 5 files changed, 15 insertions(+), 26 deletions(-)

diff --git a/www/iridium/Makefile b/www/iridium/Makefile
index a347668bd872..8cf0d8774069 100644
--- a/www/iridium/Makefile
+++ b/www/iridium/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	iridium
-PORTVERSION=	2025.12.143.3
+PORTVERSION=	2026.01.143.4
 PULSEMV=	16
 PULSEV=		${PULSEMV}.1
 CATEGORIES=	www wayland
diff --git a/www/iridium/distinfo b/www/iridium/distinfo
index 605901164013..7f0cdd15fcb1 100644
--- a/www/iridium/distinfo
+++ b/www/iridium/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1766183891
-SHA256 (iridium-browser-2025.12.143.3.tar.xz) = 33d058038d87b589ea5033a1c6b249d146292ec9d4b4137df06741473680ccee
-SIZE (iridium-browser-2025.12.143.3.tar.xz) = 1098982548
+TIMESTAMP = 1767798109
+SHA256 (iridium-browser-2026.01.143.4.tar.xz) = 635b7a6c0b1d64f17f279428892c00df94742a4836bfdcece385df4f2b6f6fdd
+SIZE (iridium-browser-2026.01.143.4.tar.xz) = 1098976500
 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
 SIZE (pulseaudio-16.1.tar.gz) = 2763111
diff --git a/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc b/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc
index 583d8969e189..4b8ade10f443 100644
--- a/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc
+++ b/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc
@@ -1,6 +1,6 @@
---- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig	2025-12-10 15:04:57 UTC
+--- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig	2026-01-07 15:01:47 UTC
 +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.cc
-@@ -480,7 +480,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone(
+@@ -479,7 +479,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone(
  
  bool PaymentsDataManager::ShouldShowBnplSettings() const {
  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@@ -9,7 +9,7 @@
    // Check `kAutofillEnableBuyNowPayLater` only if the user has seen a BNPL
    // suggestion before, or there are already linked issuers present, to avoid
    // unnecessary feature flag checks. The linked issuer check is due to the fact
-@@ -1015,7 +1015,7 @@ void PaymentsDataManager::SetPrefService(PrefService* 
+@@ -1014,7 +1014,7 @@ void PaymentsDataManager::SetPrefService(PrefService* 
            &PaymentsDataManager::OnAutofillPaymentsCardBenefitsPrefChange,
            base::Unretained(this)));
  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@@ -18,7 +18,7 @@
    pref_registrar_.Add(
        prefs::kAutofillBnplEnabled,
        base::BindRepeating(&PaymentsDataManager::OnBnplEnabledPrefChange,
-@@ -1089,7 +1089,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() {
+@@ -1088,7 +1088,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() {
  }
  
  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@@ -27,7 +27,7 @@
  bool PaymentsDataManager::IsAutofillHasSeenBnplPrefEnabled() const {
    return prefs::HasSeenBnpl(pref_service_);
  }
-@@ -2140,7 +2140,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported(
+@@ -2139,7 +2139,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported(
  
  bool PaymentsDataManager::AreBnplIssuersSupported() const {
  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@@ -36,7 +36,7 @@
    return (app_locale_ == "en-US" || app_locale_ == "en-GB" ||
            app_locale_ == "en-CA") &&
           GetCountryCodeForExperimentGroup() == "US" &&
-@@ -2175,7 +2175,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits()
+@@ -2174,7 +2174,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits()
  }
  
  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
diff --git a/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h b/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h
index f8510af57559..d7dc92a5582c 100644
--- a/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h
+++ b/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h
@@ -1,15 +1,15 @@
---- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig	2025-12-10 15:04:57 UTC
+--- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig	2026-01-07 15:01:47 UTC
 +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.h
-@@ -378,7 +378,7 @@ class PaymentsDataManager : public AutofillWebDataServ
+@@ -377,7 +377,7 @@ class PaymentsDataManager : public AutofillWebDataServ
+   void SetAutofillHasSeenIban();
  
-   // TODO(crbug.com/430575808): Remove build flags.
  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
 -    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)
 +    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)
    // Returns the value of the kAutofillHasSeenBnpl pref.
-   virtual bool IsAutofillHasSeenBnplPrefEnabled() const;
+   bool IsAutofillHasSeenBnplPrefEnabled() const;
  
-@@ -726,7 +726,7 @@ class PaymentsDataManager : public AutofillWebDataServ
+@@ -725,7 +725,7 @@ class PaymentsDataManager : public AutofillWebDataServ
    void ClearAllCreditCardBenefits();
  
  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
diff --git a/www/iridium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc b/www/iridium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc
deleted file mode 100644
index b2c8cd7b4bf6..000000000000
--- a/www/iridium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/autofill/core/browser/suggestions/payments/payments_suggestion_generator.cc.orig	2025-12-10 15:04:57 UTC
-+++ components/autofill/core/browser/suggestions/payments/payments_suggestion_generator.cc
-@@ -1462,7 +1462,7 @@ std::vector<Suggestion> GetCreditCardSuggestionsForTou
-                                  .GetBnplIssuers(),
-                              /*extracted_amount_in_micros=*/std::nullopt));
- #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
--    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)
-+    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)
-     manager.client()
-         .GetPersonalDataManager()
-         .payments_data_manager()


help