GithubHelp home page GithubHelp logo

Comments (2)

vidhill avatar vidhill commented on May 26, 2024

To rule out the possibility that my docker build is causing the issue I have rebuild using emq-docker and am getting the same error...

I checked out branch emq22, then updated the version number:

ENV EMQ_VERSION=v2.2.0

then run docker build, the resulting docker image throws the same errors,

I think I will be able to create a PR with a fix

from emqx-rel.

vidhill avatar vidhill commented on May 26, 2024

My PR has been merged..

however to use this I believe we would need a tagged release branch;
with the same versions as my tag here: https://github.com/vidhill/emqttd/blob/v2.2.1/Makefile

do you intend creating one?

Diff between the tags:
git diff v2.2.0 v2.2.1 -- Makefile

diff --git a/Makefile b/Makefile
index c8ea413..c8f94e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PROJECT = emqttd
 PROJECT_DESCRIPTION = Erlang MQTT Broker
-PROJECT_VERSION = 2.2
+PROJECT_VERSION = 2.2.1

 DEPS = goldrush gproc lager esockd mochiweb pbkdf2 lager_syslog bcrypt

@@ -8,7 +8,7 @@ dep_goldrush     = git https://github.com/basho/goldrush 0.1.9
 dep_gproc        = git https://github.com/uwiger/gproc
 dep_getopt       = git https://github.com/jcomellas/getopt v0.8.2
 dep_lager        = git https://github.com/basho/lager master
-dep_esockd       = git https://github.com/emqtt/esockd master
+dep_esockd       = git https://github.com/emqtt/esockd v5.0.1
 dep_mochiweb     = git https://github.com/emqtt/mochiweb master
 dep_pbkdf2       = git https://github.com/emqtt/pbkdf2 2.0.1
 dep_lager_syslog = git https://github.com/basho/lager_syslog

(Obviously the decision whether to label this as a point release or not is entirely up to you)

from emqx-rel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.