guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove unreferenced patch.


From: guix-commits
Subject: branch master updated: gnu: Remove unreferenced patch.
Date: Wed, 01 Jun 2022 15:56:42 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 572bc6d7bd gnu: Remove unreferenced patch.
572bc6d7bd is described below

commit 572bc6d7bd4d970183965375161fa910d66c1d80
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 1 22:55:27 2022 +0300

    gnu: Remove unreferenced patch.
    
    This is a follow-up to a08c21f206d34a42d311e46b495b422188be70eb.
    
    * gnu/packages/patches/libmicrohttpd-0.9.73-test-ssl3.patch: Remove file.
    * gnu/local.mk (dist_patch_DATA): Remove it.
---
 gnu/local.mk                                       |  1 -
 .../patches/libmicrohttpd-0.9.73-test-ssl3.patch   | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index c7625a7679..d814d46b14 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1403,7 +1403,6 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/libmad-length-check.patch               \
   %D%/packages/patches/libmad-md_size.patch                    \
   %D%/packages/patches/libmad-mips-newgcc.patch                        \
-  %D%/packages/patches/libmicrohttpd-0.9.73-test-ssl3.patch    \
   %D%/packages/patches/libmp4v2-c++11.patch                    \
   %D%/packages/patches/libmpeg2-arm-private-symbols.patch      \
   %D%/packages/patches/libmpeg2-global-symbol-test.patch       \
diff --git a/gnu/packages/patches/libmicrohttpd-0.9.73-test-ssl3.patch 
b/gnu/packages/patches/libmicrohttpd-0.9.73-test-ssl3.patch
deleted file mode 100644
index e8d5dce0ed..0000000000
--- a/gnu/packages/patches/libmicrohttpd-0.9.73-test-ssl3.patch
+++ /dev/null
@@ -1,35 +0,0 @@
- Disable usage of SSLv3 in testing
-
- Integrated uptream version 0.9.74
-
-
-diff --git a/src/testcurl/https/test_tls_options.c 
b/src/testcurl/https/test_tls_options.c
-
---- a/src/testcurl/https/test_tls_options.c
-+++ b/src/testcurl/https/test_tls_options.c
-@@ -119,11 +119,6 @@ main (int argc, char *const *argv)
-     fprintf (stderr, "Curl does not support SSL.  Cannot run the test.\n");
-     return 77;
-   }
--  if (0 != strncmp (ssl_version, "GnuTLS", 6))
--  {
--    fprintf (stderr, "This test can be run only with libcurl-gnutls.\n");
--    return 77;
--  }
- 
-   if (! testsuite_curl_global_init ())
-     return 99;
-@@ -152,10 +147,10 @@ main (int argc, char *const *argv)
-   fprintf (stderr,
-            "The following handshake should fail (and print an error 
message)...\n");
-   if (0 !=
--      test_wrap ("TLS1.0 vs SSL3",
-+      test_wrap ("TLS1.1 vs TLS1.0",
-                  &test_unmatching_ssl_version, NULL, port, daemon_flags,
-                  aes256_sha,
--                 CURL_SSLVERSION_SSLv3,
-+                 CURL_SSLVERSION_TLSv1_1,
-                  MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem,
-                  MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem,
-                  MHD_OPTION_HTTPS_PRIORITIES,
-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]