Re: new teTeX beta (20040208)
Vladimir Volovich <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
"TE" == Thomas Esser writes: >> i've tried to use the provided xdeltas to patch the 2.0.2 sources, >> but failed: TE> You seem to have a wrong version of tetex-src-2.0.2.tar.gz. Mine TE> is: TE> $ ls -l tetex-src-2.0.2.tar.gz -rw-r--r-- 1 tetex tetex TE> 11745933 Feb 9 22:04 tetex-src-2.0.2.tar.gz TE> $ md5sum tetex-src-2.0.2.tar.gz TE> a16f6bba227d55e79aeee46fbbd82d28 tetex-src-2.0.2.tar.gz My version of tetex-src-2.0.2.tar.gz was created by xdelta from previous versions. Note that xdelta unpacks the gzipped files prior to applying the patches, and then packs them back, so the resulting md5sum of the packed file after applying an xdelta MAY differ from your copy (because packing with gzip depends on various things like compression level, timestamp of the file, etc). What should be the same is the md5sum of the unpacked TAR file. (i've posted the md5sum of my guzipped TAR file). In this respect, it makes sense to post the md5sums of not only the gzipped tarballs, but also gunziped ones, i.e. gzip -dc tetex-src-?.?.?.tar.gz | md5sum TE> I did create the xdelta's on the server that hosts the master TE> copy of teTeX and teTeX-beta, so they should be correct. Best, v.