head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.4 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2026.09.06.11.03.05; author markd; state dead; branches; next 1.1; commitid haBUdGlHovCXdyUG; 1.1 date 2026.01.08.18.51.35; author markd; state Exp; branches; next ; commitid ta4gaJzproPezCpG; desc @@ 1.2 log @KDE Gear: update to 26.08.0 10 months of updates. @ text @$NetBSD: patch-src_checkphishingurl_searchfullhashjob.cpp,v 1.1 2026/01/08 18:51:35 markd Exp $ Don't unconditionally ignore SSL errors from Google's phishing API CVE-2025-69412 https://invent.kde.org/pim/messagelib/-/commit/df525dc91498423f3c45e143efab1c7102776652 --- webengineviewer/src/checkphishingurl/searchfullhashjob.cpp.orig 2025-10-27 12:55:28.000000000 +0000 +++ webengineviewer/src/checkphishingurl/searchfullhashjob.cpp @@@@ -39,17 +39,10 @@@@ SearchFullHashJob::SearchFullHashJob(QOb d->mNetworkAccessManager->enableStrictTransportSecurityStore(true); connect(d->mNetworkAccessManager, &QNetworkAccessManager::finished, this, &SearchFullHashJob::slotCheckUrlFinished); - connect(d->mNetworkAccessManager, &QNetworkAccessManager::sslErrors, this, &SearchFullHashJob::slotSslErrors); } SearchFullHashJob::~SearchFullHashJob() = default; -void SearchFullHashJob::slotSslErrors(QNetworkReply *reply, const QList &error) -{ - qCDebug(WEBENGINEVIEWER_LOG) << " void SearchFullHashJob::slotSslErrors(QNetworkReply *reply, const QList &error)" << error.count(); - reply->ignoreSslErrors(error); -} - void SearchFullHashJob::parse(const QByteArray &replyStr) { /* @ 1.1 log @messagelib: Don't unconditionally ignore SSL errors from Google's phishing API CVE-2025-69412 https://invent.kde.org/pim/messagelib/-/commit/df525dc91498423f3c45e143efab1c7102776652 @ text @d1 1 a1 1 $NetBSD$ @