diff options
author | he <he@pkgsrc.org> | 2005-08-10 16:50:18 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2005-08-10 16:50:18 +0000 |
commit | 351592d780e17f601487f2f57db086a9e27badfd (patch) | |
tree | 2ea820c11dda6de965a168d55f4d309c02be646b /graphics/xv/PLIST | |
parent | 35be7aab3b48d8df6784a8bdf5f6427991f752cb (diff) | |
download | pkgsrc-351592d780e17f601487f2f57db086a9e27badfd.tar.gz |
Instead of separately integrating several different patches, instead
pull in the Jumbo patches from http://www.sonic.net/~roelofs/greg_xv.html.
As far as I can see this covers all our existing patches for added
functionality, although I cannot claim that I have tested each and
every one of them in the new version.
These patches disable a number of image formats that I think are less
common, which have potential heap overflows in the code due to in-
sufficient validation of image dimensions.
The version of the Jumbo patch used here is the 20050501 version.
Package revision bumped to nb10.
Diffstat (limited to 'graphics/xv/PLIST')
-rw-r--r-- | graphics/xv/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/xv/PLIST b/graphics/xv/PLIST index 00df60171de..b1de604e671 100644 --- a/graphics/xv/PLIST +++ b/graphics/xv/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/01 00:06:41 grant Exp $ -bin/xv +@comment $NetBSD: PLIST,v 1.3 2005/08/10 16:50:18 he Exp $ bin/bggen bin/vdcomp bin/xcmap +bin/xv bin/xvpictoppm +lib/X11/xv_mgcsfx.sample ${IMAKE_MAN_DIR}/xv.${IMAKE_MANNEWSUFFIX} ${IMAKE_MAN_DIR}/bggen.${IMAKE_MANNEWSUFFIX} ${IMAKE_MAN_DIR}/vdcomp.${IMAKE_MANNEWSUFFIX} |