diff options
author | kei <kei> | 2005-01-16 08:35:07 +0000 |
---|---|---|
committer | kei <kei> | 2005-01-16 08:35:07 +0000 |
commit | b3c1cc183b79ca53be191293e1a973f497696793 (patch) | |
tree | 4dec20a594f2da2db2620ca19389108097eb22fe /print | |
parent | 6ea5e7af744d6e9e35859729466dcf53f1e8b62c (diff) | |
download | pkgsrc-b3c1cc183b79ca53be191293e1a973f497696793.tar.gz |
applied patches pulled from xpdf-3.00pl2.patch. this should fix security
problems described in CAN-2004-1125. pointed out by Thomas Klausner.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index e7fc1bd041f..90b4b845b8d 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2004/10/03 00:18:07 tv Exp $ +# $NetBSD: Makefile,v 1.58 2005/01/16 08:35:08 kei Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX-bin-${TETEX_BIN_VERS} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/} |