diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-16 15:05:25 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-16 15:38:00 +0200 |
commit | 39a54f4318fee7b07d8121525e8889c960277de8 (patch) | |
tree | 1824dcd395809a21b8599f27c4cdefb4d6948a93 /app-misc/mosquitto/files | |
parent | app-misc/notary: Remove old (diff) | |
download | gentoo-39a54f4318fee7b07d8121525e8889c960277de8.tar.gz gentoo-39a54f4318fee7b07d8121525e8889c960277de8.tar.bz2 gentoo-39a54f4318fee7b07d8121525e8889c960277de8.zip |
Revert "app-misc/mosquitto: add patch against CVE-2017-7652."
This reverts commit 45182783da2fdcb0d34bfeb72a4f9e619254234a.
Reasons:
- Has nothing to do with CVE-2017-7652.
- Patch doesn't apply. [Bug 653238]
Bug: https://bugs.gentoo.org/653238
Diffstat (limited to 'app-misc/mosquitto/files')
-rw-r--r-- | app-misc/mosquitto/files/mosquitto-1.4.15-r1-conditional-tests.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-misc/mosquitto/files/mosquitto-1.4.15-r1-conditional-tests.patch b/app-misc/mosquitto/files/mosquitto-1.4.15-r1-conditional-tests.patch deleted file mode 100644 index 1642597c5620..000000000000 --- a/app-misc/mosquitto/files/mosquitto-1.4.15-r1-conditional-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/test/broker/c/Makefile 2016-02-14 14:36:55.000000000 +0000 -+++ b/test/broker/c/Makefile 2016-05-05 09:40:31.440608209 +0100 -@@ -13,7 +13,9 @@ - $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 - - 08-tls-psk-bridge.test : 08-tls-psk-bridge.c -+ifeq ($(WITH_BRIDGE),yes) - $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 -+endif - - - reallyclean : clean |