forked from openkylin/xmlsec1
changed debian/source/format to native
This commit is contained in:
parent
eca5ce12a0
commit
2b25d24133
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,13 @@
|
|||
From: openKylin KDE SIG <kde@lists.openkylin.top>
|
||||
Date: Tue, 29 Nov 2022 11:13:34 +0000
|
||||
Subject: no-url-map-using-tests
|
||||
|
||||
---
|
||||
tests/testDSig.sh | 279 ------------------------------------------------------
|
||||
1 file changed, 279 deletions(-)
|
||||
|
||||
diff --git a/tests/testDSig.sh b/tests/testDSig.sh
|
||||
index dd7db69..26b82ec 100755
|
||||
index 9b04bfd..26b82ec 100755
|
||||
--- a/tests/testDSig.sh
|
||||
+++ b/tests/testDSig.sh
|
||||
@@ -124,15 +124,6 @@ execDSigTest $res_success \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
skip-failing-tests.patch
|
||||
no-url-map-using-tests.diff
|
||||
source-is-a-bashism.diff
|
||||
0004-changed-debian-source-format-to-native.patch
|
||||
|
|
|
@ -1,15 +1,22 @@
|
|||
Description: Skip failing tests due to disabled lib plugins
|
||||
Some tests require of dynamic loading of crypto libraries
|
||||
in xmlsec1 apps - we disable this in the build, so only test
|
||||
with the default openssl lib.
|
||||
Author: James Page <james.page@ubuntu.com>
|
||||
From: James Page <james.page@ubuntu.com>
|
||||
Date: Tue, 29 Nov 2022 11:13:34 +0000
|
||||
Subject: Skip failing tests due to disabled lib plugins
|
||||
|
||||
Forwarded: not-needed
|
||||
|
||||
Some tests require of dynamic loading of crypto libraries
|
||||
in xmlsec1 apps - we disable this in the build, so only test
|
||||
with the default openssl lib.
|
||||
---
|
||||
tests/testDSig.sh | 2 +-
|
||||
tests/testEnc.sh | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/tests/testDSig.sh b/tests/testDSig.sh
|
||||
index 5ef44a4..c90f4dd 100755
|
||||
index dd7db69..9b04bfd 100755
|
||||
--- a/tests/testDSig.sh
|
||||
+++ b/tests/testDSig.sh
|
||||
@@ -842,7 +842,7 @@ execDSigTest $res_success \
|
||||
@@ -904,7 +904,7 @@ execDSigTest $res_success \
|
||||
# test dynamic signature
|
||||
#
|
||||
##########################################################################
|
||||
|
@ -19,10 +26,10 @@ index 5ef44a4..c90f4dd 100755
|
|||
printf " Create new signature "
|
||||
echo "$VALGRIND $xmlsec_app sign-tmpl $xmlsec_params --keys-file $keysfile --output $tmpfile" >> $logfile
|
||||
diff --git a/tests/testEnc.sh b/tests/testEnc.sh
|
||||
index 9970e33..f9ab2da 100755
|
||||
index ee92e9e..ebd7faf 100755
|
||||
--- a/tests/testEnc.sh
|
||||
+++ b/tests/testEnc.sh
|
||||
@@ -366,7 +366,7 @@ execEncTest $res_success \
|
||||
@@ -445,7 +445,7 @@ done
|
||||
# test dynamicencryption
|
||||
#
|
||||
##########################################################################
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
From: openKylin KDE SIG <kde@lists.openkylin.top>
|
||||
Date: Tue, 29 Nov 2022 11:13:34 +0000
|
||||
Subject: source-is-a-bashism
|
||||
|
||||
---
|
||||
tests/testrun.sh | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/tests/testrun.sh b/tests/testrun.sh
|
||||
index fe0334c..fb68e3d 100755
|
||||
--- a/tests/testrun.sh
|
||||
|
|
Loading…
Reference in New Issue