Author: markt Date: Fri Jun 14 21:02:02 2019 New Revision: 34537 Log: Upload 1.1.1 for voting
Added: dev/commons/daemon/HEADER.html (with props) dev/commons/daemon/README.html (with props) dev/commons/daemon/RELEASE-NOTES.txt (with props) dev/commons/daemon/binaries/ dev/commons/daemon/binaries/HEADER.html (with props) dev/commons/daemon/binaries/README.html (with props) dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz (with props) dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.asc dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.sha256 dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.sha512 dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip (with props) dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.asc dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.sha256 dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.sha512 dev/commons/daemon/binaries/commons-daemon-1.1.1.jar (with props) dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.asc dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.sha256 dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.sha512 dev/commons/daemon/binaries/windows/ dev/commons/daemon/binaries/windows/HEADER.html (with props) dev/commons/daemon/binaries/windows/README.html (with props) dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip (with props) dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.asc dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.sha256 dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.sha512 dev/commons/daemon/source/ dev/commons/daemon/source/HEADER.html (with props) dev/commons/daemon/source/README.html (with props) dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz (with props) dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.asc dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.sha256 dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.sha512 dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip (with props) dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.asc dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.sha256 dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.sha512 dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz (with props) dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.asc dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.sha256 dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.sha512 dev/commons/daemon/source/commons-daemon-1.1.1-src.zip (with props) dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.asc dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.sha256 dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.sha512 Added: dev/commons/daemon/HEADER.html ============================================================================== --- dev/commons/daemon/HEADER.html (added) +++ dev/commons/daemon/HEADER.html Fri Jun 14 21:02:02 2019 @@ -0,0 +1,11 @@ +<h2>Apache Commons Project Distributions</h2> + +<p>The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the <a href="http://archive.apache.org/dist/commons/">archives</a>. </p> + +<h2>Important Notices</h2> + +<ul> +<li><a href="#mirrors">Download from your nearest mirror site!</a></li> +<li><a href="#sig">PGP/GPG Signatures</a></li> +</ul> + Propchange: dev/commons/daemon/HEADER.html ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/README.html ============================================================================== --- dev/commons/daemon/README.html (added) +++ dev/commons/daemon/README.html Fri Jun 14 21:02:02 2019 @@ -0,0 +1,90 @@ +<h1>Commons Daemon 1.1.0</h1> + +<p> + This is the current release version of Commons Daemon, version 1.1.0. + This release is available in both binary and source distributions. +</p> + +<h2><a name="mirrors">Download from your + <a href="http://www.apache.org/dyn/closer.cgi/commons/daemon/"> +nearest mirror site!</a></a></h2> + +<p>Do not download from www.apache.org. Please use a mirror site + to help us save apache.org bandwidth. + <a href="http://www.apache.org/dyn/closer.cgi/commons/daemon/"> + Go here to find your nearest mirror.</a> +</p> + +<p> + <font color="Red"><b>Note:</b></font> + The tar files in this distribution use GNU tar extensions and must be untarred + with a GNU compatible version of tar. The version of tar on Solaris and Mac OS + X will not work with these files. +</p> + +<h2>Changes</h2> + +<p> + The changes in this release are detailed in the + <a href="RELEASE-NOTES.txt">release notes</a>. +</p> + +<p> + Thank you for using + <a href="http://commons.apache.org/daemon/">Commons Daemon</a>, + brought to you by the + <a href="http://commons.apache.org/">Apache Commons Project</a>. +</p> + +<h2><a name="sig">Signatures</a></h2> + +<p> + The files in this distribution have been digitally signed using PGP. Each + signed file has a corresponding <em>filename</em>.asc signature file in the + same directory. The signing keys can be found in the distribution directory + at <<a href="http://www.apache.org/dist/commons/KEYS"> + http://www.apache.org/dist/commons/KEYS</a>>. +</p> + +<p> + <b> + Always download the KEYS file directly from the Apache site, never from a + mirror site. + </b> +</p> + + +<p> + Always test available signatures, to ensure that what you download has not + been tampered with. How you do this depends on the tools that you use. Here + are a few examples: + <ul> + <li> + PGP for Windows: + <br> + Use the Decrypt/Verify option in the PGPmail tool. + </li> + <li> + PGP command line (some versions): + <br> + $ pgpk -a KEYS + <br> + $ pgpv commons-daemon-1.1.0.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.1.0.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.1.0.tar.gz.asc + </li> + </ul> +<p> + Propchange: dev/commons/daemon/README.html ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/RELEASE-NOTES.txt ============================================================================== --- dev/commons/daemon/RELEASE-NOTES.txt (added) +++ dev/commons/daemon/RELEASE-NOTES.txt Fri Jun 14 21:02:02 2019 @@ -0,0 +1,53 @@ +================================================================================ + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +================================================================================ + + Apache Commons Daemon 1.1 + Release Notes + +This document contains the release notes for this version of the +Apache Commons Daemon package, and highlights new features compared +to the 1.0 releases. + + +New Features +------------ + + - The minimum required Java version has been increased from Java + 1.3 to Java 6 + - Explicit support has been added for Java 9 + - The minimum target platform for Windows has been increased to + Windows XP + + +Bug Fixes +--------- + + - Please see the change log + http://commons.apache.org/proper/commons-daemon/changes-report.html + +Feedback +-------- +Open source works best when you give feedback: +http://commons.apache.org/daemon/ + +Please direct all bug reports to JIRA +https://issues.apache.org/jira/browse/DAEMON + +Or subscribe to the commons-user mailing list (prefix emails by [daemon]) +http://commons.apache.org/mail-lists.html + +The Apache Commons Daemon Team Propchange: dev/commons/daemon/RELEASE-NOTES.txt ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/binaries/HEADER.html ============================================================================== --- dev/commons/daemon/binaries/HEADER.html (added) +++ dev/commons/daemon/binaries/HEADER.html Fri Jun 14 21:02:02 2019 @@ -0,0 +1,13 @@ +<h1>Index of /dist/commons</h1> + +<h2>Apache Commons Project Distributions</h2> + +<p>The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the <a href="http://archive.apache.org/dist/commons/daemon/binaries/">archives</a>. </p> + +<h2>Important Notices</h2> + +<ul> +<li><a href="#mirrors">Download from your nearest mirror site!</a></li> +<li><a href="#sig">PGP/GPG Signatures</a></li> +</ul> + Propchange: dev/commons/daemon/binaries/HEADER.html ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/binaries/README.html ============================================================================== --- dev/commons/daemon/binaries/README.html (added) +++ dev/commons/daemon/binaries/README.html Fri Jun 14 21:02:02 2019 @@ -0,0 +1,89 @@ +<h1>Commons Daemon 1.1.0</h1> + +<p> + This is the current release version of Commons Daemon, version 1.1.0. + This release is available in both binary and source distributions. +</p> + +<h2><a name="mirrors">Download from your + <a href="http://www.apache.org/dyn/closer.cgi/commons/daemon/"> +nearest mirror site!</a></a></h2> + +<p>Do not download from www.apache.org. Please use a mirror site + to help us save apache.org bandwidth. + <a href="http://www.apache.org/dyn/closer.cgi/commons/daemon/"> + Go here to find your nearest mirror.</a> +</p> + +<p> + <font color="Red"><b>Note:</b></font> + The tar files in this distribution use GNU tar extensions and must be untarred + with a GNU compatible version of tar. The version of tar on Solaris and Mac OS + X will not work with these files. +</p> + +<h2>Changes</h2> + +<p> + The changes in this release are detailed in the + <a href="../RELEASE-NOTES.txt">release notes</a>. +</p> + +<p> + Thank you for using + <a href="http://commons.apache.org/daemon/">Commons Daemon</a>, + brought to you by the + <a href="http://commons.apache.org/">Apache Commons Project</a>. +</p> + +<h2>Signatures</h2> + +<p> + The files in this distribution have been digitally signed using PGP. Each + signed file has a corresponding <em>filename</em>.asc signature file in the + same directory. The signing keys can be found in the distribution directory + at <<a href="http://www.apache.org/dist/commons/KEYS"> + http://www.apache.org/dist/commons/KEYS</a>>. +</p> + +<p> + <b> + Always download the KEYS file directly from the Apache site, never from a + mirror site. + </b> +</p> + + +<p> + Always test available signatures, to ensure that what you download has not + been tampered with. How you do this depends on the tools that you use. Here + are a few examples: + <ul> + <li> + PGP for Windows: + <br> + Use the Decrypt/Verify option in the PGPmail tool. + </li> + <li> + PGP command line (some versions): + <br> + $ pgpk -a KEYS + <br> + $ pgpv commons-daemon-1.1.0.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.1.0.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.1.0.tar.gz.asc + </li> + </ul> +<p> Propchange: dev/commons/daemon/binaries/README.html ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.asc ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.asc (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.asc Fri Jun 14 21:02:02 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl0D6ucACgkQEMAcWi9g +Wee+Og/9FqBup6rQkyxqx4IPIhZKJMMDuVZkGmuWFz17ElLkupWdrQesesPNudZH +1c0QAhmjwIgU0Ovo4SQRYlWQIZ+9KeBAAdFtfu4J5ciuarGzh+Z4mUSh1wBLW2Jt +jgQhk/smiMGWNb+jVpKeB9ED4hx1vPCqsUNFqmVpIZWn9mUK/y/j2FSvE9QHJtcS +r4TUh0+3fvqsJEt/IyOg9nCBhU+r38OoF4TuuG2HQVGeO4TAWfyq7sDbNaT8ItWj +JENgB0LSqXsR+2ssOMFtGn7d4GewbY+lYYSVzU177oscaoTVxHLJ9HLFMUCPKCfH +Wxl3rFG257/5a3wIeIVH2O2GVS95v1DZ2JbhZVmDbdVCnhLq2XU1fmD5gTDpt3cd +SLImIE5mTQLwEuege0aNJqrDxYtk2ftdO6qPxSgYXc/2Zlu7VvZlUWr3h74Z6X5q +QLQuFwSbDUNysVIXCZ1KH8mjxgiFONfMZSSDn6QMNJkXAqSspHDymhHIifYhKWwE +PYoDCo2Hhun2UOYBYYK0QOWx3F7B6nUmCvCeeg+SqzNrxmLVzIHHitJx/en/uhZH +rIoJhIKtYoWEXQID/ecmKnXy2eABkFsceWGfsELtvlPY2vLxoSPScY7kQgWTcv/k +M3+nC7lR+A4sEWrIgDyK5ZhTKX56XG2hH4OIQuNV/d5dHFH7ml0= +=kdGk +-----END PGP SIGNATURE----- Added: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.sha256 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.sha256 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.sha256 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +022bda49349111a825e0515301016b4002f63c9a0354ae5beca9f97c1c1f125b *commons-daemon-1.1.1-bin.tar.gz Added: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.sha512 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.sha512 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.tar.gz.sha512 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +a3b4a0fafd2da73b5c0341c22bf6595b508b2cf167f33d262a4a155bfe9c581610a935214ddc9ccf0ee5ae2bb8782d3e5ef581180d3e4ffd978acf1185494077 *commons-daemon-1.1.1-bin.tar.gz Added: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.asc ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.asc (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.asc Fri Jun 14 21:02:02 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl0D6ucACgkQEMAcWi9g +Wecdpg//Tsemb8smVSvLAEuSvnmA7U9trBqJgjQcROaei6D7y1mkEHc1RpsXbmGa +2X2J6ULsUOG4/ewEwaNrbjmph9qAJs4S+95TX/7DZxSRE/uqYxbKE8DooSVhjMEP +OaSE084I9JAKuzM19cnzRTFD/JkRs/46BhC4n4NqZLWEQKG9ZUGlacgCTM8ULdPw +rkLVQU59199ekonHFta9Jox5Ny0bNEhzkf/12k7FbjQbzxV41/yJ11Nu+vuIk7bl +n8fxTqXaCwS7qTBo7hQRdKtK4H2PJM3GL+V14Phodh8lqNGtTLDVXL62h/Pt1cEe +hZCdQXDw4goSXfYQxxgVvWE8BCy6NAKf93iiTHIyl9BEnpULSX4nE7s4IIGxHh/s +VhM87RSJ51zfigKROreqFRN0RSDdzPHUtM7b1Cs+bfAsNkfdLSh6+Yt9REvHDx2h +cC/FE0ZLEZVmXdmoIHvqsB9EdDMIYYMlZq+c/6n78KcdGremE2bDI8gWCTiEzcJV +9YMhHyCCokyo76f2RC8lqWRLdO8mKap6jTOlVgZkgZekDmRjm1UdZH/b+DRqsw2r +xSN1djWPgexj6wLyJ4OcOQhj/laS7iqfx4Cuze9+4j2w510o1rouaoXibBl7j8Te +UrFpuNQl1IcW7EWOueeN23eWe69Kno4z7JRlaI2Avol6lLR7pR8= +=2DCl +-----END PGP SIGNATURE----- Added: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.sha256 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.sha256 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.sha256 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +01a28a3470c26bc225ca9d7eb48efc50aa88a5693b198d21bef2c306c9f1ba89 *commons-daemon-1.1.1-bin.zip Added: dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.sha512 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.sha512 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1-bin.zip.sha512 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +96cd71c5957818a30f9de3704ebbe67b0418aa32652d0fe406604e831570cf7a70546842fcf58cdc78048e35b5236a85e2e747b3c40165a34e0f950fba61e005 *commons-daemon-1.1.1-bin.zip Added: dev/commons/daemon/binaries/commons-daemon-1.1.1.jar ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/binaries/commons-daemon-1.1.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.asc ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.asc (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.asc Fri Jun 14 21:02:02 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl0D6twACgkQEMAcWi9g +WeeCfA//VxUrzQWGJG23M5l/T7nXgRMzVZjCZF8dGL/Ll2Ni0kGy/U588yYOxzrU +85GPD5RijGMmCGh+21eJcHBkBlTJwPE4Kog6CJAyfcFPdHZAN06/rWjfD6SJLP1E +IZ+hHY48U1JOthxy2RcBEQJ3ovV8e9gUVZz2pF0hWRV9pepSqksBEctgWzmYEvuN +ra8Ajq63+2sgDNxt0FdVJWuQ7VuNQRYTL7is2vHwxQg6Bk0bb+CTCQtBSTvxvTiD +xf5E2ev1wMdQUryiVFP/96beCJTiLaxadNjHZAdkjwdzNdLVRtCEmUk+3PWeR47P +/9Bk/wEuSzcBYx49sEINl8OrM8D5JIqVYI5yBibPVp97bMKjAyifEHolNovRSaV5 +7pMjDsc4Px0gh5VNEHG7dkrGrqQomXH04NFX9ooQ+WCMKxLOZGsN3gFN/imiA+OR +C/4SW7LgnYPOj+fIuENYnnHpog+QVP/kmFVS+VSh18iZ2bG5MeV5RmzzWjdKropo +h/i+DtJqx9dGDXbm0vRd4SwEHRdKBDxjnaNIF0r3szZKobfEcCNQyfYf91jCqz9d +yeJzW+4lWE7aN6rwmpP7GcLmhCfHqTgEYwwOQ9yOLqGqcPPWQmtV/a+Z/hXLyNuG +QMMIKqTDorI2rnB/255yhj6Egz5JeS2VgBkEHiAMLCYcuAlLtx8= +=xTcc +-----END PGP SIGNATURE----- Added: dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.sha256 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.sha256 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.sha256 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +17393e99a426bac243319a5366495d0b4601a1d66d0490982af8fda2ecdebb45 *commons-daemon-1.1.1.jar Added: dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.sha512 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.sha512 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.1.1.jar.sha512 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +3dfacbc5a2c17c125a7a721a5a1f5238c4032c1f50750ca46095c17056a386649570655775719d7543c30ecd438f5100f7fd58b8756fb36d87514566b250d630 *commons-daemon-1.1.1.jar Added: dev/commons/daemon/binaries/windows/HEADER.html ============================================================================== --- dev/commons/daemon/binaries/windows/HEADER.html (added) +++ dev/commons/daemon/binaries/windows/HEADER.html Fri Jun 14 21:02:02 2019 @@ -0,0 +1,13 @@ +<h1>Index of /dist/commons</h1> + +<h2>Apache Commons Project Distributions</h2> + +<p>The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the <a href="http://archive.apache.org/dist/commons/daemon/binaries/windows">archives</a>. </p> + +<h2>Important Notices</h2> + +<ul> +<li><a href="#mirrors">Download from your nearest mirror site!</a></li> +<li><a href="#sig">PGP/GPG Signatures</a></li> +</ul> + Propchange: dev/commons/daemon/binaries/windows/HEADER.html ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/binaries/windows/README.html ============================================================================== --- dev/commons/daemon/binaries/windows/README.html (added) +++ dev/commons/daemon/binaries/windows/README.html Fri Jun 14 21:02:02 2019 @@ -0,0 +1,89 @@ +<h1>Commons Daemon 1.1.0</h1> + +<p> + This is the current release version of Commons Daemon, version 1.1.0. + This release is available in both binary and source distributions. +</p> + +<h2><a name="mirrors">Download from your + <a href="http://www.apache.org/dyn/closer.cgi/commons/daemon/"> +nearest mirror site!</a></a></h2> + +<p>Do not download from www.apache.org. Please use a mirror site + to help us save apache.org bandwidth. + <a href="http://www.apache.org/dyn/closer.cgi/commons/daemon/"> + Go here to find your nearest mirror.</a> +</p> + +<p> + <font color="Red"><b>Note:</b></font> + The tar files in this distribution use GNU tar extensions and must be untarred + with a GNU compatible version of tar. The version of tar on Solaris and Mac OS + X will not work with these files. +</p> + +<h2>Changes</h2> + +<p> + The changes in this release are detailed in the + <a href="../RELEASE-NOTES.txt">release notes</a>. +</p> + +<p> + Thank you for using + <a href="http://commons.apache.org/daemon/">Commons Daemon</a>, + brought to you by the + <a href="http://commons.apache.org/">Apache Commons Project</a>. +</p> + +<h2>Signatures</h2> + +<p> + The files in this distribution have been digitally signed using PGP. Each + signed file has a corresponding <em>filename</em>.asc signature file in the + same directory. The signing keys can be found in the distribution directory + at <<a href="http://www.apache.org/dist/commons/KEYS"> + http://www.apache.org/dist/commons/KEYS</a>>. +</p> + +<p> + <b> + Always download the KEYS file directly from the Apache site, never from a + mirror site. + </b> +</p> + + +<p> + Always test available signatures, to ensure that what you download has not + been tampered with. How you do this depends on the tools that you use. Here + are a few examples: + <ul> + <li> + PGP for Windows: + <br> + Use the Decrypt/Verify option in the PGPmail tool. + </li> + <li> + PGP command line (some versions): + <br> + $ pgpk -a KEYS + <br> + $ pgpv commons-daemon-1.1.0.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.1.0.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.1.0.tar.gz.asc + </li> + </ul> +<p> Propchange: dev/commons/daemon/binaries/windows/README.html ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.asc ============================================================================== --- dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.asc (added) +++ dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.asc Fri Jun 14 21:02:02 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl0D6ugACgkQEMAcWi9g +WedI+xAApYK5+RiYxDXcZTVocVqY5EdaWXoZz06vvyEjRt9gbonU7bIh6VUGOW2A +jSv2VXlsZM/PnDu9Ko7yLMibEEQ0ympUUJeCIvNicSK/GQLsqnBcATeo3sQQe2iw +2Fo1An+YrGPm8pOa4yjrjHXSqJgUy+B/8sMrvi10pyH+oudGUhLtP+QQkW16AwIp +NaR25PxKkgHCxFxDqztZdycPWqeTJ5XYDrY3xdSmNnY16SgH/jTHuU1TXXfKn6Kf +BfrZBvr0ebPG5j3acVmjkMncpWt+HRi2BtbletFxzvjzA0++Penf6JjPgXDr0X53 +XBlP5rlA8DfSESPLaKKCDDn1gARbr+USkgHpm4ueU7efHONpv5wKedNLUq8ah7TK +OemJkwTP/BH4shh2StiR39UJQVDYbxCT8Q0mrL4VjrAXS5Jy0BAoaECtYyMDq+KQ +2kRLqaEBbousyWWhB+mpk0iFnUvXlr6J32W49Aa5AXnsbG+6SPeqREnYZbMkzf2m +coDHO03cDNa5ETsI7dD50Iia69glkdmUlKfWUbt/swydjlgDo3QmEdg9fQEGIZxO +JtiFy+bU3THbs2jGu6P720IGCKIWXZAKJrXbJSCVkyiw7naVw7b3xIou3n5K9fhu +2E/q/nmiGacnUXpI14W+LFqkaAKzU/UHowsWCzYECvEvIeLY7kw= +=yjOc +-----END PGP SIGNATURE----- Added: dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.sha256 ============================================================================== --- dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.sha256 (added) +++ dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.sha256 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +84d4b229d9cef26005df1cf1b5555980a4ba98e7874c712fe85d8dd2fd4912a0 *commons-daemon-1.1.1-bin-windows.zip Added: dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.sha512 ============================================================================== --- dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.sha512 (added) +++ dev/commons/daemon/binaries/windows/commons-daemon-1.1.1-bin-windows.zip.sha512 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +d6b7f91159e44e0a18d72f0e2d4271a6dd353dbaebfc1e3234b901d72d745a92055dac0a2ab76a265fecc4f5a99255782406d1c9a550a89fc47e8bac66c97af0 *commons-daemon-1.1.1-bin-windows.zip Added: dev/commons/daemon/source/HEADER.html ============================================================================== --- dev/commons/daemon/source/HEADER.html (added) +++ dev/commons/daemon/source/HEADER.html Fri Jun 14 21:02:02 2019 @@ -0,0 +1,13 @@ +<h1>Index of /dist/commons</h1> + +<h2>Apache Commons Project Distributions</h2> + +<p>The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the <a href="http://archive.apache.org/dist/commons/daemon/source/">archives</a>. </p> + +<h2>Important Notices</h2> + +<ul> +<li><a href="#mirrors">Download from your nearest mirror site!</a></li> +<li><a href="#sig">PGP/GPG Signatures</a></li> +</ul> + Propchange: dev/commons/daemon/source/HEADER.html ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/source/README.html ============================================================================== --- dev/commons/daemon/source/README.html (added) +++ dev/commons/daemon/source/README.html Fri Jun 14 21:02:02 2019 @@ -0,0 +1,89 @@ +<h1>Commons Daemon 1.1.0</h1> + +<p> + This is the current release version of Commons Daemon, version 1.1.0. + This release is available in both binary and source distributions. +</p> + +<h2><a name="mirrors">Download from your + <a href="http://www.apache.org/dyn/closer.cgi/commons/daemon/source/"> +nearest mirror site!</a></a></h2> + +<p>Do not download from www.apache.org. Please use a mirror site + to help us save apache.org bandwidth. + <a href="http://www.apache.org/dyn/closer.cgi/commons/daemon/source/"> + Go here to find your nearest mirror.</a> +</p> + +<p> + <font color="Red"><b>Note:</b></font> + The tar files in this distribution use GNU tar extensions and must be untarred + with a GNU compatible version of tar. The version of tar on Solaris and Mac OS + X will not work with these files. +</p> + +<h2>Changes</h2> + +<p> + The changes in this release are detailed in the + <a href="../RELEASE-NOTES.txt">release notes</a>. +</p> + +<p> + Thank you for using + <a href="http://commons.apache.org/daemon/">Commons Daemon</a>, + brought to you by the + <a href="http://commons.apache.org/">Apache Commons Project</a>. +</p> + +<h2>Signatures</h2> + +<p> + The files in this distribution have been digitally signed using PGP. Each + signed file has a corresponding <em>filename</em>.asc signature file in the + same directory. The signing keys can be found in the distribution directory + at <<a href="http://www.apache.org/dist/commons/KEYS"> + http://www.apache.org/dist/commons/KEYS</a>>. +</p> + +<p> + <b> + Always download the KEYS file directly from the Apache site, never from a + mirror site. + </b> +</p> + + +<p> + Always test available signatures, to ensure that what you download has not + been tampered with. How you do this depends on the tools that you use. Here + are a few examples: + <ul> + <li> + PGP for Windows: + <br> + Use the Decrypt/Verify option in the PGPmail tool. + </li> + <li> + PGP command line (some versions): + <br> + $ pgpk -a KEYS + <br> + $ pgpv commons-daemon-1.1.0.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.1.0.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.1.0.tar.gz.asc + </li> + </ul> +<p> Propchange: dev/commons/daemon/source/README.html ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.asc ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.asc (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.asc Fri Jun 14 21:02:02 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl0D6ucACgkQEMAcWi9g +WefWBA//WzV6pQfeEF5ygfHnD4j1bQettJYgV9BaEc5M/gFa6IJ718+PGDHVH5d0 +2XUEXsdMo8aZGQMOoj/ZMIVJpAsgEuk/9eCAznE3QHQqMq18ivtrpTUyO01z66G9 +rQGwQRthnaENnRNcTuBf7GSmv93jRWd4HTLI3bp6zmWMarZ6LCS3LVNlTlBKOW2O +J53hCcKAK9QkYwJ7IAt+0mHiAEk3KTNUCzvfB9bG9j6ugPzwYmqsVpGmhSMDn+aI +2rW2xpKaolcY7Gm7IHaW27AWkXu7lovspx0y6XgHgavESekI6Roti/TCrJrVpree +RtoUSALZeWu0bnWSgZn+k8I4ejLOliUkQ960RI+QPwwceVVpc3667fkWADQmbmZn +ZTbzDAubVFUBSS94Hbf2ugnn5qgK/Xu6wdsp88QX1quRw8nLnMxyqyf/Rc7tB+9w +o1Lf7BvSyJIFwPvu2NpX2pG9xwCihvETA0h9vgiLSuH7dwjhkTngR2JSmgeS9fwO +NXiS/ICy38x8mE2PNfF+8Z4DwQzvPzedgpgkrj8Dp8IkgdTZyUpzl0ftzew7RCe5 +yhBASL1yW76zfuyOByaBanZwfccBGaDeRjbj8+7FUBqYhIsTzb5a8IHAUemIIMTk +5+uj4llB+0OERa7HekZDSdaQ2H5R+ISo76dU6mKkJ4V3BpGnlX0= +=DR7w +-----END PGP SIGNATURE----- Added: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.sha256 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.sha256 (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.sha256 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +45607489f31ed48556989e69afcda523b76d358c2740f7aca19795fc4c04c8cf *commons-daemon-1.1.1-native-src.tar.gz Added: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.sha512 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.sha512 (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-native-src.tar.gz.sha512 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +c8b1e06e7a13f2bea011b48f0d57b35549312bcd77a8ae77aa1e99d0f965dc6a25fcd73edfd1f0a0085f27b2f69b7f90c94137175e414b604b9fa74e51976dce *commons-daemon-1.1.1-native-src.tar.gz Added: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.asc ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.asc (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.asc Fri Jun 14 21:02:02 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl0D6ucACgkQEMAcWi9g +Wec9yA/+O2s0oKmJZTk5aWBLdKlrnOL86VoaYGTNT83adkn9EbvEtsa5WLYjZc1v +dc/GHHjY3jP7wi6HbDHaOXMVrHej18QsVQefSaxIEgaOB7/bnDkbrS7GILvhB/9L +QiX87CkhmVa5SxzG0PPOyEMTMsxrkXOjlixLnUqUtaJy9HNxwO6cEmhwm574SClk +Ytmc6WH8LUS7O/GzZenn2vdRerwXmNLF47FKq+UnAvjY5LbS01QYUgNdDD2MOiBw +U/AAbBJvsFp/4c8g/fMRDUnQwC9UZFo0rPX7582UyGpaAjFxoWxy17D9seIBO1T1 +V6K9dV9L4BhAkBqkQV7BPWYxDA5hOnteuu1sZ2P31aMdzdy9TFAEoXJoSLsQMjdS +bh9mI+G11evidQU5Auh9llm0zNi58iKWIU3oyCDWcmodKvJ1gWAjeF5L1iBpVoQu +JV4/A/tzGehBGMQiw5IFCB3tCUQ9D5sFtQKbcwkeRWNtZpBEBL5sx1pfP6X6SNWr +5s3kPiORzVFMwxbTzMsHPPTWcnPXDzRheGCriVmTAeL29LhaP19Llz9U7QyawQWc +aIDIK8e8iepyF+wnyXvCzBzmECM2/iO0FMWTmDoNdjQW2LjUx9GX8Oif4kfJFuf4 +lA4aEue0K3v0j1yAsTSI9at6SlWEK7lYTrjhSQVVlLXMtrCr18E= +=nSvT +-----END PGP SIGNATURE----- Added: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.sha256 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.sha256 (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.sha256 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +5c8ca87717b135764ab17d661f8c4a6d466edc0ae0b4204cdf803dd899b92e6a *commons-daemon-1.1.1-native-src.zip Added: dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.sha512 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.sha512 (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-native-src.zip.sha512 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +50a0aa5601dae1dace8d9c6e31fff97cf04a5ff3ebdcbf5bc584a3b9f2c85270c41583c2c8b77d37f916a7bbda38567fe1590fe8e7a83cd119991041ed0902a4 *commons-daemon-1.1.1-native-src.zip Added: dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.asc ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.asc (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.asc Fri Jun 14 21:02:02 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl0D6ucACgkQEMAcWi9g +WefAeA//dH1t4sffGtWcg7Xt7PoANdIZ1Aj60PDaUty5Wx4bk805gRCyPEiJ/NyC +ZQEECX3eHCsz4PJdZOIFkDbASwHiTyQezT3spl+O3HJXQDb7H/j4oayPyk1hGzAT +zk+JmayuzkMDWvLzE7OZIssUMMFcYIO50Y1KiWXdyCyhHFLgz0kucizfXj8KHDFG +jsdYgh1UvB3RYKSpRuLHFuYabvqtvd9wIsxWBPiXmDwkaPzcPncUwh6Hxx0aPtL9 +J+pC6xyU6VjA0oqwof5e+8DdevMrI1Y67Arrl0lprJqpKoIQP7WXQFhqB65gedv0 +Vf7cs2MNKbeL++SA/ArpGCv1B76CI0NlJr3VhZ7e/RqYWGi7SlD5QJOOvMvjuNir +gSm5+e8rWcjtmSYPlDdeKoCmlWdQmUt1iw01a1nV2CdoBI9VzbHOjUwYONguL+iF +UIXFgK7I4pRz6GImp30ACIANRuyUBYCsM3HxGOAG9qDzVs4QZjTG8KlANX/Z8lME +/GQKVY9orgmcbird6qn+MfxTLUsKABD1ZFcu9aoWad4+1uJVdRfaNgBVMC7Tqgwa +lF3SDHCX5t7z2G0EN1GUNDKFIBz+tkzwNqFSpsGh7qZdUR/vFFru9M5HdVc3NpAM +xJS0d6ap2fhTg8a5DRANnE2iA7qjYG5k68zmkK57ONdwoJ4/A6E= +=ZySZ +-----END PGP SIGNATURE----- Added: dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.sha256 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.sha256 (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.sha256 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +721c3ba2c23303c0b1d337c5366e066fbfe25341ca401c5f1ca2862c3596854e *commons-daemon-1.1.1-src.tar.gz Added: dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.sha512 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.sha512 (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-src.tar.gz.sha512 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +21642f3462628820f419d2e2c0ec451bd4a20f3b823666859a0302ed554380b6657206d3c824786909135052b320b0203b9d2655345a250677e210b619c7e51c *commons-daemon-1.1.1-src.tar.gz Added: dev/commons/daemon/source/commons-daemon-1.1.1-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/source/commons-daemon-1.1.1-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.asc ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.asc (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.asc Fri Jun 14 21:02:02 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl0D6ugACgkQEMAcWi9g +Wec1MQ//cnfKJlO0OZOz1FhGD8BRYbootk6ShfjG7H8pT5W3BmQOvBxE+HoJAiEd +CSdmYrxSz4HRV901Bd/gg4MeLSQRQhVrPxtiJwURG6mtT1k9kmqVyFQ09iZIUuQs +eM8KVWHPtBVopKOhmIKCDSa11h6RdCjufceoszBwYZJbyVBJ4fqAlTCFAQzPMvTd +/ggolPwi/hdFLxixmZ/35JVWg/1b0MlkdGRs23gwHZ7aashSlAgl/2qyu4/cJy+l +6RYZ5qcChW5LLjy08zpC4GJRd8oIspqPA5wdxGlnsilZOCSk0er/kqL4Gd+2Wn2H +ky2CItNBWO+6MqUHwWhv10Sn4pAknRcSIqMEX2CL1D1NyQsbaGV4RhrRkSnC9cpm +e9jUS652lsRa8d+kKO0pvMbKE+nPgGKz4UHICq5cJSVW3Y7Jyi0sRPt94S5ZSxCo +6FSsAF5GPU3filIUUCo/fmwOoVsUu69PBpIxIxEIzOmCmDoBO7r8cjQ62W6RQ05E +HGnPziIEWT/84f69v6JRFPCEbl+RiAjcCd3vJFsdTkpIyNKI4leSOILPrTl6oYwY +WmTG1e0BoumxxYMEteukamYp9dCmd5bYOMXBhUzlzxQmO5WEZHRxdwKgf/tyH+Sx ++sEluzu3WWfniaiRWeJpIATVWVmVmmCHPyu2/V2Zf2H2aPuPLZs= +=+sh4 +-----END PGP SIGNATURE----- Added: dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.sha256 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.sha256 (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.sha256 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +4d663345bcd3c7aec02c2d58af101af70dde656b0caf4eb44aa4cccaa59a3141 *commons-daemon-1.1.1-src.zip Added: dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.sha512 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.sha512 (added) +++ dev/commons/daemon/source/commons-daemon-1.1.1-src.zip.sha512 Fri Jun 14 21:02:02 2019 @@ -0,0 +1 @@ +da1d332f0392c6255f5c3377bc8007bcbf504daec2bfcbe62b6a18f6da9576ece39ac11dea9caabe420b5521c0620740810f7550b7376d3955cb7a2521337975 *commons-daemon-1.1.1-src.zip