Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

SCA

...

Java

...

Travel

...

Sample

...

1.0

...

(June

...

2010)

...

For

...

full

...

detail

...

about

...

the

...

release

...

please

...

see

...

the

...

RELEASE_NOTES

...

and

...

CHANGES

...

files.

...

Windows

...

Linux / Mac OS X / Unix

Verifying the downloads

To ensure the integrity of the release artifacts they are digitally signed. You can find more information about the way that we sign releases here. To verify the integrity of the downloaded files you must use signatures downloaded from our main distribution directory not from the distribution mirrors.

MD5 checksums can be verified simply by regenerating the checksum and comparing it against the checksum (the md5 file) supplied with the release. There are various utilities that can be used to generate the checksum, for example

Code Block
|http://www.apache.org/dyn/closer.cgi/tuscany/java/sca/travelsample-1.0/apache-tuscany-scatours-1.0.tar.gz] | [ASC|http://www.apache.org/dist/tuscany/java/sca/travelsample-1.0/apache-tuscany-scatours-1.0.tar.gz.asc] [MD5|http://www.apache.org/dist/tuscany/java/sca/travelsample-1.0/apache-tuscany-scatours-1.0.tar.gz.md5] |

h3. Verifying the downloads

To ensure the integrity of the release artifacts they are digitally signed. You can find more information about the way that we sign releases [here|http://www.apache.org/dev/release-signing.html#faq]. To verify the integrity of the downloaded files you *must* use signatures downloaded from our [main distribution directory|http://www.apache.org/dist/tuscany] not from the distribution mirrors. 

MD5 checksums can be verified simply by regenerating the checksum and comparing it against the checksum (the md5 file) supplied with the release. There are various utilities that can be used to generate the checksum, for example

{code}
openssl md5 apache-tuscany-scatours-1.0.tar.gz
{code}
or
{code

or

Code Block
}
md5sum apache-tuscany-scatours-1.0.tar.gz
{code}

PGP

...

signatures

...

can

...

be

...

verified

...

using

...

PGP

...

or

...

GPG.

...

First

...

download

...

the

...

KEYS

...

as

...

well

...

as

...

the

...

asc

...

signature

...

file

...

for

...

the

...

relevant

...

distribution.

...

Make

...

sure

...

you

...

get

...

these

...

files

...

from

...

our

...

main

...

distribution

...

directory

...

,

...

rather

...

than

...

from

...

a

...

mirror.

...

Then

...

verify

...

the

...

signatures

...

using,

...

for

...

example

{
Code Block
}
pgpk -a KEYS
pgpv apache-tuscany-scatours-1.0.tar.gz.asc
{code}
or
{

or

Code Block
code}
pgp -ka KEYS
pgp apache-tuscany-scatours-1.0.tar.gz.asc

or

Code Block
{code}
or
{code}
gpg --import KEYS
gpg --verify apache-tuscany-scatours-1.0.tar.gz.asc
{code}

{HTMLcomment

Wiki Markup
{htmlcomment}
<!-- Start of StatCounter Code -->
<script type="text/javascript">
sc_project=3651080; 
sc_invisible=1; 
sc_partition=43; 
sc_security="1478460e"; 
</script>

<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a href="http://www.statcounter.com/free_hit_counter.html" target="_blank"><img class="statcounter" src="http://c44.statcounter.com/3651080/0/1478460e/1/" alt="hit counter" ></a></div></noscript>
<!-- End of StatCounter Code -->
{

...

htmlcomment}