You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2018/03/06 20:33:29 UTC

svn commit: r1826041 - in /webservices/axiom/trunk: distribution/pom.xml etc/dist.py src/site/markdown/download.md.vm

Author: veithen
Date: Tue Mar  6 20:33:28 2018
New Revision: 1826041

URL: http://svn.apache.org/viewvc?rev=1826041&view=rev
Log:
Implement new release policy regarding checksum files.

Modified:
    webservices/axiom/trunk/distribution/pom.xml
    webservices/axiom/trunk/etc/dist.py
    webservices/axiom/trunk/src/site/markdown/download.md.vm

Modified: webservices/axiom/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/distribution/pom.xml?rev=1826041&r1=1826040&r2=1826041&view=diff
==============================================================================
--- webservices/axiom/trunk/distribution/pom.xml (original)
+++ webservices/axiom/trunk/distribution/pom.xml Tue Mar  6 20:33:28 2018
@@ -183,8 +183,6 @@
                         </goals>
                         <configuration>
                             <algorithms>
-                                <algorithm>MD5</algorithm>
-                                <algorithm>SHA-1</algorithm>
                                 <algorithm>SHA-512</algorithm>
                             </algorithms>
                         </configuration>

Modified: webservices/axiom/trunk/etc/dist.py
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/etc/dist.py?rev=1826041&r1=1826040&r2=1826041&view=diff
==============================================================================
--- webservices/axiom/trunk/etc/dist.py (original)
+++ webservices/axiom/trunk/etc/dist.py Tue Mar  6 20:33:28 2018
@@ -35,7 +35,7 @@ if exists(dist_root):
 call(["svn", "checkout", "https://dist.apache.org/repos/dist/dev/ws/axiom/", dist_root])
 mkdir(dist_dir)
 for classifier in [ "bin", "src" ]:
-    for suffix in [ "zip", "zip.asc", "zip.md5", "zip.sha1", "zip.sha512"]:
+    for suffix in [ "zip", "zip.asc", "zip.sha512"]:
         file = "axiom-" + release + "-" + classifier + "." + suffix
         copyfile(join(axiom_dir, "distribution", "target", file), join(dist_dir, file))
 call(["svn", "add", dist_dir])

Modified: webservices/axiom/trunk/src/site/markdown/download.md.vm
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/markdown/download.md.vm?rev=1826041&r1=1826040&r2=1826041&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/markdown/download.md.vm (original)
+++ webservices/axiom/trunk/src/site/markdown/download.md.vm Tue Mar  6 20:33:28 2018
@@ -26,9 +26,9 @@ release can be found [here](release-note
 The following distributions are available for download:
 
 &nbsp;              | Link                                  | Checksums and signatures
---------------------|---------------------------------------|----------------------------
-Binary distribution | [axiom-${release_version}-bin.zip][1] | [MD5][2] [SHA1][3] [PGP][4]
-Source distribution | [axiom-${release_version}-src.zip][5] | [MD5][6] [SHA1][7] [PGP][8]
+--------------------|---------------------------------------|-------------------------
+Binary distribution | [axiom-${release_version}-bin.zip][1] | [SHA512][3] [PGP][4]
+Source distribution | [axiom-${release_version}-src.zip][5] | [SHA512][7] [PGP][8]
 
 The signatures of the distributions can be [verified][9] against the public keys in the [KEYS][10] file.
 
@@ -37,12 +37,10 @@ Distributions for older releases can be
 All releases are also available as Maven artifacts in the [central repository][13].
 
 [1]: http://www.apache.org/dyn/closer.lua/ws/axiom/${release_version}/axiom-${release_version}-bin.zip
-[2]: https://www.apache.org/dist/ws/axiom/${release_version}/axiom-${release_version}-bin.zip.md5
-[3]: https://www.apache.org/dist/ws/axiom/${release_version}/axiom-${release_version}-bin.zip.sha1
+[3]: https://www.apache.org/dist/ws/axiom/${release_version}/axiom-${release_version}-bin.zip.sha512
 [4]: https://www.apache.org/dist/ws/axiom/${release_version}/axiom-${release_version}-bin.zip.asc
 [5]: http://www.apache.org/dyn/closer.lua/ws/axiom/${release_version}/axiom-${release_version}-src.zip
-[6]: https://www.apache.org/dist/ws/axiom/${release_version}/axiom-${release_version}-src.zip.md5
-[7]: https://www.apache.org/dist/ws/axiom/${release_version}/axiom-${release_version}-src.zip.sha1
+[7]: https://www.apache.org/dist/ws/axiom/${release_version}/axiom-${release_version}-src.zip.sha512
 [8]: https://www.apache.org/dist/ws/axiom/${release_version}/axiom-${release_version}-src.zip.asc
 [9]: http://www.apache.org/dev/release-signing#verifying-signature
 [10]: https://www.apache.org/dist/ws/axiom/KEYS