summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Bakken <lbakken@pivotal.io>2018-08-02 11:55:20 -0700
committerLuke Bakken <lbakken@pivotal.io>2018-08-02 11:55:20 -0700
commitf4cf1c19fba5d0c24c3e06eae4a8b355bfd87781 (patch)
treef66985c3e9267366497d760642c449d36ab53704 /Makefile
parent08c6675a979856d2444a249079268d1f494e7748 (diff)
downloadrabbitmq-server-git-f4cf1c19fba5d0c24c3e06eae4a8b355bfd87781.tar.gz
Add support for syslog server hostname
schlagert/syslog version 3.4.3 adds support for specifying a host name for `dest_host`, this PR supports it as well See this gist for my test procedure: git@gist.github.com:7ab6348839c3dc7b18b6662f024e089c.git
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a7331bb0b..b1556e8504 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ BUILD_DEPS = rabbitmq_cli
DEPS = ranch syslog lager rabbit_common
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
-dep_syslog = git https://github.com/schlagert/syslog 3.4.2
+dep_syslog = git https://github.com/schlagert/syslog 3.4.3
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))