aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy/get-latest-patches.sh
Commit message (Collapse)AuthorAge
...
* haproxy: Update HAProxy to v2.0.8Christian Lachner2019-10-23
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@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>
* 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: 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: 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: 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 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 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 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 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.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: 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>