public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/files/
@ 2018-01-13 22:41 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2018-01-13 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a1f80a4d9630f82f608ed5084f1b5c4b31c0aafb
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Dec 26 07:24:14 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 22:41:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f80a4d

net-libs/libmicrohttpd: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/6638

 ...bmicrohttpd-0.9.53-fix-build-without-epoll.patch | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.53-fix-build-without-epoll.patch b/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.53-fix-build-without-epoll.patch
deleted file mode 100644
index ff27c26e3e6..00000000000
--- a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.53-fix-build-without-epoll.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 01df8861c19a203cea9ef26570893c2b9c0e48b2
-Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
-Date:   Wed Apr 12 21:11:28 2017 +0300
-
-    Fixed GNU/Linux builds without epoll
-
-diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
-index 49a1b82..02713e3 100644
---- a/src/microhttpd/daemon.c
-+++ b/src/microhttpd/daemon.c
-@@ -2251,8 +2251,10 @@ send_param_adapter (struct MHD_Connection *connection,
-       if (0 < ret)
-         {
-           /* write successful */
-+#ifdef EPOLL_SUPPORT
-           if (left > (uint64_t)ret)
-             connection->epoll_state &= ~MHD_EPOLL_STATE_WRITE_READY;
-+#endif /* EPOLL_SUPPORT */
-           return ret;
-         }
-       err = MHD_socket_get_error_();


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/files/
@ 2023-04-18 13:41 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2023-04-18 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3e615c7a2f571151eb602a9f8f3f7e547e829e53
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Apr 11 18:11:23 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 13:36:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e615c7a

net-libs/libmicrohttpd: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30556
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/libmicrohttpd-0.9.73-test-ssl3.patch     | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.73-test-ssl3.patch b/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.73-test-ssl3.patch
deleted file mode 100644
index e8d5dce0edcb..000000000000
--- a/net-libs/libmicrohttpd/files/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,
-


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/files/
@ 2025-04-26 20:39 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2025-04-26 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     efbb2d521736275d743725600bd8b6833f803f32
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Apr 25 15:36:59 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 20:38:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efbb2d52

net-libs/libmicrohttpd: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Part-of: https://github.com/gentoo/gentoo/pull/41746
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...bmicrohttpd-0.9.75-fix-testsuite-with-lto.patch | 60 ----------------------
 1 file changed, 60 deletions(-)

diff --git a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.75-fix-testsuite-with-lto.patch b/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.75-fix-testsuite-with-lto.patch
deleted file mode 100644
index b87bdb64579f..000000000000
--- a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.75-fix-testsuite-with-lto.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-Fixed incorrect function redeclaration in the testsuite.
-This fixes 'make check' with LTO.
-
-Author: Karlson2k (Evgeny Grin)
-Gentoo bug: https://bugs.gentoo.org/877447
-
-
-diff --git a/src/testcurl/https/test_https_get_parallel.c b/src/testcurl/https/test_https_get_parallel.c
-index 47f644d2..786918f2 100644
---- a/src/testcurl/https/test_https_get_parallel.c
-+++ b/src/testcurl/https/test_https_get_parallel.c
-@@ -46,7 +46,7 @@
- extern const char srv_key_pem[];
- extern const char srv_self_signed_cert_pem[];
- 
--int curl_check_version (const char *req_version, ...);
-+int curl_check_version (const char *req_version);
- 
- 
- /**
-diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c
-index 4853e7eb..5f4d0486 100644
---- a/src/testcurl/https/test_https_get_parallel_threads.c
-+++ b/src/testcurl/https/test_https_get_parallel_threads.c
-@@ -48,7 +48,7 @@
- extern const char srv_key_pem[];
- extern const char srv_self_signed_cert_pem[];
- 
--int curl_check_version (const char *req_version, ...);
-+int curl_check_version (const char *req_version);
- 
- /**
-  * used when spawning multiple threads executing curl server requests
-diff --git a/src/testcurl/https/test_tls_options.c b/src/testcurl/https/test_tls_options.c
-index d5aa8310..8fbc540a 100644
---- a/src/testcurl/https/test_tls_options.c
-+++ b/src/testcurl/https/test_tls_options.c
-@@ -36,7 +36,7 @@
- extern const char srv_key_pem[];
- extern const char srv_self_signed_cert_pem[];
- 
--int curl_check_version (const char *req_version, ...);
-+int curl_check_version (const char *req_version);
- 
- /**
-  * test server refuses to negotiate connections with unsupported protocol versions
-diff --git a/src/testcurl/https/tls_test_common.h b/src/testcurl/https/tls_test_common.h
-index a9af504d..e3f552a8 100644
---- a/src/testcurl/https/tls_test_common.h
-+++ b/src/testcurl/https/tls_test_common.h
-@@ -72,7 +72,7 @@ struct CipherDef
- 
- 
- int
--curl_check_version (const char *req_version, ...);
-+curl_check_version (const char *req_version);
- 
- int
- curl_tls_is_gnutls (void);
-


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-26 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-13 22:41 [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/files/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2023-04-18 13:41 Conrad Kostecki
2025-04-26 20:39 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox