- update to apache-activemq-5.12.0

tested with mcollective by sebastia@ and myself
This commit is contained in:
jasper 2015-08-19 07:22:55 +00:00
parent 8e922b71db
commit 69502a4627
4 changed files with 40 additions and 32 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2015/03/15 10:08:37 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2015/08/19 07:22:55 jasper Exp $
PKG_ARCH= *
COMMENT= open source message broker implementing JMS 1.1
V= 5.11.1
V= 5.12.0
DISTNAME= apache-activemq-$V
CATEGORIES= net

View File

@ -1,2 +1,2 @@
SHA256 (apache-activemq-5.11.1-bin.tar.gz) = WukPTqbKo699n3nRzFW1dd1EFwsUUfCWSU4aNWgo018=
SIZE (apache-activemq-5.11.1-bin.tar.gz) = 43399561
SHA256 (apache-activemq-5.12.0-bin.tar.gz) = sUu+73GAA2XNQnhGX1v7MXV/VuvVIG8+Aa41MEHFopc=
SIZE (apache-activemq-5.12.0-bin.tar.gz) = 46560868

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-bin_activemq,v 1.6 2015/03/15 10:08:37 jasper Exp $
--- bin/activemq.orig Fri Feb 13 19:05:11 2015
+++ bin/activemq Mon Mar 2 17:11:22 2015
@@ -148,10 +148,10 @@ fi
$OpenBSD: patch-bin_activemq,v 1.7 2015/08/19 07:22:55 jasper Exp $
--- bin/activemq.orig Mon Aug 10 17:26:28 2015
+++ bin/activemq Sat Aug 15 10:06:24 2015
@@ -152,10 +152,10 @@ fi
# For using instances
if ( basename $0 | grep "activemq-instance-" > /dev/null);then
INST="`basename $0|sed 's/^activemq-instance-//;s/\.sh$//'`"
@ -14,16 +14,16 @@ $OpenBSD: patch-bin_activemq,v 1.6 2015/03/15 10:08:37 jasper Exp $
fi
# load activemq configuration
@@ -498,7 +498,6 @@ invoke_stop(){
@@ -539,7 +539,6 @@ invoke_stop(){
echo
echo "INFO: Regular shutdown not successful, sending SIGKILL to process with pid '$PID'"
kill -KILL $PID
- RET="1"
echo "INFO: Regular shutdown not successful, sending SIGKILL to process"
invoke_kill
- RET="$?"
fi
elif [ -f "$ACTIVEMQ_PIDFILE" ];then
echo "ERROR: No or outdated process id in '$ACTIVEMQ_PIDFILE'"
@@ -558,7 +557,7 @@ The configuration of this script is read from the foll
@@ -616,7 +615,7 @@ Configuration of this script:
Modify $ACTIVEMQ_BASE/bin/env or create a copy of that file on a suitable location.
To use additional configurations for running multiple instances on the same operating system
rename or symlink script to a name matching to activemq-instance-<INSTANCENAME>.
- This changes the configuration location to /etc/default/activemq-instance-<INSTANCENAME> and
@ -31,10 +31,19 @@ $OpenBSD: patch-bin_activemq,v 1.6 2015/03/15 10:08:37 jasper Exp $
\$HOME/.activemqrc-instance-<INSTANCENAME>.
EOF
exit 1
@@ -595,4 +594,4 @@ case "$1" in
@@ -649,7 +648,7 @@ case "$1" in
invoke_console
exit $?
;;
- stop)
+esac
invoke_stop
exit $?
;;
@@ -690,4 +689,4 @@ case "$1" in
*)
invoke_task
invoke_task checkforrunning
exit $?
-esac
\ No newline at end of file
+esac

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2015/03/15 10:08:37 jasper Exp $
@comment $OpenBSD: PLIST,v 1.12 2015/08/19 07:22:55 jasper Exp $
@newgroup _activemq:714
@newuser _activemq:714:714:daemon:Apache ActiveMQ:/var/db/activemq:/sbin/nologin
@comment needs a RW homedir to prevent java.io.IOException
@ -10,9 +10,8 @@ activemq/README.txt
activemq/activemq-all-${V}.jar
activemq/bin/
activemq/bin/activemq
activemq/bin/activemq-admin
activemq/bin/activemq-diag
activemq/bin/activemq.jar
activemq/bin/diag
activemq/bin/env
activemq/bin/wrapper.jar
activemq/conf
@ -42,6 +41,7 @@ activemq/examples/conf/activemq-dynamic-network-broker2.xml
activemq/examples/conf/activemq-jdbc-performance.xml
activemq/examples/conf/activemq-jdbc.xml
activemq/examples/conf/activemq-leveldb-replicating.xml
activemq/examples/conf/activemq-mqtt.xml
activemq/examples/conf/activemq-scalability.xml
activemq/examples/conf/activemq-security.xml
activemq/examples/conf/activemq-specjms.xml
@ -363,9 +363,9 @@ activemq/lib/activemq-spring-${V}.jar
activemq/lib/activemq-web-${V}.jar
activemq/lib/camel/
activemq/lib/camel/activemq-camel-${V}.jar
activemq/lib/camel/camel-core-2.14.1.jar
activemq/lib/camel/camel-jms-2.14.1.jar
activemq/lib/camel/camel-spring-2.14.1.jar
activemq/lib/camel/camel-core-2.15.2.jar
activemq/lib/camel/camel-jms-2.15.2.jar
activemq/lib/camel/camel-spring-2.15.2.jar
activemq/lib/extra/
activemq/lib/extra/mqtt-client-1.10.jar
activemq/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
@ -390,10 +390,10 @@ activemq/lib/optional/activemq-stomp-${V}.jar
activemq/lib/optional/commons-beanutils-1.8.3.jar
activemq/lib/optional/commons-codec-1.6.jar
activemq/lib/optional/commons-collections-3.2.1.jar
activemq/lib/optional/commons-dbcp-1.4.jar
activemq/lib/optional/commons-dbcp2-2.1.jar
activemq/lib/optional/commons-lang-2.6.jar
activemq/lib/optional/commons-net-3.3.jar
activemq/lib/optional/commons-pool-1.6.jar
activemq/lib/optional/commons-pool2-2.3.jar
activemq/lib/optional/geronimo-j2ee-connector_1.5_spec-2.0.0.jar
activemq/lib/optional/guava-12.0.jar
activemq/lib/optional/hawtbuf-proto-1.11.jar
@ -405,13 +405,13 @@ activemq/lib/optional/httpclient-4.2.5.jar
activemq/lib/optional/httpcore-4.2.4.jar
activemq/lib/optional/insight-log-core-1.2.0.Beta4.jar
activemq/lib/optional/insight-log4j-1.2.0.Beta4.jar
activemq/lib/optional/jackson-annotations-2.4.1.jar
activemq/lib/optional/jackson-core-2.4.1.jar
activemq/lib/optional/jackson-databind-2.4.1.jar
activemq/lib/optional/jackson-annotations-2.4.3.jar
activemq/lib/optional/jackson-core-2.4.3.jar
activemq/lib/optional/jackson-databind-2.4.3.jar
activemq/lib/optional/jasypt-1.9.2.jar
activemq/lib/optional/jasypt-spring3-1.9.2.jar
activemq/lib/optional/jasypt-spring31-1.9.2.jar
activemq/lib/optional/jaxb2-basics-runtime-0.6.4.jar
activemq/lib/optional/jettison-1.3.5.jar
activemq/lib/optional/jettison-1.3.7.jar
activemq/lib/optional/jmdns-3.4.1.jar
activemq/lib/optional/leveldb-0.6.jar
activemq/lib/optional/leveldb-api-0.6.jar
@ -420,8 +420,7 @@ activemq/lib/optional/log4j-1.2.17.jar
activemq/lib/optional/org.apache.servicemix.bundles.josql-1.5_5.jar
activemq/lib/optional/org.linkedin.util-core-1.4.0.jar
activemq/lib/optional/org.linkedin.zookeeper-impl-1.4.0.jar
activemq/lib/optional/proton-j-0.8.jar
activemq/lib/optional/proton-jms-0.8.jar
activemq/lib/optional/proton-j-0.9.1.jar
activemq/lib/optional/scala-library-2.11.0.jar
activemq/lib/optional/shiro-core-1.2.2.jar
activemq/lib/optional/shiro-spring-1.2.2.jar
@ -447,7 +446,7 @@ activemq/lib/web/core-3.1.1.jar
activemq/lib/web/geronimo-servlet_3.0_spec-1.0.jar
activemq/lib/web/jdom-1.0.jar
activemq/lib/web/jetty-all-8.1.16.v20140903.jar
activemq/lib/web/jolokia-core-1.2.2.jar
activemq/lib/web/jolokia-core-1.3.1.jar
activemq/lib/web/json-simple-1.1.1.jar
activemq/lib/web/jsp-2.1-glassfish-2.1.v20100127.jar
activemq/lib/web/jsp-api-2.1-glassfish-2.1.v20100127.jar