You are viewing a plain text version of this content. The canonical link for it is here.
Posted to repository@apache.org by Xavier Hanin <xh...@jayasoft.fr> on 2006/09/15 14:36:33 UTC

commons logging 1.1 sha1

Hi All,

Is this sha1 regular:
http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.jar.sha1

It contains the sha1 and a path. Is it normal or not?
Another question, is it normal that this file is not listed when you 
browse http://www.ibiblio.org/maven/commons-logging/jars/ ?

Thanks!

Xavier

Re: commons logging 1.1 sha1

Posted by Steve Loughran <st...@gmail.com>.
On 15/09/06, Xavier Hanin <xh...@jayasoft.fr> wrote:
> Hi All,
>
> Is this sha1 regular:
> http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.jar.sha1
>
> It contains the sha1 and a path. Is it normal or not?

this looks like the output of sha1sum on linux, which lists the
filenames alongside the sums, letting you checksum a set of files in
one go

sha1sum *.jar > checksums.txt

If you are parsing sha1 files, then you should drop everything after
the first space.

I'd assume that any signing of the sha1 checksum (such as a PGP
signature) probably doesnt do that, so you can't strip off the
(unneeded) file path without breaking any PGP signature of the files.

-steve

Re: commons logging 1.1 sha1

Posted by Xavier Hanin <xh...@jayasoft.fr>.
Thanks Brett for the quick answer!

Xavier

Brett Porter wrote:

> On 15/09/06, Xavier Hanin <xh...@jayasoft.fr> wrote:
>
>> Hi All,
>>
>> Is this sha1 regular:
>> http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.jar.sha 
>>
>>
>> It contains the sha1 and a path. Is it normal or not?
>
>
> yes
>
>> Another question, is it normal that this file is not listed when you
>> browse http://www.ibiblio.org/maven/commons-logging/jars/ ?
>
>
> yes (/maven is a set of rewrite rules onto /maven2).
>
>>
>> Thanks!
>>
>> Xavier
>>
>
>


Re: commons logging 1.1 sha1

Posted by Brett Porter <br...@gmail.com>.
On 15/09/06, Xavier Hanin <xh...@jayasoft.fr> wrote:
> Hi All,
>
> Is this sha1 regular:
> http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.jar.sha
>
> It contains the sha1 and a path. Is it normal or not?

yes

> Another question, is it normal that this file is not listed when you
> browse http://www.ibiblio.org/maven/commons-logging/jars/ ?

yes (/maven is a set of rewrite rules onto /maven2).

>
> Thanks!
>
> Xavier
>


-- 
Apache Maven - http://maven.apache.org
"Better Builds with Maven" book - http://library.mergere.com/