summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Miguel De Anda <miguel@thedeanda.com>2017-06-30 12:37:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-30 12:37:29 +0700
commitc5657edf942ff33266f388c6cdf92d6bd8de81db (patch)
tree982d424652b680c22101b8d6a32de4477985130c /system
parent39a8c3878fb92460d8cde7fd679d0b01be1e0391 (diff)
downloadslackbuilds-c5657edf942ff33266f388c6cdf92d6bd8de81db.tar.gz
slackbuilds-c5657edf942ff33266f388c6cdf92d6bd8de81db.tar.xz
system/apache-activemq: Updated for version 5.14.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/apache-activemq/README10
-rw-r--r--system/apache-activemq/apache-activemq.SlackBuild2
-rw-r--r--system/apache-activemq/apache-activemq.info6
3 files changed, 14 insertions, 4 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README
index 5d34142fda..74dc0508ec 100644
--- a/system/apache-activemq/README
+++ b/system/apache-activemq/README
@@ -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.
diff --git a/system/apache-activemq/apache-activemq.SlackBuild b/system/apache-activemq/apache-activemq.SlackBuild
index bb19d3edd7..61af0d8950 100644
--- a/system/apache-activemq/apache-activemq.SlackBuild
+++ b/system/apache-activemq/apache-activemq.SlackBuild
@@ -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}
diff --git a/system/apache-activemq/apache-activemq.info b/system/apache-activemq/apache-activemq.info
index 4587992002..c2ae9a1e99 100644
--- a/system/apache-activemq/apache-activemq.info
+++ b/system/apache-activemq/apache-activemq.info
@@ -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"