Giter Site home page Giter Site logo

Comments (3)

DBezemer avatar DBezemer commented on September 13, 2024 1

@thedoc31 the main issue is that previously HAProxy hasn't always been forward/backward compatible and the lua version dependency has a tendency to change between releases. Having a dev branch isn't a bad idea tho with having the option to specify the specific version when compiling, so feel free to make a pull request again this branch (I've just created dev).

from rpm-haproxy.

thedoc31 avatar thedoc31 commented on September 13, 2024

Because the Makefile is so good and the haproxy project is so consistent, it's not that difficult to tell it what the version you want to compile. Just clone the repository and edit the Makefile. Add a question mark directly after MAINVERSION:
example:
MAINVERSION?=2.4

This will allow MAINVERSION to be passed as a parameter like USE_LUA or NO_SUDO and you can just add your desired version via commandline when you run make.
make MAINVERSION=2.5
If you don't pass MAINVERSION, make will just use whatever the default is for that variable.

@DBezemer It doesn't seem like the differences between haproxy versions are drastic enough to need a branch for every new minor version of haproxy. With the HAProxy team's accelerated development schedule (2 minor releases per year now), do you think it might make sense to create a generic or dev branch with this change? I can create a PR for you as soon as there's an appropriate place for it to go. I don't want to PR it into 2.4 since there's already established history there.

from rpm-haproxy.

thedoc31 avatar thedoc31 commented on September 13, 2024

@DBezemer Great, just submitted #63 for it. Let me know if you want any other changes.

from rpm-haproxy.

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.