diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-03-21 22:45:35 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-03-21 22:45:35 +0000 |
commit | 017f92e4e2e732ea8c4a29499977c0723f4f91d8 (patch) | |
tree | e9bf16a26a4b9abad49ef299a09677069302e967 /graphics/xv/Makefile | |
parent | Fix "php_doc-fr-20041012 failed on i3865" pkg-plist problem. (diff) |
Fix format string vulnerability.
Security: http://vuxml.FreeBSD.org/a4bd3039-9a48-11d9-a256-0001020eed82.html
Security: CAN-2005-0665
Obtained from: Gentoo Linux
Approved by: portmgr (marcus), erwin (mentor), maintainer
Notes
Notes:
svn path=/head/; revision=131860
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 2780180171d9..2e71599d58fc 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -7,7 +7,7 @@ PORTNAME= xv PORTVERSION= 3.10a -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ ${MASTER_SITE_LOCAL} \ |