diff --git a/openssl-1.1.0-starttls-xmpp.patch b/openssl-1.1.0-starttls-xmpp.patch deleted file mode 100644 index 68341ba..0000000 --- a/openssl-1.1.0-starttls-xmpp.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up openssl-1.1.0-pre5/apps/s_client.c.xmpp openssl-1.1.0-pre5/apps/s_client.c ---- openssl-1.1.0-pre5/apps/s_client.c.xmpp 2016-07-20 14:53:39.008233281 +0200 -+++ openssl-1.1.0-pre5/apps/s_client.c 2016-07-20 14:56:24.452962890 +0200 -@@ -134,6 +134,8 @@ - * OTHERWISE. - */ - -+/* for strcasestr */ -+#define _GNU_SOURCE - #include - #include - #include -@@ -2023,9 +2025,9 @@ int s_client_main(int argc, char **argv) - xmpphost ? xmpphost : host); - seen = BIO_read(sbio, mbuf, BUFSIZZ); - mbuf[seen] = 0; -- while (!strstr -+ while (!strcasestr - (mbuf, " 1.1.0g-6 +- one more try to apply RPM_LD_FLAGS properly (#1541033) +- dropped unneeded starttls xmpp patch (#1417017) + * Thu Feb 08 2018 Fedora Release Engineering - 1:1.1.0g-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild