aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy
Commit message (Collapse)AuthorAge
...
* haproxy: Update HAProxy to v2.1.7Christian Lachner2020-06-10
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.1.5Christian Lachner2020-05-31
| | | | | | | | | - Update haproxy download URL and hash - This version introduces backtrace-support via backtrace(), however, it must be disabled because neither MUSL nor UCLIBC support it (build fails because of missing execinfo.h) - Our previous UCLIBC patch is now obsolete and has been removed. We now only disable libcrypt support. - A new patch was backported from the haproxy dev-branch which fixes an IFDEF which should only allow GLIBC to use dladdr1 and make builds fall back to dladdr when using other c-libs. The previous logic was bogus and broke the build on UCLIBC. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.1.4Christian Lachner2020-04-03
| | | | | | | | - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.4.html) - This fixes CVE-2020-11100 (http://git.haproxy.org/?p=haproxy-2.1.git;a=commit;h=f17f86304f187b0f10ca6a8d46346afd9851a543) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.1.3Christian Lachner2020-02-13
| | | | | | | - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.3.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.1.2Christian Lachner2020-02-03
| | | | | | | | | - Major version jump from v2.0 to v2.1 - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.2.html) - Stop building LUA 5.3 in the haproxy build-process and use liblua5.3 as a dependency instead Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.0.12Christian Lachner2019-12-22
| | | | | | | | - Update haproxy download URL and hash - Remove @neheb's obsolete-ssl patch as it was upstreamed, see: (http://git.haproxy.org/?p=haproxy-2.0.git;a=commit;h=6445d988ec8def9d0f80de0eda9c5763d39facc1) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.0.11Christian Lachner2019-12-15
| | | | | | | - Update haproxy download URL and hash - Remove obsolete patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.0.10Christian Lachner2019-11-29
| | | | | | | | - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.10.html) - This fixes CVE-2019-19330 (See: https://nvd.nist.gov/vuln/detail/CVE-2019-19330) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.0.9Christian Lachner2019-11-17
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Rework hotplug script for HAProxyChristian Lachner2019-11-08
| | | | | | | | - Migrated init-script to procd. - Removed the old hotplug script as it is unnecessary and caused long boot-times for r7800 and possibly others. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update patches for HAProxy v2.0.8Christian Lachner2019-11-02
| | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.8.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* haproxy: Update HAProxy to v2.0.8Christian Lachner2019-10-23
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* 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>