diff options
author | drochner <drochner> | 2009-12-23 13:27:58 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-12-23 13:27:58 +0000 |
commit | dac3c02862a9881ab60042fdfba4dac585db47f2 (patch) | |
tree | f984c38d65d12ce1f8a9655e5aaf21d6a76de224 /print/ghostscript/Makefile | |
parent | e7678ab818572548f7fb01de766282b0f2e1f580 (diff) | |
download | pkgsrc-dac3c02862a9881ab60042fdfba4dac585db47f2.tar.gz |
replace some sprintf by snprintf, fixes CVE-2009-4270 hopefully
bump PKGREVISION
Diffstat (limited to 'print/ghostscript/Makefile')
-rw-r--r-- | print/ghostscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index a773aa08607..8406a1e5484 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2009/11/02 00:00:31 gdt Exp $ +# $NetBSD: Makefile,v 1.72 2009/12/23 13:27:58 drochner Exp $ DISTNAME= ghostscript-8.70 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} EXTRACT_SUFX= .tar.bz2 |