diff --git a/debian/patches/alt-ciphersuite/0001-Add-AES-256-GCM-support-to-SPTPS.patch b/debian/patches/0001-Add-AES-256-GCM-support-to-SPTPS.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0001-Add-AES-256-GCM-support-to-SPTPS.patch rename to debian/patches/0001-Add-AES-256-GCM-support-to-SPTPS.patch diff --git a/debian/patches/alt-ciphersuite/0002-Add-cipher-suite-selection-options-to-sptps_test.patch b/debian/patches/0002-Add-cipher-suite-selection-options-to-sptps_test.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0002-Add-cipher-suite-selection-options-to-sptps_test.patch rename to debian/patches/0002-Add-cipher-suite-selection-options-to-sptps_test.patch diff --git a/debian/patches/alt-ciphersuite/0003-Let-sptps_speed-benchmark-all-cipher-suites.patch b/debian/patches/0003-Let-sptps_speed-benchmark-all-cipher-suites.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0003-Let-sptps_speed-benchmark-all-cipher-suites.patch rename to debian/patches/0003-Let-sptps_speed-benchmark-all-cipher-suites.patch diff --git a/debian/patches/alt-ciphersuite/0004-If-we-link-with-OpenSSL-use-it-for-Chacha20-Poly1305.patch b/debian/patches/0004-If-we-link-with-OpenSSL-use-it-for-Chacha20-Poly1305.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0004-If-we-link-with-OpenSSL-use-it-for-Chacha20-Poly1305.patch rename to debian/patches/0004-If-we-link-with-OpenSSL-use-it-for-Chacha20-Poly1305.patch diff --git a/debian/patches/alt-ciphersuite/0005-Update-the-built-in-Chacha20-Poly1305-code-to-an-RFC.patch b/debian/patches/0005-Update-the-built-in-Chacha20-Poly1305-code-to-an-RFC.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0005-Update-the-built-in-Chacha20-Poly1305-code-to-an-RFC.patch rename to debian/patches/0005-Update-the-built-in-Chacha20-Poly1305-code-to-an-RFC.patch diff --git a/debian/patches/alt-ciphersuite/0006-Ensure-we-are-compatible-with-LibreSSL.patch b/debian/patches/0006-Ensure-we-are-compatible-with-LibreSSL.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0006-Ensure-we-are-compatible-with-LibreSSL.patch rename to debian/patches/0006-Ensure-we-are-compatible-with-LibreSSL.patch diff --git a/debian/patches/alt-ciphersuite/0007-Fix-infinite-loop-on-SPTPS-errors-when-running-sptps.patch b/debian/patches/0007-Fix-infinite-loop-on-SPTPS-errors-when-running-sptps.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0007-Fix-infinite-loop-on-SPTPS-errors-when-running-sptps.patch rename to debian/patches/0007-Fix-infinite-loop-on-SPTPS-errors-when-running-sptps.patch diff --git a/debian/patches/alt-ciphersuite/0008-Fix-documentation-of-default-cipher-algorithm-used-f.patch b/debian/patches/0008-Fix-documentation-of-default-cipher-algorithm-used-f.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0008-Fix-documentation-of-default-cipher-algorithm-used-f.patch rename to debian/patches/0008-Fix-documentation-of-default-cipher-algorithm-used-f.patch diff --git a/debian/patches/alt-ciphersuite/0009-Make-the-ExperimentalProtocol-option-obsolete.patch b/debian/patches/0009-Make-the-ExperimentalProtocol-option-obsolete.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0009-Make-the-ExperimentalProtocol-option-obsolete.patch rename to debian/patches/0009-Make-the-ExperimentalProtocol-option-obsolete.patch diff --git a/debian/patches/alt-ciphersuite/0010-Move-poly1305_get_tag-into-poly1305.c-hide-poly1305_.patch b/debian/patches/0010-Move-poly1305_get_tag-into-poly1305.c-hide-poly1305_.patch similarity index 100% rename from debian/patches/alt-ciphersuite/0010-Move-poly1305_get_tag-into-poly1305.c-hide-poly1305_.patch rename to debian/patches/0010-Move-poly1305_get_tag-into-poly1305.c-hide-poly1305_.patch diff --git a/debian/patches/series b/debian/patches/series index f0563b3..9d0e360 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,11 +1,11 @@ -alt-ciphersuite/0001-Add-AES-256-GCM-support-to-SPTPS.patch -alt-ciphersuite/0002-Add-cipher-suite-selection-options-to-sptps_test.patch -alt-ciphersuite/0003-Let-sptps_speed-benchmark-all-cipher-suites.patch -alt-ciphersuite/0004-If-we-link-with-OpenSSL-use-it-for-Chacha20-Poly1305.patch -alt-ciphersuite/0005-Update-the-built-in-Chacha20-Poly1305-code-to-an-RFC.patch -alt-ciphersuite/0006-Ensure-we-are-compatible-with-LibreSSL.patch -alt-ciphersuite/0007-Fix-infinite-loop-on-SPTPS-errors-when-running-sptps.patch -alt-ciphersuite/0008-Fix-documentation-of-default-cipher-algorithm-used-f.patch -alt-ciphersuite/0009-Make-the-ExperimentalProtocol-option-obsolete.patch -alt-ciphersuite/0010-Move-poly1305_get_tag-into-poly1305.c-hide-poly1305_.patch +0001-Add-AES-256-GCM-support-to-SPTPS.patch +0002-Add-cipher-suite-selection-options-to-sptps_test.patch +0003-Let-sptps_speed-benchmark-all-cipher-suites.patch +0004-If-we-link-with-OpenSSL-use-it-for-Chacha20-Poly1305.patch +0005-Update-the-built-in-Chacha20-Poly1305-code-to-an-RFC.patch +0006-Ensure-we-are-compatible-with-LibreSSL.patch +0007-Fix-infinite-loop-on-SPTPS-errors-when-running-sptps.patch +0008-Fix-documentation-of-default-cipher-algorithm-used-f.patch +0009-Make-the-ExperimentalProtocol-option-obsolete.patch +0010-Move-poly1305_get_tag-into-poly1305.c-hide-poly1305_.patch fix-version-number