[Buildroot] [git commit branch/2021.02.x] Revert "package/putty: Ignore CVE-2021-33500"

Peter Korsgaard peter at korsgaard.com
Tue Aug 3 19:53:07 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=75f37e2b646aca8420d2ef35736d6f55f1e5a6ee
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

This reverts commit 01063c4291a7300285ad9ec044b94968dd6c2d09.

With putty now bumped to 0.75, this can be dropped.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/putty/putty.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/putty/putty.mk b/package/putty/putty.mk
index 4876d3818e..1e5a89ea9f 100644
--- a/package/putty/putty.mk
+++ b/package/putty/putty.mk
@@ -11,9 +11,6 @@ PUTTY_LICENSE_FILES = LICENCE
 PUTTY_CPE_ID_VENDOR = putty
 PUTTY_CONF_OPTS = --disable-gtktest
 
-# Windows only, fixed for Windows with 0.75
-PUTTY_IGNORE_CVES += CVE-2021-33500
-
 ifeq ($(BR2_PACKAGE_LIBGTK2),y)
 PUTTY_CONF_OPTS += --with-gtk=2
 PUTTY_DEPENDENCIES += libgtk2


More information about the buildroot mailing list