pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: graphics/clutter-gtk0.10
On Mon, Jan 06, 2014 at 12:34:20PM +0000, Jonathan Perkin wrote:
> * On 2014-01-06 at 12:21 GMT, Patrick Welche wrote:
>
> > There is something odd about the tarfiles, but I'm not sure what happened:
> >
> > -rw-r--r-- 1 root wheel 391461 Sep 16 2010 clutter-gtk-0.10.8.tar.gz
> > -rw-r--r-- 1 root wheel 391461 Dec 24 2011 clutter-gtk-0.10.8.tar.gz.bak
> >
> > the .bak is the old one I already had which matches
> > graphics/clutter-gtk0.10/distinfo. The other one is fresh from
> > ftp.gnome.org.
> >
> > # sha1 clutter-gtk-0.10.8.tar.gz*
> > SHA1 (clutter-gtk-0.10.8.tar.gz) = 1fd7c4d8f70b64541a18d51d5c9674299975d054
> > SHA1 (clutter-gtk-0.10.8.tar.gz.bak) =
> > 91dc92c06ab6feff4d99d3bf5cce374c48a2f14b
> >
> > I tried untarring them, and:
> >
> > quantz$ diff -ur old new | more
> > quantz$
> >
> > so the contents seem to be the same?!
>
> Compare tar ztvf output? Perhaps permissions or timestamps changed.
Curiouser and curiouser:
$ tar ztvf clutter-gtk-0.10.8.tar.gz.bak > /tmp/foo
$ tar ztvf clutter-gtk-0.10.8.tar.gz > /tmp/bar
$ diff -u /tmp/foo /tmp/bar
$
and just for comparison with gnome's checksum file:
$ cksum -a sha256 clutter-gtk-0.10.8.tar.gz*
SHA256 (clutter-gtk-0.10.8.tar.gz) =
8ef57c1a0c6227704e89350805d10caaa9cc3f1bea6263211b05acd473fdfdc4
SHA256 (clutter-gtk-0.10.8.tar.gz.bak) =
d7a09b3cb82cf3a752cc2bce88186a7488b822fd62ad1b8b0a67e816de63bfe8
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index