Author: markt Date: Tue May 19 17:43:23 2026 New Revision: 84617 Log: Upload Commons Daemon 1.6.0-RC2 for voting
Added: dev/commons/daemon/1.6.0-RC2/ dev/commons/daemon/1.6.0-RC2/.htaccess dev/commons/daemon/1.6.0-RC2/HEADER.html dev/commons/daemon/1.6.0-RC2/README.html dev/commons/daemon/1.6.0-RC2/RELEASE-NOTES.txt dev/commons/daemon/1.6.0-RC2/binaries/ dev/commons/daemon/1.6.0-RC2/binaries/HEADER.html (contents, props changed) dev/commons/daemon/1.6.0-RC2/binaries/README.html (contents, props changed) dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.tar.gz (contents, props changed) dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.tar.gz.asc dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.tar.gz.sha512 dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.zip (contents, props changed) dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.zip.asc dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.zip.sha512 dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0.jar (contents, props changed) dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0.jar.asc dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0.jar.sha512 dev/commons/daemon/1.6.0-RC2/binaries/windows/ dev/commons/daemon/1.6.0-RC2/binaries/windows/HEADER.html dev/commons/daemon/1.6.0-RC2/binaries/windows/README.html dev/commons/daemon/1.6.0-RC2/binaries/windows/commons-daemon-1.6.0-bin-windows.zip (contents, props changed) dev/commons/daemon/1.6.0-RC2/binaries/windows/commons-daemon-1.6.0-bin-windows.zip.asc dev/commons/daemon/1.6.0-RC2/binaries/windows/commons-daemon-1.6.0-bin-windows.zip.sha512 dev/commons/daemon/1.6.0-RC2/source/ dev/commons/daemon/1.6.0-RC2/source/HEADER.html (contents, props changed) dev/commons/daemon/1.6.0-RC2/source/README.html (contents, props changed) dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.tar.gz (contents, props changed) dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.tar.gz.asc dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.tar.gz.sha512 dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.zip (contents, props changed) dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.zip.asc dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.zip.sha512 dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.tar.gz (contents, props changed) dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.tar.gz.asc dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.tar.gz.sha512 dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.zip (contents, props changed) dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.zip.asc dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.zip.sha512 Deleted: dev/commons/daemon/.htaccess Added: dev/commons/daemon/1.6.0-RC2/.htaccess ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/.htaccess Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,20 @@ +# Directives controlling the display of server-generated directory listings. +IndexOptions DescriptionWidth=34 +AddDescription "OpenPGP ASCII armored signature" .asc +AddDescription "MD5 checksum file" .md5 +AddDescription "SHA1 checksum file" .sha1 +AddDescription "SHA256 checksum file" .sha256 +AddDescription "ZIP compressed archive" .zip +AddDescription "GZIP compressed document" .gz +AddDescription "Unix tar archive" .tar +AddDescription "GZIP compressed tar archive" .tgz +AddDescription "plain text document" .txt +AddDescription "Unified diff patch" .diff +AddDescription "shared object file" .so +AddDescription "dynamically linked library" .dll +AddDescription "JAR compressed archive" .jar +AddIcon /icons/generic.sec.gif .asc .key +AddIcon /icons/patch.gif .diff +AddIcon /icons/screw2.gif .md5 +AddIcon /icons/screw2.gif .sha1 +AddIcon /icons/screw2.gif .sha256 Added: dev/commons/daemon/1.6.0-RC2/HEADER.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/HEADER.html Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,31 @@ +<!-- + 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. +--> +<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="https://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> + Added: dev/commons/daemon/1.6.0-RC2/README.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/README.html Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,66 @@ +<!-- + 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. +--> +<h1>Commons-DAEMON v1.6.0</h1> + +<p>This is the 1.6.0 version of commons-daemon. It is available in both binary and source distributions.</p> + + +<p><font color="red" size="+2">Note:</font> + The tar files in the 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> + +<a name="changes"><h2>Changes</h2></a> + +<p>The changes in this release are detailed in the release notes.</p> + +<p>Thank you for using <a href="https://commons.apache.org/proper/commons-daemon/">DAEMON</a>.</p> + +<p>From the Apache Commons Project<br><a href="https://commons.apache.org/">https://commons.apache.org/</a></p> + +<h2><a name="mirrors">Download from your + <a href="http://www.apache.org/dyn/closer.cgi/commons/">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/">Go + here to find your nearest mirror.</a> +</p> + +<a name="sig"><h2>Signatures</h2></a> + +<p>Many of the files have been digitally signed using GnuPG. If so, + there will be an accompanying <samp><em>file</em>.asc</samp> signature + file in the same directory as the file (binaries/ or source/). The + signing keys can be found in the distribution directory at <<a + HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> + +<p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p> + + +<pre>Always test available signatures, <i>e.g.</i>, +$ pgpk -a KEYS +$ pgpv commons-daemon-1.6.0-bin.tar.gz.asc +or, +$ pgp -ka KEYS +$ pgp commons-daemon-1.6.0-bin.tar.gz.asc +or, +$ gpg --import KEYS +$ gpg --verify commons-daemon-1.6.0-bin.tar.gz.asc +</pre> +<p> Added: dev/commons/daemon/1.6.0-RC2/RELEASE-NOTES.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/RELEASE-NOTES.txt Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,50 @@ +================================================================================ + 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 + + https://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.6.0 + Release Notes + +This document contains the release notes for this version of the +Apache Commons Daemon package, and highlights new features in the 1.6 +releases compared to the 1.5 releases. + + +New Features +------------ + + - Added support for Windows binaries on the ARM64 platform + + +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 Added: dev/commons/daemon/1.6.0-RC2/binaries/HEADER.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/HEADER.html Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +link ../HEADER.html \ No newline at end of file Added: dev/commons/daemon/1.6.0-RC2/binaries/README.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/README.html Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +link ../README.html \ No newline at end of file Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.tar.gz ============================================================================== Binary file. No diff available. Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.tar.gz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.tar.gz.asc Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmoMmzEACgkQEMAcWi9g +WecLHQ/+PpQfmW+pob3BFqpf0W07DyOfZL39/i4Qs2kFuro6o4cgmp14izOiASi6 +AB3RhXD+Rhba2vpxw1MeIfvFFQ8ALQ6W0srEkf+kzA+NUMC/RVZ5oJLU4IGt1NdD +2Rnqh78+MsNJQvVsfXbMX4+gnsG09uzrx4VSmp+qIiCsxOG97CzsoTYIV5IIyzjr +V8nZ4BNBpKufNjucTAcIA4MGLuQH3dlaA7jitOwKgjsO8ZCJc2k0fgaFxTI6ILXp +EnzFylSlsNapquHevHW2+ZcZFepbWeM8wfBTSI4uP7x1w1iJAKf7EZYNnnYHrz3z +BhQSxg4v3wM9RH4Ufx9sPDqVYcsFucKCMrUVeIrj923vBqFdYRi7NAl/dPGTldHz +tml8JAreVG5kMx04eWub56oXI6FILfSbDhBe95kuXb4QBAYKLCrr/wk7VeSXOBuV +P4UEukqGFIMyj7dtyheknKpfRRuT9pUUNZOigqM3cZhsO0YjMyAzcsTN+yOBDNyP +XZOi6oSS/roG+dOcjaVhzu7JT2wQgTEm2qx9/7lXV+VZnKoxTQFmuCBuiUHwVpHF +QPnHIf5Y4JMcfmUogqmCjJ2s0NSzDAr3c0wk8bqObHDLK6XuvvjKSC9W/ku1bdoP +M8EjnoqACIm6c3/eW5KWXF9rImCKAlkOWja3zITBw042bQtK7+U= +=K+6r +-----END PGP SIGNATURE----- Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.tar.gz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.tar.gz.sha512 Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +250b41c30a4ec9f2bdea1d68f064c5d829893a0fe46e637177300e991dbb5a8aa479cbd9dfc71f0c2e34221884f1c6934193d6fe8404089c4b1da5682a780638 *commons-daemon-1.6.0-bin.tar.gz Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.zip ============================================================================== Binary file. No diff available. Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.zip.asc Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmoMmzEACgkQEMAcWi9g +WefjohAAriDAtU+NTvZlE642M2k1+QdT93RQMlWZnmk7H39lfbB8yV/grkjPJRu7 +lvICSUd9qsobz0opSld7/AGmxS4eg5yCgCKfwx2zCdk7tSGfrVolAe3qihf+89yM +n28Rnwbb0VLVjoHw/I1EM+kgGO016oGouKz2N9Cv8Pwc9e1D2oKKDQeYJAuNti3R +cd3mDY48l26w6lXluRe9IoRWX5IcCJcSFuUGse6vdBX44jCyO5KnW6coou4u0g/U +qkS/TeuNcJ2ppxXr8rjwibmhxXGvnNO895Yvj1hmNScNIPwN06WRHXwwDH2xJ8pg +D+VKXSBJUftjiENKWkOarGKH2980Fq745OqwMLioJKd+0+uSxAKKo8Yei0LMdHg8 +nzcYVIpgP0HR8NaLEsFZdH58UggyBaBsk9QOWJRa5eYmngcuQ7ryrZtnZAWv/poB +B7NwpzDeEFOitNHVKdytqjd6yXzxI2J7Aebl+RMT9YqoRxRU/fIi9xUll5FhrsuC +ztptlV7aQNlJ/ZhO0QRKapBghua9skBRyx5Lnb+XbGwj3I5AoKbYwSGHfk/MxMh1 ++VkGieGK3J1gahn1CCbHbbC50V32qs4Tdw3Vr8mJldbg2cRzEjJr29U+vE9dqUsm +BPgtBNu8OAQHEsTbbwL8FQHzvtKvnvNoSnD6GGpRIAxp6gCYwtk= +=Zw/I +-----END PGP SIGNATURE----- Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0-bin.zip.sha512 Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +8c8b3fa91a6d49c4c8627cc595fcc14338007ab82486e56753ebdb96c5e8382b3bc4206cdc6ebc2de0f22595999a3e2eeea48a367d4a4da6c48dd834daa2ea6e *commons-daemon-1.6.0-bin.zip Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0.jar ============================================================================== Binary file. No diff available. Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0.jar.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0.jar.asc Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmoMmy8ACgkQEMAcWi9g +WedLOhAA9G+8iJDE10A2kLMsdEaZXJtX6b1Lz7DEs7HunK52B1ff6Ki9ASpp5T9e +8iW5/jaBD9nl+Q1brpQq0C1vz9PUlQlCYx3cGy6uv85Y1lH50EdI7ZjP2tMiaX56 +7tJ+ywnEAvgJzk9UNet8/zZ3o72EDxzlTzP5KX9Mm7nH6Zs1hQ2JClD1YiAIKMNq +FxHYSZgOwiwrZE+pbge7YpXfw1SV/rIJ+q+NBt4AbVagOEBMPwVnc2Z/z0k11wjV +oibQTSSRyWVSFEn93SEKSC9uZI6k1JBMEXTAp5nY6eC954meTFqitGux3QW6Jl2e +kM1SrzsPUyOtSt9anJoB1bJY3AiG26ToScs/l006lNh5rre5KvTQDfILmhSfuJ4I +7LcUG4Oc1zTdQjKMj42VG9UdOCwgudOG86kijQeFsNCnkcwNY8M/uPhBU4en5iUU +lAqWlqRrDgP0o5np2PMh4rpwAJy7kbrW8+Pio9QyzqrlwD/41xJuyOv65bRkU+xR +4A3aXcE4MYhDEo6zPnMkIXujMzVRSh5vAF3DGswp+g5ERqFPduMxfJ6ySs1N6CyH +RC0bXnPqMVhACBF6zso6U40WElm4/ZdTVZ+PwzXOdtW99aIo3iy42yTwStz3tOoK +rfF9LzP56Xnh7DM/3NI/OGmOBuQlADuxmJre7xU0FSZwjcr/1ZA= +=UW9L +-----END PGP SIGNATURE----- Added: dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/commons-daemon-1.6.0.jar.sha512 Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +e558555143e8f2420d66e0c76fadbe332dae5f87f6e4d08c49fc0d93045aded82b7fdc72125a4bfc88d3fdeaaeb7461bc895ebcba66abfae2a6ec8181cc80f44 *commons-daemon-1.6.0.jar Added: dev/commons/daemon/1.6.0-RC2/binaries/windows/HEADER.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/windows/HEADER.html Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,13 @@ +<h1>Index of /dist/commons/daemon/binaries/windows</h1> + +<h2>Apache Commons Daemon binary distributions for Windows</h2> + +<p>The most recent binary releases of Apache Commons Daemon for Windows 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> + Added: dev/commons/daemon/1.6.0-RC2/binaries/windows/README.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/windows/README.html Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,90 @@ +<h1>Commons Daemon 1.6.0</h1> + +<p> + This is the current release version of Commons Daemon, version 1.6.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.6.0.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-daemon-1.6.0.tar.gz.asc + </li> + <li> + GnuPG: + <br> + $ gpg --import KEYS + <br> + $ gpg --verify commons-daemon-1.6.0.tar.gz.asc + </li> + </ul> +<p> + Added: dev/commons/daemon/1.6.0-RC2/binaries/windows/commons-daemon-1.6.0-bin-windows.zip ============================================================================== Binary file. No diff available. Added: dev/commons/daemon/1.6.0-RC2/binaries/windows/commons-daemon-1.6.0-bin-windows.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/windows/commons-daemon-1.6.0-bin-windows.zip.asc Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmoMmzEACgkQEMAcWi9g +WecFOQ//RwBxGtgHicKwBQugmICWEycP5FZ7jSrdgXeE0DNuU0hxkiIjmaRKWlcM +nEd/vK3U3S7KRnd7+MyPLhUiF4yVeP+aIDVNOa48+r2G7ScRMfrmshSkh4QtkXMs +xw+ZP5V7BJbjiKvMy5pBNAlrz3SDX/4dEKDnCcXIeCenG7yQwTFfVdya6xEtsObs +oq/lkPclyLxoVgjqeWKEmn1w6+tE+YH6ndmYdXwMZphSfEMuhPOQv935HkntvBBL +s+Mgrgl8hSYzVkl7s8Us/RRWkb4aVBOYqugrLXcGAhgzJpwA6SehFx4AI58OvhUl +YqVEZQQ78Czxgj0D2kYybiri50TGLzzR/gZQf53G7OMK1h60e9AvNEIeiD/EgqTe +3yv3gcfX0iEamGwQIsnlXFL1JFXwGFlE54vCoBoOlqyjyiYRzpJAwv9AMd5Y3g8m +pPgxLn8LzUhlulVxG0JfwobB1BbzWKb98gsmY2baVmaUlJSlM16kApLOC7xw8VX4 +cJ7A43uJoOZ76lnU6cAfzjQpXjueMDBJHj46z9H2AjgeeiXveA1Mcqk/LhETShS6 +ybKFjft1+aiVJU1LaWhcgqz5/G5BlQk8oM0Zye9ybiqx2iSmCmWgfcUAXKb9Y8/6 +10ofHFeDTneSK7wZjYtZvx/piekp4Fr5yxCYeD75f8bbVUAUfJ8= +=ij+P +-----END PGP SIGNATURE----- Added: dev/commons/daemon/1.6.0-RC2/binaries/windows/commons-daemon-1.6.0-bin-windows.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/binaries/windows/commons-daemon-1.6.0-bin-windows.zip.sha512 Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +c72cb056488cd5b4202d1b86e9d10335a9458dacc44695dd0c444f9e84839e89d395b03a5240146280c772d68b6d458cd15d3eab8fb2bc1817d4022b5b0fcedd *commons-daemon-1.6.0-bin-windows.zip Added: dev/commons/daemon/1.6.0-RC2/source/HEADER.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/HEADER.html Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +link ../HEADER.html \ No newline at end of file Added: dev/commons/daemon/1.6.0-RC2/source/README.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/README.html Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +link ../README.html \ No newline at end of file Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.tar.gz ============================================================================== Binary file. No diff available. Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.tar.gz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.tar.gz.asc Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmoMmzAACgkQEMAcWi9g +Wee3Ow//fD1KgIWrPwaQz8PJasMi4+6WtnVJotVXzHlj3rU/kcklghkZp6gfufDj +yU46d0BSymMD5jNW4ft33DQ0EdB278qQ68BRAcla1nebaBC4tdU8oEuBPX7I7QDA +fN5SrCGw6CJuDVdUYcbuEiwRcQEUUs2o9FuBAal4lx8lJBew/zDyfbtfY329dAyG +0tFhTo7Q6EM1Df1AsariXEEOQYG8hwk1HvlncvvO6f/0Y7b/DgummFadiWzUa5vJ +3NFfJGKuZmJzB3sEpn8Q/yu3ixbiU37toQW7ktBkjEc3RjbiDBGJCQK1u1jGq2Xz +JbN1uC2WYV70IK3XXePOlCx8kWIXDX5dlua+y9h0yMYY0dgcBXW1nXiFlfBirgvq +eshuL9Uopx/Ks9LoTU6B6oWkklMh5Xa3jeRXkE06l2ujHmeARtWOOtnx8k68V5tg +6HNH/l633FQwSIpyjoo1McEMX7/nkbeDndSi2ZZOEKEdtjlGkh136mELRago7xtM +FMOxGQ8lricIF7Q4VG+qN9Zn8oxmkPF2ojVaoEyYaVQZIoY9T2nV9dDN6W9kZyNK +bl6r4ZdtheSi7EsBwMBnYdXvNUdk6wGFJTyiLqT56U0DrNEtFOrN3Vjvilb+xcjN +FNV0xH8AzyssrXvccXdBWdxHTPSdv4E9w875JG7PrEwPAu5hlTk= +=uWns +-----END PGP SIGNATURE----- Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.tar.gz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.tar.gz.sha512 Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +e408672218c03391c6ea41432135de8811894574e6cfbf182eb4c3959d06a6ffb410cd5649f40b9cd7212e4c4352de8148c74a42934679c7edef36971e0d85f8 *commons-daemon-1.6.0-native-src.tar.gz Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.zip ============================================================================== Binary file. No diff available. Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.zip.asc Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmoMmzAACgkQEMAcWi9g +WedOGA//YpggiXpb3bW9XkHoXDLaslWKyX0T7gWHXi4bWy3BWu+fki++qiX5sTdU +yqitgObAW7JqequW7cgNcbenRBREN3pIL14zLim2Hz6ava3mnzequkCLuyQoQ6Iq +gEqfCEicAeCetTNLLbL+/YJOx8jgqmea4+BLSgdsKLmB9GwumZWCxHqynitmtT/d +f+UXZ0caxzfIhBbkcn6zPZijXtXxsGl/uJ5PUdYCGrTGENC6HGeRtqf4+IIhqxZm +Lew6tBWzRh8mBaJAUWmNBQGcvSlGlQ21nQb0fz5B7PZa8gZtDx6waovD8gVB0yfA +AxYrA9dklw3A4SUd/8mcclN5xaXFqJ7lvhioT7dSrrcvZ6TdEZRtYozym39IRAFG +ThBZqDxH3CVlwk/+S2C7vyADwGC8xjE6c4XT9YVdOU2lPbHYSyX71dTUpNlbx08+ +xwRIH4Qs5AykxS53wQQgjzMyvS+OfMcA+9L+NTrHjnFLjGUp7KTWyUvrLDwyYS8M +cWpYSLBzM0rQpN27mPeXXT4f179eE3o3LZ0xf7oHj0b85jTfxIrabhIm9CVFyen7 +POBkHqpxa1vs2iqC6CuWQTmCmroqLLGmLZEWRsxH+rZmx1rk/BYnXtAu9suaWQdc +LWkmi2q16DbDctdlfHIlNcHPOWXDBDZwL1elMMlPLvdfQYIjy+U= +=Oy+d +-----END PGP SIGNATURE----- Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-native-src.zip.sha512 Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +d20293f691f4ff1c3f1a47984493ffa813199be3ef04a4d9f5a92a1b3aa5627d84a9f5f19d55157060a988bf048a9c0c949fff972acc2ec60fb54461f1dcae9f *commons-daemon-1.6.0-native-src.zip Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.tar.gz ============================================================================== Binary file. No diff available. Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.tar.gz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.tar.gz.asc Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmoMmzEACgkQEMAcWi9g +WecgfBAAuYlaeSjfA+bzZLkgEkm7g41oyUEomNrDUAKSA5ApT8jZRXfKHTtT7zah +ALPAa56S1eFy6U9bBUcytZ6o0yvfwAO1RXayT2MtXrg/oJKR7GTQr2i73EImeOI7 +kU2HaQMMF08kPEg1uboz9X9RMNtXm6K5fQzC3PzBo+O16Z9IsMsQI1KZO5xr54KM +QuT/CSqNKDZB2WUqTUDQuYhA3uMxM74UtK5vwL2KestOigOQvht0IsS5yRWlPgia +gK95kbmG8xDNg3J9s021d/J+stnVcXZsP8nw0WqVwg3+7CNojcP/IYr+tvYGfNL+ +oRo87LR3kuA8PZDYcnT9vKVg1A1uCZEPRwZuzRet7+XwPoTwI77lTXlcmy8hLDTl ++Xi8BcH8roEBqKPgYZyRYLNeioqAs79yGt1y51lYnD/lWURQz6nkH0iOWHwJoyrs +/jzK0wzQAxWbG8GVTA9x1jen4y4G3+/upQ1SMiGl+CryVSmI4/mBbJZwTFjykDiq +B8rfDpoDvsqoUUoJJTB3K/L1g7VsO4W81Yq8tYwA2gvTI4ksRf23yfBycU4UJJEo +W5HRD8dsORqeN0BP9dgsW/6LxguPSfUL4A6uTg6iHFv0Kc//xwSbc9YhnOUe99zN +HtTUhbwcJ1RvMW99bqtN7oOTKSKiSsRoUN91sBm7mh16lcImFgE= +=rCdz +-----END PGP SIGNATURE----- Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.tar.gz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.tar.gz.sha512 Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +4496833f01da03140b0e01c0302c7fbb13573a50061c96f72cda5e95cec30750dcafe8c3b810fb46ee3204d37341cc4b1a441d3e15bd8839e69eca72854bccc6 *commons-daemon-1.6.0-src.tar.gz Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.zip ============================================================================== Binary file. No diff available. Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.zip.asc Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmoMmzEACgkQEMAcWi9g +WedIVhAAquI7akVBeHqRoH9jKecLGd708lvxR4JbyUBvUQvbTUDKSjASE8hU7uny +nHjWMoR9+2fJDdh8zDpBqmRtI5mvw8Tg+ig6DJglc1YzijMDeTwshF+WYVc+SGig +4Aisje/qUfEmtdnvxSe9OqjFLHTQi+tYQO2JdaZIHhaP713FwLIZKeeLa4vIeWfB +Jtj8oZSK5RnY3Gn/aQwjSnL8tmCHmhNyvKO6NheX+YY0rnF64eWMpgIKCFTTsPJh +FjTSF2X9wg8SUKEEgWY7YNl9odDcT8idAtsto//dtpI64hgNdry7QV3UIrVDCfT3 +mnbfLgySkinjokRcim4LU8xPTKCgLURdQJ5iepH0/IHs2GFsI/SS9QoY5iGOxpge +H0+kxec/oozmUJvBC7i5VaeAARIhnBQFkUS7m9F3Jl/xTGNgxSvFdYQrUJgfUPwW ++0Qdu2bjBVcdWLjo1UISzcqn/N9twjzQ9iZy8XkDibeN2vLyuUlY8MO6b29m8mId +Qpn0ubHgctqCCJdgcMnOtBMBBq8DDNXCOIPdSxIW3G/wE/K1+ujKMivRXLw9mzf3 +VPL6dmj6DD+dHXRsrTHALZUl5oLYux70HnsBMSvmCTNJ+ajQ1Myx4dvN603SFl63 +umdRHpqAruGxwaqZogUqlVh0AdOqNHgNyKLURzDJ8E4rZTSK1Vk= +=6EUp +-----END PGP SIGNATURE----- Added: dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/commons/daemon/1.6.0-RC2/source/commons-daemon-1.6.0-src.zip.sha512 Tue May 19 17:43:23 2026 (r84617) @@ -0,0 +1 @@ +5d227c6bd653488275fa26e93c12f509fe18b3dc0e835ecf07fa454abef6aba9fa63e99f567e2b6750009949c2da90e5acaf10c52841dea996a4b5f455bb4f2d *commons-daemon-1.6.0-src.zip
