Commit graph

7 commits

Author SHA1 Message Date
minskim
5019b619f2 Fix CVE-2010-1440. Patch from TeX Live repository.
Multiple integer overflows in dvipsk/dospecial.c in dvips in TeX
  Live 2009 and earlier, and teTeX, allow remote attackers to cause a
  denial of service (application crash) or possibly execute arbitrary
  code via a special command in a DVI file, related to the (1)
  predospecial and (2) bbdospecial functions, a different
  vulnerability than CVE-2010-0739.
2010-06-08 15:17:04 +00:00
minskim
dd6e4ebed5 Avoid integer overflow (CVE-2010-0739).
Patch from TeX Live repository (Revision 17559).
2010-04-20 17:07:28 +00:00
minskim
18f0d6136a Update dvipsk to 5.98.
Major changes:
    * dvips.texi (Configuration file commands): document -G,
      including its obsolesence.
    * Master/texmf/dvips/tetex/config.pdf: remove the G setting,
      now actively problematic.
2010-01-16 03:47:31 +00:00
roy
f0a2b0888a Fix compiling with systems that provide their own getline 2009-07-15 18:56:44 +00:00
minskim
8348e411f8 PKGREVISION bump because of the kpathsea API change. 2009-06-09 21:31:03 +00:00
minskim
dabe31c211 - texlive-tetex is needed at build-time only.
- Make sure that generating config.ps is not affected by the system's
  config.ps.

Bump PKGREVISION.
2009-03-01 18:09:18 +00:00
minskim
f926fb448b Import dvipsk-5.97 as print/dvipsk.
dvips takes a DVI file file[.dvi] produced by TeX (or by some other
processor such as GFtoDVI) and converts it to PostScript, normally
sending the result directly to the (laser)printer.  The DVI file may
be specified without the .dvi extension.  Fonts used may either be
resident in the printer or defined as bitmaps in PK files, or a
`virtual' combination of both.  If the mktexpk program is installed,
either be resident in the printer or defined as bitmaps in PK files,
or a `virtual' combination of both.  If the mktexpk program is
installed, dvips will automatically invoke METAFONT to generate fonts
that don't already exist.
2009-02-17 19:10:49 +00:00