summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-proxy/haproxy: Use the full commandline when checking the configChristian Ruppert2023-12-181-1/+1
| | | | Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Cleanup old confdChristian Ruppert2023-08-211-14/+0
| | | | Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: remove unused patchMichael Mair-Keimberger2023-08-141-49/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/32284 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-proxy/haproxy: Fix 2.4.22 re https://github.com/haproxy/haproxy/issues/2009Christian Ruppert2023-02-141-0/+49
| | | | Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Bumps to fix CVE-2023-25725Christian Ruppert2023-02-141-49/+0
| | | | Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: remove unused fileMichael Mair-Keimberger2023-02-131-85/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29538 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Bump to 2.5.11, 2.6.8 and also fix hpack compilingChristian Ruppert2023-01-261-0/+49
| | | | | Bug: https://bugs.gentoo.org/891859 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: remove unused patch/fileMichael Mair-Keimberger2022-12-282-148/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28855 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Fix reloading and use master-CLIChristian Ruppert2022-07-262-0/+99
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Add LUA 5.4 support, thanks to Mike LothianChristian Ruppert2022-06-281-0/+63
| | | | | | Bug: https://bugs.gentoo.org/852809 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Revbump: Use Master-Worker Mode by defaultChristian Ruppert2022-04-061-0/+85
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: remove unused patchMichael Mair-Keimberger2021-09-211-37/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/22357 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-proxy/haproxy: Fix hpack compilation, bug 753509Christian Ruppert2020-11-091-0/+37
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Cleanup old versionsChristian Ruppert2019-11-271-31/+0
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Cleanup old versionsChristian Ruppert2019-01-291-46/+0
| | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Version bump to 1.8.1Christian Ruppert2017-12-041-81/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-proxy/haproxy: HAProxy 1.8.0 re bug 639040Christian Ruppert2017-11-301-0/+81
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-proxy/haproxy: Fix init scriptPatrick Lauer2017-11-302-86/+1
| | | | | | | | | | | | | | | | | | | | | | The change in https://bugs.gentoo.org/show_bug.cgi?id=584410 only worked because of multiple bugs interacting. Due to variable shadowing https://bugs.gentoo.org/show_bug.cgi?id=639164 the loop did not actually work, and the /run/haproxy.pid was used in every loop iteration. This only worked because of a bug in openrc: https://bugs.gentoo.org/show_bug.cgi?id=639218 which was fixed in 0.34.11 So before it killed all processes called haproxy if nbproc > 1 in the config (which means multiple haproxy instances are all killed if one is stopped!) After the bugfix it doesn't kill, so we're back to the original situation of leftover processes. And we don't want to rely on the cgroup killer! The fix is obviously to use start-stop-daemon directly instead of calling openrc internals that don't do what you think they do. Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --force
* net-proxy/haproxy: bump & file moves.Robin H. Johnson2017-07-041-0/+85
| | | | | | | | | - Add 1.7.7 release. - move haproxy & haproxy-systemd-wrapper binaries to sbin to match upstream & other distros, place symlinks in old location. Package-Manager: portage-2.3.6 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-proxy/haproxy: Fix init script (openrc_default_stop -> default_stop) #620418Patrick Lauer2017-06-211-2/+2
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force
* net-proxy/haproxy: Handle stopping multiple procBertrand Jacquin2017-05-221-0/+11
| | | | | | | | | | | | | | When haproxy is configured to use more than 1 proc, it creates a PID file listing all PID, with 1 PID per line. Since start-stop-daemon only handle 1 PID per pidfile, we need to had some magic in the init script in order to stop every process haproxy previously started. See: https://bugs.gentoo.org/show_bug.cgi?id=584410 Package-Manager: portage-2.3.0 (cherry picked from commit 551acd9853212fd0debf4563312af88908b7b497) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://github.com/gentoo/gentoo/pull/3104/
* net-proxy/haproxy: Fix contrib patch for 1.7.5Christian Ruppert2017-05-091-11/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* net-proxy/haproxy: 9999-style builds for current major versions.Robin H. Johnson2016-12-051-0/+42
| | | | Package-Manager: portage-2.3.2
* net-proxy/haproxy: major improvements.Bertrand Jacquin2016-10-153-6/+6
| | | | | | | | | | | | | * Move to /run. * Remove commented USE_LINUX_SPLICE since declaration is implicit. * Remove commented USE_LINUX_TPROXY since declaration is implicit. * Keep lua for live ebuild. Gentoo-Bug: https://bugs.gentoo.org/332633 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2486 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* net-proxy/haproxy: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-182-2/+2
|
* net-proxy/haproxy: Version bump to 1.6.0. Also fixes bug 555864Christian Ruppert2015-10-162-0/+89
| | | | Package-Manager: portage-2.2.23
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+47
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed