Browse Source
Merge pull request #6340 from gladiac1337/feature-haproxy-v1.8.10
haproxy: Update HAProxy to v1.8.12
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
net/haproxy/Makefile
-
net/haproxy/get-latest-patches.sh
|
|
@ -9,12 +9,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=haproxy |
|
|
|
PKG_VERSION:=1.8.9 |
|
|
|
PKG_VERSION:=1.8.12 |
|
|
|
PKG_RELEASE:=00 |
|
|
|
|
|
|
|
PKG_SOURCE:=haproxy-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://www.haproxy.org/download/1.8/src/ |
|
|
|
PKG_HASH:=436b77927cd85bcd4c2cb3cbf7fb539a5362d9686fdcfa34f37550ca1f5db102 |
|
|
|
PKG_HASH:=f438a98e657935fa8fad48b98d9029a399e0ad9105cf0e7e8e54365f93d83e9b |
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |
|
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
CLONEURL=http://git.haproxy.org/git/haproxy-1.8.git |
|
|
|
BASE_TAG=v1.8.9 |
|
|
|
BASE_TAG=v1.8.12 |
|
|
|
TMP_REPODIR=tmprepo |
|
|
|
PATCHESDIR=patches |
|
|
|
|
|
|
|