svn commit: r568504 - head/sysutils/squashfs-tools

Chris Rees crees at FreeBSD.org
Mon Mar 15 20:19:21 UTC 2021


Author: crees
Date: Mon Mar 15 20:19:20 2021
New Revision: 568504
URL: https://svnweb.freebsd.org/changeset/ports/568504

Log:
  sysutils/squashfs-tools: Document integer overflow
  
  https://nvd.nist.gov/vuln/detail/CVE-2015-4645
  
  PR:		ports/254316
  Security:	CVE-2015-4645

Modified:
  head/sysutils/squashfs-tools/Makefile   (contents, props changed)

Modified: head/sysutils/squashfs-tools/Makefile
==============================================================================
--- head/sysutils/squashfs-tools/Makefile	Mon Mar 15 20:16:33 2021	(r568503)
+++ head/sysutils/squashfs-tools/Makefile	Mon Mar 15 20:19:20 2021	(r568504)
@@ -15,6 +15,8 @@ COMMENT=	Set of tools to manipulate squashfs images
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
+FORBIDDEN=	Integer overflow: CVE-2015-4645
+
 USES=		alias cpe gmake
 
 PLIST_FILES=	bin/mksquashfs \


More information about the svn-ports-head mailing list