2015-04-06 04:34:09 by Paul Goyette | Files touched by this commit (1) |
Log message:
Remove duplicated text to improve readability.
|
2013-11-17 17:54:41 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update dvipsk to 5.993.
- `m' value <= 0 now means no limit on vm.
|
2012-10-08 15:45:50 by Aleksej Saushev | Files touched by this commit (147) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-08-13 22:07:27 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update dvipsk to 5.992.
Changes:
- `c' config file include directive.
|
2012-03-04 00:28:04 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update dvipsk to 5.991.
Changes:
* output.c (hvpos): recover the old code in hvpos() for japanese
because the changed code leads to incorrect result in some cases.
other cases than japanese are not affected.
* writet1.c (t1_check_unusual_charstring): new fn.
(t1_subset_charstrings): call it. This resolves a bug reported by
Knuth when there is a newline between the /CharStrings and the
following number (dict size).
|
2010-09-13 06:40:12 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update dvipsk to 5.99.
Changes:
* config.ps: include cid-base.map.
* bug fixes.
|
2010-06-08 17:17:05 by Min Sik Kim | Files touched by this commit (3) |
Log message:
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-04-20 19:07:28 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Avoid integer overflow (CVE-2010-0739).
Patch from TeX Live repository (Revision 17559).
|
2010-01-16 04:47:31 by Min Sik Kim | Files touched by this commit (5) |
Log message:
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.
|
2009-07-15 20:56:44 by Roy Marples | Files touched by this commit (2) |
Log message:
Fix compiling with systems that provide their own getline
|