diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-29 00:22:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-29 00:22:36 +0800 |
commit | 187f4e43dff9505f8552fbce6fdfa14f5105b088 (patch) | |
tree | 3919c873430ae81efc273c11e85e582c432a43fb /graphics | |
parent | 296d6b3abb50a76800ac5b159a5b1ad84341542d (diff) | |
download | freebsd-ports-gnome-187f4e43dff9505f8552fbce6fdfa14f5105b088.tar.gz freebsd-ports-gnome-187f4e43dff9505f8552fbce6fdfa14f5105b088.tar.zst freebsd-ports-gnome-187f4e43dff9505f8552fbce6fdfa14f5105b088.zip |
- mark FORBIDDEN, remote code injection possible
Security: CVE-2010-1205
Security: http://www.libpng.org/pub/png/libpng.html
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index a6f1760ba0b0..bcbf214c98a4 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -16,6 +16,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dinoex@FreeBSD.org COMMENT= Library for manipulating PNG images +FORBIDDEN= vulnerable to remote buffer overflow + MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd ALL_TARGET= all libpng-config test MAKE_FLAGS= ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f |