head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2; locks; strict; comment @// @; 1.2 date 2012.03.19.11.28.50; author markd; state dead; branches; next 1.1; 1.1 date 2011.11.20.02.08.10; author markd; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2011.11.20.02.08.10; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2011.11.20.13.14.33; author tron; state Exp; branches; next ; desc @@ 1.2 log @Update to KDE SC 4.8.0 @ text @$NetBSD: patch-kio_kssl_ksslcertificatebox.cpp,v 1.1 2011/11/20 02:08:10 markd Exp $ don't interpret html tags. KDE Security Advisory 20111003-1 --- kio/kssl/ksslcertificatebox.cpp.orig 2008-05-21 11:08:14.000000000 +0000 +++ kio/kssl/ksslcertificatebox.cpp @@@@ -36,6 +36,10 @@@@ KSslCertificateBox::KSslCertificateBox(Q d(new KSslCertificateBoxPrivate()) { d->ui.setupUi(this); + // No fooling us with html tags + Q_FOREACH(QLabel* label, qFindChildren(this)) { + label->setTextFormat(Qt::PlainText); + } } @ 1.1 log @don't interpret html tags. KDE Security Advisory 20111003-1 @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-kio_kssl_ksslcertificatebox.cpp was added on branch pkgsrc-2011Q3 on 2011-11-20 13:14:33 +0000 @ text @d1 17 @ 1.1.2.2 log @Pullup ticket #3613 - requested by markd x11/kdelibs4: security patch Revisions pulled up: - x11/kdelibs4/Makefile 1.30 via patch - x11/kdelibs4/distinfo 1.21 via patch - x11/kdelibs4/patches/patch-kio_kssl_ksslcertificatebox.cpp 1.1 - x11/kdelibs4/patches/patch-kioslave_http_http.cpp 1.1 --- Module Name: pkgsrc Committed By: markd Date: Sun Nov 20 02:08:11 UTC 2011 Modified Files: pkgsrc/x11/kdelibs4: Makefile distinfo Added Files: pkgsrc/x11/kdelibs4/patches: patch- kio_kssl_ksslcertificatebox.cpp patch-kioslave_http_http.cpp Log Message: don't interpret html tags. KDE Security Advisory 20111003-1 @ text @a0 17 $NetBSD$ don't interpret html tags. KDE Security Advisory 20111003-1 --- kio/kssl/ksslcertificatebox.cpp.orig 2008-05-21 11:08:14.000000000 +0000 +++ kio/kssl/ksslcertificatebox.cpp @@@@ -36,6 +36,10 @@@@ KSslCertificateBox::KSslCertificateBox(Q d(new KSslCertificateBoxPrivate()) { d->ui.setupUi(this); + // No fooling us with html tags + Q_FOREACH(QLabel* label, qFindChildren(this)) { + label->setTextFormat(Qt::PlainText); + } } @