It's a partial file. Here's what I get for the whole file:
[root@dekutree src]# ls -ld ucspi-tcp-0.88.tar.gz
-rw-r--r-- 1 root root 53019 Aug 29 02:21 ucspi-tcp-0.88.tar.gz
root@dekutree src]# md5sum ucspi-tcp-0.88.tar.gz
39b619147db54687c4a583a7a94c9163 ucspi-tcp-0.88.tar.gz
and here's what I get when I just look at the first 44800 bytes of it:
[root@dekutree src]# dd bs=1 count=48840 <ucspi-tcp-0.88.tar.gz |md5sum
44880+0 records in
44880+0 records out
bf0bac8fb09ce12bbeed8f871cd3c339 -
You probably got an error while gunzipping or untarring it, and just
didn't notice. Download it again and you should be OK. The file
that's currently there matches your good checksum file.
----ScottG.
"G. Clifford Williams" <[EMAIL PROTECTED]> writes:
> I just downloaded ucspi-tcp-0.88.tgz from cr.yp.to
> and it didn't compile. When I logged into two other
> machines that had the (same?) archive from a month
> earlier I noticed the following:
>
> The new one:
> MD5 (ucspi-tcp-0.88.tar.gz) = bf0bac8fb09ce12bbeed8f871cd3c339
> -rw-r--r-- 1 root wheel 44880 Sep 13 12:33 ucspi-tcp-0.88.tar.gz
>
>
> The old one:
> MD5 (ucspi-tcp-0.88.tar.gz) = 39b619147db54687c4a583a7a94c9163
> -rw-r--r-- 1 root wheel 53019 Aug 12 13:28 ucspi-tcp-0.88.tar.gz
>
>
> The error I get is
>
> # make
> make: don't know how to make warn-auto.sh. Stop in
> /usr/local/src/ucspi-tcp-orig.
>
>
>
> just thought I'd share