aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy
Commit message (Collapse)AuthorAge
...
* haproxy: Update HAProxy to v2.0.7Christian Lachner2019-10-05
| | | | | | | - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.7.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.0.6Christian Lachner2019-09-25
| | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* haproxy: Update HAProxy to v2.0.5Christian Lachner2019-08-30
| | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v2.0.3Christian Lachner2019-08-05
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.3.html) - Raise PKG_RELEASE to 2 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Get rid of bashisms from get-latest-patches.shRosen Penev2019-07-24
| | | | | | Plus some other shellcheck cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* haproxy: Update HAProxy to v2.0.3Christian Lachner2019-07-24
| | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Change DEPENDS from libncursesw to libncursesChristian Lachner2019-07-03
| | | | | | - Change DEPENDS from libncrusesw to libncurses Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.0.1Christian Lachner2019-07-01
| | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| | | | | | | | It seems there is a mistake in the version I sent upstream. Cleaned up Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* haproxy: Fix issue #9294 & update patchesChristian Lachner2019-06-23
| | | | | | | | | | | | | The arc700 target (and probably others) uses uclibc as it's c-library. However, uClibc's libcrypt seems to not support the crypt_data struct which broke the build. This fix adds a new build-target to haproxy which does not use libcrypt. Summing up, this commit does: - Add support for uclibc to haproxy with libcrypt disabled - Add detection of c-library to configure the correct build-target - Silence additional warnings - Update patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.0.0 (LTS)Christian Lachner2019-06-21
| | | | | | | | | | | - Update haproxy download URL and hash - Add new patches - Add several CFLAGS (derived from haproxy Makefile) to make the build work with v1.9+ - Update default configuration - Add check-command (for config) to init-script - Add prometheus-service from contribs by default Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.20Christian Lachner2019-05-02
| | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.19Christian Lachner2019-04-26
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.19.html) - Raise PKG_RELEASE to 4 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.19Christian Lachner2019-04-01
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.19.html) - Raise PKG_RELEASE to 3 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Don't select OPENSSL_WITH_DEPRECATEDRosen Penev2019-02-19
| | | | | Deprecated APIs are already patched out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* haproxy: Update HAProxy to v1.8.19Christian Lachner2019-02-12
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.17Christian Lachner2019-01-31
| | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.17.html) - Raise PKG_RELEASE to 2 - Prefix patches with 3-digit numbers instead of 4-digit numbers Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.17Christian Lachner2019-01-09
| | | | | | | - Update haproxy download URL and hash - This fixes CVE-2018-20615 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.16Christian Lachner2018-12-22
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update deprecated API patchRosen Penev2018-12-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* haproxy: Update HAProxy to v1.8.15Christian Lachner2018-12-13
| | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.14Christian Lachner2018-12-04
| | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html) - Raise PKG_RELEASE to 5 - Improve version-handling Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.14Christian Lachner2018-11-02
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html) - Raise PKG_RELEASE to 4 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Remove unnecessary OpenSSL dependsRosen Penev2018-10-30
| | | | | | | | All of these are either not needed or not valid. Added a patch to remove the OPENSSL_WITH_DEPRECATED dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.14Christian Lachner2018-10-17
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html) - Raise PKG_RELEASE to 2 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* treewide: remove obsolete references to avr32Yousong Zhou2018-09-28
| | | | | | | This is a long overdue followup commit to openwrt/openwrt@5d9eeab ("build: remove obsolete references to cris and avr32") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* haproxy: Update HAProxy to v1.8.14Christian Lachner2018-09-22
| | | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches - This fixes CVE-2018-14645 (See: https://nvd.nist.gov/vuln/detail/CVE-2018-14645) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.13Christian Lachner2018-08-25
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.13.html) - Raise PKG_RELEASE to 2 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.13 & Lua library to v5.3.5Christian Lachner2018-08-04
| | | | | | | | | | - Update Lua to v5.3.5 - Add myself as co-maintainer - Update haproxy download URL and hash - Changed version-output to always print $(PKG_VERSION)-$(PKG_RELEASE) - Removed all obsolete patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.12Christian Lachner2018-06-28
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.11Christian Lachner2018-06-26
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.10Christian Lachner2018-06-24
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.9Christian Lachner2018-05-19
| | | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches - Added logic to Makefile to only append the patch-version to the HA-Proxy version if we actually applied any patches (PKG_RELEASE!=00) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.8+5Christian Lachner2018-05-18
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 05 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-05-16
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 04 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-05-10
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 03 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-04-29
| | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Add a script for package maintainers to simplify upstream patch ↵Christian Lachner2018-04-29
| | | | | | | | collection Manually fetching patches is cumbersome so I created a simple bash-script which uses Git-mechanisms to collect all patches inside a branch from a specific TAG to the current HEAD revision. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.8Christian Lachner2018-04-20
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.7Christian Lachner2018-04-07
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.6Christian Lachner2018-04-05
| | | | | | | - Update haproxy download URL and hash - Remove all already included patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update MEDIUM+ patches for HAProxy v1.8.5Christian Lachner2018-03-30
| | | | | | | - Add new MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.5.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.5Christian Lachner2018-03-23
| | | | | | | - Update haproxy download URL and hash - Remove all already included patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update MEDIUM+ patches for HAProxy v1.8.4Christian Lachner2018-03-16
| | | | | | | - Add new MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.4.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Fix Lua-support for mips(el)Christian Lachner2018-03-07
| | | | | | | - TARGET_CFLAGS were missing for haproxy which caused issue #4606 (https://github.com/openwrt/packages/issues/4606) - All targets finally have Lua support again Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Fix non-ssl buildsChristian Lachner2018-03-04
| | | | | | - Add missing libatomic dependency in non-ssl variant of the build Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v1.8.4 (+patches)Christian Lachner2018-03-04
| | | | | | | | | | | | | | | - Update haproxy download URL and hash - Update the haproxy homepage - Add libatomic to the dependencies as 1.8 needs it - Make USE_REGPARM an x86-only option as this fixes many warnings and does not do much on non-x86 platforms - Add USE_GETADDRINFO=1 to use getaddrinfo() to resolve IPv6 host names - Add USE_TFO=1 to enable TCP fast open - Unbreak CFLAGS, LD and LDFLAGS by adding the missing backslash after $(ADDON) - Unbreak IGNOREGIT=1 option (typo) - Rework LDFLAGS and add libatomic - Add MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.4.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Change download-URLs to https-variantsChristian Lachner2018-03-03
| | | | | | | - change haproxy download-URL to https-variant - change lua download-URL to https-variant Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Fix Lua-support on non-mips(el) targets.Christian Lachner2018-03-03
| | | | | | | | - the Lua-support logic was cleaned up to unbreak Lua-support on non-mips(el) targets. Previously, no target had Lua-support. - mips and mipsel are both known to currently not build with Lua-support enabled => disable both. - mips64 and mips64el were tested fine with Lua-support enabled. Signed-off-by: Christian Lachner <gladiac@gmail.com>