system/apache-activemq: Updated for version 5.14.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Miguel De Anda 2017-06-30 12:37:29 +07:00 committed by Willy Sudiarto Raharjo
parent 39a8c3878f
commit c5657edf94
3 changed files with 14 additions and 4 deletions

View file

@ -26,3 +26,13 @@ for example:
groupadd -g 253 activemq
useradd -u 253 -g 253 -c "Apache Active MQ" -d /var/lib/activemq \
-s /bin/sh activemq
Web Interface
The web interface for ActiveMQ is available at http://127.0.0.1:8161/admin/
with the default username and password set to:
Login: admin
Passwort: admin
You can edit /etc/activemq/users.properties if you wish to change them.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=apache-activemq
VERSION=${VERSION:-5.14.0}
VERSION=${VERSION:-5.14.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="apache-activemq"
VERSION="5.14.0"
VERSION="5.14.5"
HOMEPAGE="http://activemq.apache.org/"
DOWNLOAD="http://archive.apache.org/dist/activemq/5.14.0/apache-activemq-5.14.0-bin.tar.gz"
MD5SUM="921fcfa02d6e3f45bfb80f3aaae096b5"
DOWNLOAD="http://archive.apache.org/dist/activemq/5.14.5/apache-activemq-5.14.5-bin.tar.gz"
MD5SUM="3d28a422e05544a4c6764ad0d91718ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"