From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/files/
Date: Sat, 26 Apr 2025 20:39:19 +0000 (UTC) [thread overview]
Message-ID: <1745699936.efbb2d521736275d743725600bd8b6833f803f32.conikost@gentoo> (raw)
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);
-
next reply other threads:[~2025-04-26 20:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-26 20:39 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-18 13:41 [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/files/ Conrad Kostecki
2018-01-13 22:41 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1745699936.efbb2d521736275d743725600bd8b6833f803f32.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox