diff options
Diffstat (limited to 'net-dns/dnssec-check/files/dnssec-check-1.14-mainwindow.patch')
-rw-r--r-- | net-dns/dnssec-check/files/dnssec-check-1.14-mainwindow.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/dnssec-check/files/dnssec-check-1.14-mainwindow.patch b/net-dns/dnssec-check/files/dnssec-check-1.14-mainwindow.patch new file mode 100644 index 000000000000..98e959b8d746 --- /dev/null +++ b/net-dns/dnssec-check/files/dnssec-check-1.14-mainwindow.patch @@ -0,0 +1,11 @@ +--- dnssec-check-1.14/mainwindow.cpp ++++ dnssec-check-1.14/mainwindow.cpp +@@ -372,7 +372,7 @@ + } + + accessURL.addQueryItem("locationDescription", locationDescription); +- accessURL.addQueryItem("1.14"); ++ accessURL.addQueryItem("DNSSECToolsVersion", "1.14"); + + if (!m_manager) { + m_manager = new QNetworkAccessManager(); |