summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-proxy/haproxy: bump.Robin H. Johnson2017-08-222-0/+160
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* net-proxy/haproxy: Bump to 1.7.8Christian Ruppert2017-07-102-0/+160
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force
* net-proxy/haproxy: Remove old versionsChristian Ruppert2017-07-106-800/+0
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force
* net-proxy/haproxy: bump & file moves.Robin H. Johnson2017-07-047-24/+550
| | | | | | | | | - 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-2110-337/+337
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force
* net-proxy/haproxy: Version bumpsChristian Ruppert2017-06-193-0/+331
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-proxy/haproxy: x86 stable wrt bug #611184Agostino Sarubbo2017-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-proxy/haproxy: amd64 stable wrt bug #611184Agostino Sarubbo2017-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* 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
* net-proxy/haproxy: Version bumpsChristian Ruppert2017-05-093-1/+166
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* net-proxy/haproxy: arm ppc stable (bug 611184).Michael Weber2017-03-151-2/+2
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-286-6/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-proxy/haproxy: Version bump to 1.7.3Christian Ruppert2017-02-282-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-proxy/haproxy: Cleanup old versionsChristian Ruppert2017-02-287-924/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-proxy/haproxy: bump.Robin H. Johnson2017-01-312-0/+167
| | | | Package-Manager: portage-2.3.2
* net-proxy/haproxy: Add support for DeviceAtlas APIBertrand Jacquin2017-01-225-1/+5
| | | | | | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564160 Fixes: https://github.com/gentoo/gentoo/pull/2487 Package-Manager: portage-2.3.0 (cherry picked from commit e25fbc24754115cdceb72ae450932f2ed55df8f4) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* haproxy: bump.Robin H. Johnson2016-12-253-0/+307
| | | | Package-Manager: portage-2.3.2
* net-proxy/haproxy: bump, fixes #601726.Robin H. Johnson2016-12-152-0/+166
| | | | Package-Manager: portage-2.3.2
* net-proxy/haproxy: bump, new major version.Robin H. Johnson2016-12-052-0/+166
| | | | | Package-Manager: portage-2.3.2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-proxy/haproxy: update 1.6 series to current ebuild.Robin H. Johnson2016-12-051-0/+165
| | | | | Package-Manager: portage-2.3.2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-proxy/haproxy: 9999-style builds for current major versions.Robin H. Johnson2016-12-054-19/+248
| | | | Package-Manager: portage-2.3.2
* net-proxy/haproxy: prepare for split 9999 on different major versionsRobin H. Johnson2016-12-051-0/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-proxy/haproxy: bump.Robin H. Johnson2016-12-052-0/+142
| | | | Package-Manager: portage-2.3.2
* net-proxy/haproxy: major improvements.Bertrand Jacquin2016-10-155-20/+7
| | | | | | | | | | | | | * 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: Introduce USE=slzBertrand Jacquin2016-09-283-4/+11
| | | | | | | | | | | USE=zlib stay the default one in order to avoid users to have to manually satisfy USE flag constraints since USE=zlib and USE=slz are mutually exclusive. Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2293 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Define haproxy_use() to condence emake arguments creationBertrand Jacquin2016-09-282-86/+30
| | | | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2293 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Use an array to define emake argumentsBertrand Jacquin2016-09-282-38/+44
| | | | | | | | | It makes the code more clear and avoid duplication Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2293 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Simplify src_compile() by using REQUIRED_USEBertrand Jacquin2016-09-282-12/+16
| | | | | | | | | | We can avoid nested `if use' by making pcre USE flag mandatory if pcre-jit USE flag is selected Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2293 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Move to EAPI 6 and git-r3Bertrand Jacquin2016-09-281-21/+51
| | | | | | | | | Sync live ebuild with 1.6.9 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2293 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Version bumpBertrand Jacquin2016-09-282-6/+11
| | | | | | | | | | | Move to EAPI 6 Replace dodoc with DOCS Use EROOT instead of ROOT Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2293 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* net-proxy/haproxy: Version bumpChristian Ruppert2016-08-182-1/+1
| | | | Package-Manager: portage-2.3.0
* net-proxy/haproxy: add libressl supportAnthony G. Basile2016-08-103-16/+31
| | | | Package-Manager: portage-2.2.28
* net-proxy/haproxy: Version bumpChristian Ruppert2016-07-202-1/+1
| | | | Package-Manager: portage-2.3.0
* net-proxy/haproxy: Version bump to 1.5.18 and 1.6.6Christian Ruppert2016-07-043-2/+2
| | | | Package-Manager: portage-2.3.0
* net-proxy/haproxy: Version bump to 1.6.5.Christian Ruppert2016-05-252-1/+1
| | | | Package-Manager: portage-2.2.28
* net-proxy/haproxy: Remove old versions.Christian Ruppert2016-05-253-297/+0
| | | | Package-Manager: portage-2.2.28
* net-proxy/haproxy: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-182-2/+2
|
* net-proxy/haproxy: Version bump to 1.5.16 and 1.6.3. Also fixes bug 576580Christian Ruppert2016-03-164-3/+299
| | | | Package-Manager: portage-2.2.27
* net-proxy/haproxy: Remove old versionsChristian Ruppert2016-03-163-252/+0
| | | | Package-Manager: portage-2.2.27
* net-proxy/haproxy: Add ~arm keywordBertrand Jacquin2016-02-242-2/+2
| | | | | | Tested on Scaleway C1 Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* net-proxy/haproxy: Version bump to 1.6.3Christian Ruppert2016-01-062-0/+162
| | | | Package-Manager: portage-2.2.26
* net-proxy/haproxy: Remove 1.6.1Christian Ruppert2016-01-062-162/+0
| | | | Package-Manager: portage-2.2.26
* net-proxy/haproxy: Version bump to 1.5.15 and 1.6.2Christian Ruppert2015-11-093-0/+298
| | | | Package-Manager: portage-2.2.23
* net-proxy/haproxy: Version bump to 1.6.1Christian Ruppert2015-10-252-1/+1
| | | | Package-Manager: portage-2.2.23
* net-proxy/haproxy: Version bump to 1.6.0. Also fixes bug 555864Christian Ruppert2015-10-165-0/+252
| | | | Package-Manager: portage-2.2.23
* net-proxy/haproxy: Remove old ebuildsChristian Ruppert2015-10-163-219/+0
| | | | Package-Manager: portage-2.2.23
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720