diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-11-27 17:57:19 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-11-27 17:57:19 +0000 |
commit | ceed13510d97700f33cafcf230ced4a000b45102 (patch) | |
tree | 6fc9a41cc760174c691eb69f6e4bb6b813609775 /print/ghostscript-gnu/Makefile.inc | |
parent | Fix problem with -encoding flag. (diff) |
Security fix: several shell scripts included in the Ghostscript package
allow local users to overwrite files via a symlink attack on temporary
files.
Security: CAN-2004-0967
Notes
Notes:
svn path=/head/; revision=149682
Diffstat (limited to 'print/ghostscript-gnu/Makefile.inc')
-rw-r--r-- | print/ghostscript-gnu/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/Makefile.inc b/print/ghostscript-gnu/Makefile.inc index 347f7094fa83..e1902dd096e4 100644 --- a/print/ghostscript-gnu/Makefile.inc +++ b/print/ghostscript-gnu/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 7.07 -GS_REVISION= 13 +GS_REVISION= 14 GS_EPOCH= 0 |