summaryrefslogtreecommitdiffstats
path: root/package/znc/0001-Fix-build-without-SSL-support.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-07-21 14:03:49 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-25 23:13:30 +0200
commit92fc6273d905f84d5c32b5bdd727094938080de5 (patch)
tree419f5b36978aaf4a784d9de7aac988a57fd15235 /package/znc/0001-Fix-build-without-SSL-support.patch
parent2b361e7b459d62af4cc5e85427dee603e3ee4ff3 (diff)
downloadbuildroot-92fc6273d905f84d5c32b5bdd727094938080de5.tar.gz
buildroot-92fc6273d905f84d5c32b5bdd727094938080de5.zip
package/znc: security bump to 1.7.1
Fixes CVE-2018-14055 & CVE-2018-14056. Changelog: https://wiki.znc.in/ChangeLog/1.7.1 Removed 0001-Fix-build-without-SSL-support.patch, applied upstream: https://github.com/znc/znc/commit/e567f4cb73a1637141f7e4fc3b0ef44e79568048 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/znc/0001-Fix-build-without-SSL-support.patch')
-rw-r--r--package/znc/0001-Fix-build-without-SSL-support.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/package/znc/0001-Fix-build-without-SSL-support.patch b/package/znc/0001-Fix-build-without-SSL-support.patch
deleted file mode 100644
index 23b78ed4be..0000000000
--- a/package/znc/0001-Fix-build-without-SSL-support.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From a263157165c411552d73a211ac9c7647285abdc5 Mon Sep 17 00:00:00 2001
-From: Baruch Siach <baruch@tkos.co.il>
-Date: Sun, 10 Jun 2018 22:01:47 +0300
-Subject: [PATCH] Fix build without SSL support
-
-The <memory> headers is needed for unique_ptr even when SSL is not
-enabled. This fixes the following build failure:
-
-src/Utils.cpp: In static member function 'static bool CUtils::CheckCIDR(const CString&, const CString&)':
-src/Utils.cpp:674:5: error: 'unique_ptr' is not a member of 'std'
- std::unique_ptr<addrinfo, decltype(deleter)> aiHost(aiHostC, deleter);
- ^
-
-Signed-off-by: Baruch Siach <baruch@tkos.co.il>
----
-Upstream status: https://github.com/znc/znc/pull/1554
-
- src/Utils.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Utils.cpp b/src/Utils.cpp
-index 9c3b2549b791..cced5683d78a 100644
---- a/src/Utils.cpp
-+++ b/src/Utils.cpp
-@@ -27,8 +27,8 @@
- #include <znc/Message.h>
- #ifdef HAVE_LIBSSL
- #include <openssl/ssl.h>
--#include <memory>
- #endif /* HAVE_LIBSSL */
-+#include <memory>
- #include <unistd.h>
- #include <time.h>
-
---
-2.17.1
-
OpenPOWER on IntegriCloud