diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-30 21:59:27 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-30 21:59:27 +0000 |
commit | b09d5e70f1f2527131f46d6332cfd7e34ef6bfdf (patch) | |
tree | 50536d036a6e38df7489852614b93358e418a2f7 /editors/koffice-kde4/Makefile | |
parent | Fix various format string vulnerabilities in Qt3 and Qt4. (diff) |
Fix buffer overflow vulnerability in xpdf code.
Security: http://www.kde.org/info/security/advisory-20070730-1.txt
Security: CVE-2007-3387
Notes
Notes:
svn path=/head/; revision=196764
Diffstat (limited to 'editors/koffice-kde4/Makefile')
-rw-r--r-- | editors/koffice-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index f63da77025cc..ec599242a4d1 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= koffice PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} |