Author: markt Date: Thu Sep 5 20:36:35 2019 New Revision: 35583 Log: Upload Commons Daemon 1.2.1 RC1 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.2.1-bin.tar.gz (with props) dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.asc dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha256 dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha512 dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip (with props) dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.asc dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha256 dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha512 dev/commons/daemon/binaries/commons-daemon-1.2.1.jar (with props) dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.asc dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.sha256 dev/commons/daemon/binaries/commons-daemon-1.2.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.2.1-bin-windows.zip (with props) dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.asc dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.sha256 dev/commons/daemon/binaries/windows/commons-daemon-1.2.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.2.1-native-src.tar.gz (with props) dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.asc dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.sha256 dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.sha512 dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip (with props) dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.asc dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.sha256 dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.sha512 dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz (with props) dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.asc dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha256 dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha512 dev/commons/daemon/source/commons-daemon-1.2.1-src.zip (with props) dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.asc dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha256 dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha512 Added: dev/commons/daemon/HEADER.html ============================================================================== --- dev/commons/daemon/HEADER.html (added) +++ dev/commons/daemon/HEADER.html Thu Sep 5 20:36:35 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 Thu Sep 5 20:36:35 2019 @@ -0,0 +1,90 @@ +<h1>Commons Daemon 1.2.1</h1> + +<p> + This is the current release version of Commons Daemon, version 1.2.1. + 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.2.1.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.2.1.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.2.1.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 Thu Sep 5 20:36:35 2019 @@ -0,0 +1,59 @@ +================================================================================ + 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.2.1 + Release Notes + +This document contains the release notes for this version of the +Apache Commons Daemon package, and highlights new features in the 1.2 +releases compared to the 1.1 releases. + + +New Features +------------ + + - Improved JRE/JDK detection to support increased range of both JVM + versions and vendors + + - The minimum target platform for Windows has been increased to + Windows 7 / Server 2008 SP2 + + - The default Windows service user has changed from LocalSystem to + 'NT Authority\LocalService' + +Note: The minimum Java version remains unchanged at 1.6. + + +Bug Fixes +--------- + + - Please see the change log + https://commons.apache.org/proper/commons-daemon/changes-report.html + + +Feedback +-------- +Open source works best when you give feedback: +https://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]) +https://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 Thu Sep 5 20:36:35 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/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 Thu Sep 5 20:36:35 2019 @@ -0,0 +1,90 @@ +<h1>Commons Daemon 1.2.0</h1> + +<p> + This is the current release version of Commons Daemon, version 1.2.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.2.0.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.2.0.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.2.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.2.1-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.asc ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.asc (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.asc Thu Sep 5 20:36:35 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl1xazoACgkQEMAcWi9g +Wedx7g/+Pt2geTYo96kQ0PM7ULppHyIyas/cfoidyFsJtF4XFUxRACaz6gEH+dx4 +q6B8bwsYkEJFPz8NAOQ0W+uLcu5mymITDWPznFhCXnzGr5zzyJG9h4sUEcJePyUd +abQO92oDsGx7Fl9GjC16YSu+HJ3vhMDV4pA4cqTO9jSfgqzD3BL67EFCH8RfE9QM +4fbh4zXPf4oZ1m3E8EIPo/UjhiP2ai3rh2YR+ValfJiCR93L/8yg17YESLXwQj9U +Qytbo7iCrh5fKR4BmoIHrBUnSiCfApwdJZgdoTA9mWlsH36x7eACe3Aavim4nwJI +JQFt3RJ8+d1qsk/4zOe/fqEkjh4TPBUDExgPEnh9AYDrNFfX3ivQ9LMbEt3ttnW1 +KWGyarn5cGsuX5K9qpkwAadoTsIfYztdB5QNJG3egJAcVEjJZEMysl+aJIVqnaPh +bVGYZEx/Ddw5Uq/tnVPb6KmHH8bY5R4MWFVLN37+4vebaByKMD/+js6I8njCrnCu +x8rJuDEZhf4EVH4KEDG2bcTL3lWgf1KSgTVxOSeVp+vM8SZmHmjZmHjEiLXqMRTy +Z5YSCZamYzVYb7lijLqs1+Sm+643svWcV5GTBpnxzM9gluNQ9ojU/82a+9lk5b3f +KNmxvOXdUGN1px3v1lq8mKHTw0ASgfu6q2c27dNcGEc6kV9bAZU= +=rBeA +-----END PGP SIGNATURE----- Added: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha256 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha256 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha256 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +b8617b2b5a5d19f9d11a5640ac2d0a72198cae64b372aec268a1ecab0ee8b0ce *commons-daemon-1.2.1-bin.tar.gz Added: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha512 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha512 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha512 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +ee3ba0ad34579e819ccecde372a9213ff6b5dc48dc95fb20aabc7e5bcfb02406527586c23b9e8d182c4572ee07c6f8d5f9f10db0a3d8ff3eda3f071ef8ac7dcd *commons-daemon-1.2.1-bin.tar.gz Added: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.asc ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.asc (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.asc Thu Sep 5 20:36:35 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl1xazoACgkQEMAcWi9g +WedoqRAAhQE09upaXsGldbJJg1ZTwxro+kmiSfpuuLn8gWswB+ukziWlpVdML59/ +v8eCEgoxlzlYXXIrYC2U27dH/xu06SLzAfpY2a5rMmtGVbPTUmdfp6197IGfSJ1F +p//d8BdgAm9a+K243EDmK7WzdjB0Cie82se2bkFKLpwD18cK5QhZI0sghmGrDmTv +bcgktM1Dz8UodSW3CEUP7OCuQ3gEgQMtCbHmSMU+cRKasnAZHIHWSRWe2xrIcwpg +15rAKJQRLDgxCOArGESDwWihqHR29luev3gvy2L+Zfxpe6b59IcCYfPrPhyyLXz/ +iTpB9acJ++pBh6Pcuy62amZ2eglOG1aN+ceZuwNTvSAKmLfFKn91/eH4K8HtwvSi +b+H3pBnngxu9QSuP4XpixPwfLqCIjNdA6TUGBNv5M/JGzGW/AXpmHoJclIuZx2lP +lmYmmoHQmBKq69/vG7/VMB6HB2J/OR/vljDEZFbg5QTZusq+75BNSIoHL6EakeHH +alu99aih6tT1R/ZknUCT3cBppBWJl5i2zNThMEukaF2qVOATRixLV8pe6ABeNjzJ +g0SVrI9UcMDr+cFrpL9X1DCvsA+pNtM2bpNa3I8T0LBetAdXVNHyjbFlCW0ixk5/ +oK6uL68yaOYP5xSt0T5UNZaZjtnKryojQtw5akPZZyUCamJxVY0= +=G1Xz +-----END PGP SIGNATURE----- Added: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha256 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha256 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha256 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +5e37ab889edeed09f2d91c952b5909475b5dd5e3e08e9e6b2649ebf008e6f76d *commons-daemon-1.2.1-bin.zip Added: dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha512 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha512 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha512 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +133c7ec5afa41a1e2c2dd71edbaf12f57867c0410c0acf91ce185a5f51f5ae5f81db780d63a79c2ba4ca98a65b9bbdaa8242e3abc73cfded0ea9996fd2e4215e *commons-daemon-1.2.1-bin.zip Added: dev/commons/daemon/binaries/commons-daemon-1.2.1.jar ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/binaries/commons-daemon-1.2.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.asc ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.asc (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.asc Thu Sep 5 20:36:35 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl1xay4ACgkQEMAcWi9g +WedWYhAAwLVmzwmNAvM8nLA9QefL9t4v6cvrLnPGa8/utXlV1bhdCFyj7qcY2FxI +/IcbgjMWYZ7gEJ2CotSm9WuIXMrZGhxHWjIQl2feXIRjOXqGvHUpJbrtN+LTMW7h +x9qbqAfE6p1JN9MSkDldyI69tPnc4y464hn5S974xQs9rn8RBWHzkG2Y5pcDKU4u +8CrpdPhpfzvtdOV93C5Vv3f1YHfnm8DI9+st/cx1UPdvWiqoF5UJrPXG7MczQEwk +qpeRubHGuwIMLmzuRMgeBACsRl7sabc/S3YKaOXIYZV9aWKklHcgHhHJa7P23vz/ +Nsj8g9frrtc++VofhgPGsAh8A2RuMzCiT+xOkCBPy3DxQl8KqM58Z6i4BsvPfYuN +xLa1xQtYguN0k7h7Ez+7kEUpzTSVWYgzpW6kO/YFRdM0v8AJAZkaNXBkXiYmdN3Q +clQBXdvHY7Q/4pBA21K5JKlm8v1Fpc5Gu/fUT/O4ywg6XQLC3Cyl5KkD3aKuBqRi +N/RGdRFpmM5LiI2PAwJkDO3wXrnQmuuJ7otIx6CsLETisB+Xi/YHviNGMkQThNrw +sGLQn7MklaclXwydarpj+NxUisFuMsKIK19hZ50+HNf0oTd11LgSK5C0QUY3Qt4l +HPjdSq8bFv2Sh3BxImEfu9maPpFXpiS8z/O9L2vab1Y5JnlQJlQ= +=8J10 +-----END PGP SIGNATURE----- Added: dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.sha256 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.sha256 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.sha256 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +2064aa36c3112771fe5afbbe047cbc20e7ae6b6215e7c3166d6c4f2cd9255bb6 *commons-daemon-1.2.1.jar Added: dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.sha512 ============================================================================== --- dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.sha512 (added) +++ dev/commons/daemon/binaries/commons-daemon-1.2.1.jar.sha512 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +75a629f396ad92affff0fdc78dab686f101cc9d4e14e09e5206ed9b743088753d387ca6e0e9c5380012e0340fa372f0bf1437b846f1d4a82eb12306cac35642c *commons-daemon-1.2.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 Thu Sep 5 20:36:35 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/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 Thu Sep 5 20:36:35 2019 @@ -0,0 +1,90 @@ +<h1>Commons Daemon 1.2.0</h1> + +<p> + This is the current release version of Commons Daemon, version 1.2.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.2.0.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.2.0.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.2.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.2.1-bin-windows.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.asc ============================================================================== --- dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.asc (added) +++ dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.asc Thu Sep 5 20:36:35 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl1xazsACgkQEMAcWi9g +WedNzw/+Ih5Q6w4dIVfQ+mDTHVRc4Ej1Eh2tHu5Ju4en14JGYsh1gnQ9U0m9NZk1 +8k6xCQY+MHCfxo+BxJW1IRfCw5i2uTlQcx8uDE/3Ms6dUS9Mfo3C2xdjch8v3eWr +mjg5iLgsLIRcNyD4o3KTT2m1G3RndTf7hg3Glxhob4spxwlcNWJ7XW8b9d9e7n5E +NUnASJbqqS85tjvIRlX31+RxdJ47V2NPrwH+xQVuuIoN1qrX3uJ11thbb5cFW2Kn +JOpHLAZdqbHAgcJt1CZZQ925pvRxlVKJbgB6RbM9NnNegpUoyusiblt7i5CBXdw9 +xfOV1umCni4I86m6DoUwnbYzMjyx9hPeV/It/5ml/kTuIvY26BntvAUBUN4iFbAd +ZbHIZtNS8O68CHPgRiEfvYdpBmm7iRC/+rp0btvl9y4Akz8N4t0JForRZGXhEEnL +b8m07/rip+fnf9RRoFMAfy6FPkUmSPFcbqw5QbKeQWMnLan2txqPAURpslxhjM4j +sDTIPG6hIcPGsbnuObMJofXIgtOb/fZWkyInDjzRE/g7gRdBDwfsm8EuXl7I1rdd +OIHmc+yNZPKAvOPaNBngCqCozdxC2EWkwjydbli4/0Uq8fE3ldlzPf+uQUQ9pvEx +bAj7XnrISHWFuHDgO+UQEhAGC2E2i8Lndo8m1/cdt74DpHRzAX4= +=jV6e +-----END PGP SIGNATURE----- Added: dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.sha256 ============================================================================== --- dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.sha256 (added) +++ dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.sha256 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +5a0b3617e2fbff4776b0b334bd57b861faef6307cb94dc2607bcf107813ada44 *commons-daemon-1.2.1-bin-windows.zip Added: dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.sha512 ============================================================================== --- dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.sha512 (added) +++ dev/commons/daemon/binaries/windows/commons-daemon-1.2.1-bin-windows.zip.sha512 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +62777d2424361162736b4a9b39b9fb4155760d4d7c4a3489fe1868e0912158ae126ef5f42abbd1bcca1dbf5aa6204d8d0029be7c49f222293d6e1421a5173dd7 *commons-daemon-1.2.1-bin-windows.zip Added: dev/commons/daemon/source/HEADER.html ============================================================================== --- dev/commons/daemon/source/HEADER.html (added) +++ dev/commons/daemon/source/HEADER.html Thu Sep 5 20:36:35 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/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 Thu Sep 5 20:36:35 2019 @@ -0,0 +1,90 @@ +<h1>Commons Daemon 1.2.0</h1> + +<p> + This is the current release version of Commons Daemon, version 1.2.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.2.0.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.2.0.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.2.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.2.1-native-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.asc ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.asc (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.asc Thu Sep 5 20:36:35 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl1xazoACgkQEMAcWi9g +WedO8BAAvdS3GEPEuak72J7nuF8C11t73Ek1FEaQF1LCdUjTZzgXuNCplHwS6aJX +xF3LeXOzZt2Xn4wTx5oZXcsCgORtZj0fk4VA45WTLPmcVC3+Aa+g6hOCUeRAnpoM +EZkT9b1OVTcdAsz8eAGDkBa6cG2nnS+S+mQuht7YnyoX16bZKTouWLIGXyBhM/B5 +3oEXwgd341IKue7ETIhXkS4hLEBxU3CWsZX73qKBxDCA7oQdRUW0jtkux2XSHHFY +LPp1ktK5G3QJzVsnKabxh9tGLbm72bxUKCFWm9Z6724Okp7nH5gRCzCTrqr/xsMt +HVXNKVCtAFfCYAR31T+CA6FhHd2fNprHeETb4Oi7InhJo7lHagBHPIRfRZAmkSBN +14N2sQzCM/04senrOARRNdWBgGjqphL7E9pz6m0Z/m0iS66oMMs2tXZapA+JnBCd +BxYkwi/wZYTrRx/YIZtMjIV1pHgReWKmCpbrkchZ2ogKdHn0Pe9Igt5oh8+ccslq +ffLvA8XZDTIJUiqb7ROWxR59bxaF9otVowZi1EyK6Q2fcdJ45KBhQYzfSOKTVWfZ +njie/5ay6yX5NPYwVMG1SnyzQdjQ5/TvRPc5z2NvgBXuKq7wfvKP79VTMiQcb5kK +2hE69UWriqknrKcmsG0gXE6wFEh3oy6cd72VRENp2KZHLaawJ3o= +=ZiPS +-----END PGP SIGNATURE----- Added: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.sha256 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.sha256 (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.sha256 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +dabefec25192db997fcbd6d1d0d606e59bd57fc41bc61ec53625d3d12b57f2e3 *commons-daemon-1.2.1-native-src.tar.gz Added: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.sha512 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.sha512 (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-native-src.tar.gz.sha512 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +d05114f4e3b6dde2519b3edf5f6915e5a587a13ad5f8d81615ff068705825a94312645eff956b3d2c400422724e890eb590615b31340e767e42ff88b81ebf6a6 *commons-daemon-1.2.1-native-src.tar.gz Added: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.asc ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.asc (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.asc Thu Sep 5 20:36:35 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl1xazoACgkQEMAcWi9g +WeeEZQ/9GnhesQSsnwd1DnIr0wcs8DcF5zIQrbUVR37JSSjpH3ZvdhMxXDC89u4r +pUfQQWTACHuNn1dx4NSnK3CW/OsVkTB3/myD0GH3gwXBZwtdaaSBaAfviea3XMC7 +ANQiSjKcHKYrESAwNalZJZ9AoGuBMwJr/LSX/iZYdnB0tMtLPFb+t9Azp6NyjbjP +EB6TKYeBuwo7DBiYyWqhVMzuIEal5CrVQqcXzN+TA6Nj8dgVDkirNnCjG/bAJ63l +j49+k/yPnR1daA6UdG3YWuADakGDKmDIGHXExcdqwIHbz/gPbHC/01jfA1mKWeO+ +XtQ3zS5pPSF5xoa9+SQ52wRhlmmgjTvekisEIRpvDnhHA06sJLB/N66LdMWSBu3o +tdMDlFQFOIGxVefKlBE2SqvI6KjX7TrpMPD5r5WTSIq7guTAf8TtXpIUxM9nqmZ0 +zRBSXCrsDIB4cxHzTJDWUakTSgVMbt+7eoHkVYIyjXEKjf+IQg2dpqxUfG2wmQjJ +1YunFP9J2XlX0h0rdrrPx4FgkfYQ9Kk4DLGhdUay9yOdxdD/w2qazobWZc4ICB7g +wgD7Itr0I6IIU3vPfLjhMdqcRTb/aZPmxntYEYQ9E4HxS3fEUmCaPpLfDxUMC94K +Kd0YWfiXob4cf461/+yn2epLQhi7xclsrVMhJZBTZmf3p+7UA0E= +=PDew +-----END PGP SIGNATURE----- Added: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.sha256 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.sha256 (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.sha256 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +e0560395523a3ef30fa750adaa2458a9fae22478985d00b9cec5a5ebd0a3a653 *commons-daemon-1.2.1-native-src.zip Added: dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.sha512 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.sha512 (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-native-src.zip.sha512 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +ab4bb1b37e831d6e7a659ed71b6e54b404d0f031f3120f433338836bce6830037dc24b4e426e13a8a7c46805ad58daf40b8af26907238076cf44852e6527d754 *commons-daemon-1.2.1-native-src.zip Added: dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.asc ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.asc (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.asc Thu Sep 5 20:36:35 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl1xazoACgkQEMAcWi9g +Wef60xAAv1m4loS0ksk8zeIDu2DgkODz159ATIJaEa/4OKsbUX7WMWrvba4ac6pz +9Pj2mDBk26BI9qdeLSJQSPtz7/cfsuiLWlbiqKDY98B7jM3d7W1p7wAOZRaoi2dO +qRJ6LoCIMUYWkMP6OvV35D/4ISfK/w92uB1e0iQGAo2E2TC3qi4NxWnJmouoK6JC +J3rvxSKkCuO2B39oFRhJIC0oLLcgOCQEef3xyzaMK5Ttb+HoD7n4YGvsTWwN7n8S +P59EFtP1+xX8/IZ+Qwdr6Vfx8eZ7fiaQOKeURYLu+3YqRGmdQNhcJZ5f2zfVk7Np +h53hS2T0ZZSz7KreezXFzUwLt5hhWpaYURfi4axe8Y0P2TplPBDXKcNYjNVbus4n +M3arzmpPOwX7i4tPsL/d8rMItazgSP2hYEIxZE7Pt6BSJ2AwYRuwQ7K3G5g96exQ +h4Ii5z0pRZ9k3lLpY6MqyWouJjTK0f9Oy+F+VNbX/7DClK6VfkqY6MP7I0TE4qjw +sK6yvNnYHTTLeRbVEbtShsyELkq5Obgro/lkJdXKAOXi2uyQiD6WZiCozk6QOh8K +urz4AvgvSbx7WibltMIotbauINWHku5N+Cclw0Hlbm0aAGUn9sWezZAVviYHm9fh +11WQJHNj7sSuqxnxCt74IFt9euYc9dM9uvZCDPihowuzjJva3PQ= +=80PO +-----END PGP SIGNATURE----- Added: dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha256 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha256 (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha256 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +549f51fb3140b040f8becc544180413026f54a07bed6809a3229d3bd910e6f0b *commons-daemon-1.2.1-src.tar.gz Added: dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha512 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha512 (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha512 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +f11f8146bc945738243c41202d57ac97f70758547c45f3024999acddf11626be99da934d4acc11ea9aa0888ad00fcedc37817ddfaa957ba4235b789a746bc4e4 *commons-daemon-1.2.1-src.tar.gz Added: dev/commons/daemon/source/commons-daemon-1.2.1-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/daemon/source/commons-daemon-1.2.1-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.asc ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.asc (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.asc Thu Sep 5 20:36:35 2019 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - http://gpgtools.org + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAl1xazsACgkQEMAcWi9g +WecEJQ//QI2nZAj7pleej8XjEvPdDCzsc0lUqJs9SXJceIqk8ke3jfaaNNXsHNQT +q8570ucQ1SBl+f3pxK/WikuvY0SS0U6x+cAceClqliM5m/1D1cuK8iHhB/4EDYHr +cQvYA/EuJWxpL9m4zrWoIK7YYWj6n8wcvIoUWGfAUS/gdZQcmoQlhuZkXrkf/NkT +8N1AH42VIVVV8UINZkxRoc44CZXfsqEj3a+22kggCJ+j7GQtrh5xlCzuBKWwOdlW +eVVJFkwm/IhgoN7FQhgAj9V76o8zO9nEH3C/J/g6PbqjRgtNFF5dgPAFvRRoq49p +cf/Ayfalza5Nynj1PWVjtFvutv4jf31xEraMTRMJNIc72/6b6/M8XVZmMt89/jjW +p9OT14pf+eVJ0ot6Dsw0DH3FAACd6wtVg9WIzAHKFLbXajAsw5zl9YPqW9qjkg+/ +r9nBs/01VVITvuG71i0jCNaHCFQOpOjcMcqbt5dPOl0Ejo2J10c1XyrWIC1BqZJf +pvOSl4XyMZSq3xBSCv577NodewO6sLyENUW+bmJWv/8EHj8NzB0xhhOh+Ffmn4oN +xMLsXaysasHDf+x2iD0kimIYWTlYLOkbK/ejnJrnUhYdBtBBpM81NfIz0e5UycuP +BFXJq1u9I+GCEeYgmwWjhpRwG9ytDJMERew6uVcuML7khYNZkGA= +=fkXA +-----END PGP SIGNATURE----- Added: dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha256 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha256 (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha256 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +ffa5900356a675ef82e1da51d982d42abae3fa47538424b9aa3e0f7e45d16fbc *commons-daemon-1.2.1-src.zip Added: dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha512 ============================================================================== --- dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha512 (added) +++ dev/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha512 Thu Sep 5 20:36:35 2019 @@ -0,0 +1 @@ +0eddbe555c3e4db52d991bb574f24ae4dd5ac988338dd606f24a328b44ab7cf99a319570e5c10e9915c9f9b24e7dcf09f17fa387cc0417d3284700c404a2fcf4 *commons-daemon-1.2.1-src.zip