From 26120f7debbc11e0a2263a832c3af6d65d034f42b07b09cfc36b6b5d4dbb1f31 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 19 Sep 2015 11:09:47 +0000 Subject: [PATCH] Accepting request 332081 from home:pluskalm:branches:devel:libraries:c_c++ Delete dropped patch OBS-URL: https://build.opensuse.org/request/show/332081 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=49 --- libmicrohttpd.changes | 2 +- libmicrohttpd_test_session.patch | 31 ------------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 libmicrohttpd_test_session.patch diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index d8254e2..f039467 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Sat Sep 19 05:20:03 UTC 2015 - mpluskal@suse.com +Sat Sep 19 10:43:28 UTC 2015 - mpluskal@suse.com - Update to 0.9.43 * Call resume_suspended_connections() when the user is running diff --git a/libmicrohttpd_test_session.patch b/libmicrohttpd_test_session.patch deleted file mode 100644 index 0d9157a..0000000 --- a/libmicrohttpd_test_session.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: libmicrohttpd-0.9.42/src/testcurl/https/test_https_session_info.c -=================================================================== ---- libmicrohttpd-0.9.42.orig/src/testcurl/https/test_https_session_info.c -+++ libmicrohttpd-0.9.42/src/testcurl/https/test_https_session_info.c -@@ -90,6 +90,7 @@ query_session_ahc (void *cls, struct MHD - /** - * negotiate a secure connection with server & query negotiated security parameters - */ -+#if LIBCURL_VERSION_NUM >= 0x072200 - static int - test_query_session () - { -@@ -161,7 +162,7 @@ test_query_session () - free (cbc.buf); - return 0; - } -- -+#endif - - int - main (int argc, char *const *argv) -@@ -177,7 +178,9 @@ main (int argc, char *const *argv) - fprintf (stderr, "Error (code: %u)\n", errorCount); - return -1; - } -+#if LIBCURL_VERSION_NUM >= 0x072200 - errorCount += test_query_session (); -+#endif - print_test_result (errorCount, argv[0]); - curl_global_cleanup (); - if (errorCount > 0)