{"id":13775797,"url":"https://github.com/dbezemer/rpm-haproxy","last_synced_at":"2025-05-11T08:33:29.346Z","repository":{"id":12365134,"uuid":"71641730","full_name":"DBezemer/rpm-haproxy","owner":"DBezemer","description":"HAproxy RPM spec and builds for CentOS/RHEL 6/7/8","archived":false,"fork":false,"pushed_at":"2024-04-16T08:44:30.000Z","size":176,"stargazers_count":158,"open_issues_count":0,"forks_count":112,"subscribers_count":14,"default_branch":"dev","last_synced_at":"2024-08-03T17:12:15.181Z","etag":null,"topics":["amazon-linux","balancer","centos","haproxy","load","proxy","rpm"],"latest_commit_sha":null,"homepage":"http://www.haproxy.org/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DBezemer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-10-22T13:45:10.000Z","updated_at":"2024-06-25T02:12:04.000Z","dependencies_parsed_at":"2024-04-24T05:58:06.204Z","dependency_job_id":"a37cc3a9-6d8d-46e1-8d16-786131b04c71","html_url":"https://github.com/DBezemer/rpm-haproxy","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBezemer%2Frpm-haproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBezemer%2Frpm-haproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBezemer%2Frpm-haproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBezemer%2Frpm-haproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DBezemer","download_url":"https://codeload.github.com/DBezemer/rpm-haproxy/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225027562,"owners_count":17409460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-linux","balancer","centos","haproxy","load","proxy","rpm"],"created_at":"2024-08-03T17:01:50.324Z","updated_at":"2024-11-17T10:32:04.983Z","avatar_url":"https://github.com/DBezemer.png","language":"Makefile","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"d3069cac6097830d12f5933c9c8b7a77\"\u003e\u003c/a\u003eHAProxy"],"readme":"[![Github All Releases](https://img.shields.io/github/downloads/DBezemer/rpm-haproxy/total.svg)](https://github.com/DBezemer/rpm-haproxy/releases) [![Build RPMs](https://github.com/DBezemer/rpm-haproxy/actions/workflows/main.yml/badge.svg)](https://github.com/DBezemer/rpm-haproxy/actions/workflows/main.yml)\n\nThis repository contains build artifacts of HAproxy that are provided with no support and no expectation of stability.\nThe recommended way of using the repository is to build and test your own packages. Latest Work-in-Progress builds can be found under release label \"WiP RPM Build\".\n\n# RPM Specs for HAproxy on CentOS / RHEL / Amazon Linux with syslog logging to separate output files\n\n## Contributing\nWhen you like to see a specific feature added RPM build process, or support other RPM based Operating Systems please create a Pull Request if you have the knowledge to develop this yourself, I will verify the build process with these changes and merge in upstream when finished. If you don't have the knowledge feel free to create an Issue with the \"enhancement\" label added. There should be no expectation of when/if this will be added but will allow for tracking what features are of public interest.\n\nPerform the following steps on a build box as a regular user.\n\n## Install Prerequisites for RPM Creation\n\n    sudo yum groupinstall 'Development Tools'\n\n## Checkout this repository\n\n    cd /opt\n    git clone https://github.com/DBezemer/rpm-haproxy.git\n    cd ./rpm-haproxy\n    git checkout dev\n\n## Build using makefile and latest point release of haproxy\n### Basic building, no additional components\n    make\n\n### Build forcing minor version 2.6 of haproxy, no additional components. Any valid release version can be specified.\n    make MAINVERSION=2.6\n\n### With Lua support\n    make USE_LUA=1\n\n#### With custom Lua version\n    make USE_LUA=1 LUA_VERSION=5.4.6\n\n### With Prometheus Module support\n    make USE_PROMETHEUS=1\n\n### Without `sudo` for `yum` (for building in Docker)\n    make NO_SUDO=1\n\n### With a custom release iteration, e.g. '2' (default '1'):\n    make RELEASE=2\n\n### With a custom target `CPU`, e.g. `armv81`\n    make CPU=armv81\n\n### Custom `CFLAGS`, e.g. '-O0' to disable optimization for debug:\n    make EXTRA_CFLAGS=-O0\n\nResulting RPMs will be in `/opt/rpm-haproxy/rpmbuild/RPMS/x86_64/`\n\n## Build using Docker\n    make run-docker\n\nResulting RPMs will be in `./RPMS/`\nWhen updating any of the files that are included in the build phase, ensure that you also bump the release number, like so:\n    make USE_PROMETHEUS=1 RELEASE=3 run-docker\n\n## Credits\n\nBased on the Red Hat 6.4 RPM spec for haproxy 1.4 combined with work done by\n- [@nmilford](https://www.github.com/nmilford)\n- [@resmo](https://www.github.com/resmo)\n- [@kevholmes](https://www.github.com/kevholmes)\n- Update to 1.8 contributed by [@khdevel](https://github.com/khdevel)\n- Amazon Linux support contributed by [@thedoc31](https://github.com/thedoc31) and [@jazzl0ver](https://github.com/jazzl0ver)\n- Version detect snippet by [@hiddenstream](https://github.com/hiddenstream)\n- Conditional Lua build support by [@Davasny](https://github.com/Davasny)\n- Conditional Prometheus support by [@mfilz](https://github.com/mfilz)\n- Debug Building and Dynamic Release version support by [@bugfood](https://github.com/bugfood)\n- Macrofication of SUDO option by [@kenstir](https://github.com/kenstir)\n- Amazon Linux 2023 support by [@izzyleung](https://github.com/izzyleung)\n- fixes for syslog routing by [@GElkayam](https://github.com/GElkayam)\n\nAdditional logging inspired by https://www.percona.com/blog/2014/10/03/haproxy-give-me-some-logs-on-centos-6-5/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbezemer%2Frpm-haproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbezemer%2Frpm-haproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbezemer%2Frpm-haproxy/lists"}