[neon/extras/qca2/Neon/stable] debian/patches: remove old patch

Carlos De Maine null at kde.org
Tue Dec 13 14:39:26 GMT 2022


Git commit 471338e663be205e5022203d7301a426924d8b92 by Carlos De Maine.
Committed on 13/12/2022 at 07:32.
Pushed by carlosdem into branch 'Neon/stable'.

remove old patch

M  +0    -1    debian/patches/series
D  +0    -29   debian/patches/upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch

https://invent.kde.org/neon/extras/qca2/commit/471338e663be205e5022203d7301a426924d8b92

diff --git a/debian/patches/series b/debian/patches/series
index ac85b11..a55c8f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch
 pipeunittest_more_wait.diff
 disable_pgpunittest.diff
diff --git a/debian/patches/upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch b/debian/patches/upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch
deleted file mode 100644
index b18c237..0000000
--- a/debian/patches/upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 33a35a699928318032f62eab0e39e263c604ad9e Mon Sep 17 00:00:00 2001
-From: Pino Toscano <pino at kde.org>
-Date: Sat, 22 Oct 2022 13:51:17 +0200
-Subject: [PATCH] hashunittest: run sha384longtest only for providers that
- support sha384
-
-Fixes commit bdb0e9d37d78ec8e01d4008dba5243afe9029346 that accidentally
-left the wrong logic when refactoring the file, and makes the check as
-done in the other longtest tests.
----
- unittest/hashunittest/hashunittest.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/unittest/hashunittest/hashunittest.cpp b/unittest/hashunittest/hashunittest.cpp
-index c2c25a0e..b208c94f 100644
---- a/unittest/hashunittest/hashunittest.cpp
-+++ b/unittest/hashunittest/hashunittest.cpp
-@@ -581,7 +581,7 @@ void HashUnitTest::sha384longtest()
-     fillerString.fill('a', 1000);
- 
-     foreach (QString provider, providersToTest) {
--        if (!QCA::isSupported("sha384", provider)) {
-+        if (QCA::isSupported("sha384", provider)) {
-             // QTime t;
-             // t.start();
-             QCA::Hash shaHash(QStringLiteral("sha384"), provider);
--- 
-2.35.1
-



More information about the Neon-commits mailing list