[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please unblock TeX packages



Dear release team,

Martin Michlmayr has discovered that the latest bugfix in dvipdfm
(tetex-bin and texlive-bin) was not correct, the segfault in half-hour
timezones was replaced by a segfault on amd64 (and probably other 64bit
arches).  We have uploaded fixed packages and request to

unblock tetex-bin/3.0-30
unblock texlive-bin/2005.dfsg.2-11

with the correction of the timezone patch being the only change.  It's
essentially a one-line-two-char change:

-            (tz_offset>0)? '+':'-', abs(tz_offset)/3600, (abs(tz_offset)/60)%60);
+            (tz_offset>0)? '+':'-', labs(tz_offset)/3600, (labs(tz_offset)/60)%60);

(tz_offset is a long int)

The packages are currently in incoming.

TIA, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Reply to: