summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorVlad Glagolev2021-05-11 00:10:37 +0000
committerVlad Glagolev2021-05-11 00:10:37 +0000
commit6bb98e8299623a6409f8935e4b7915e8df4a05a5 (patch)
treeb780c0561d26459e0b33780988a8702a731c5304 /net
parent1936bf6f75bfa9ac87ea6c8a537c0beedd4b2191 (diff)
haproxy: => 2.0.22
Diffstat (limited to 'net')
-rwxr-xr-xnet/haproxy/BUILD2
-rwxr-xr-xnet/haproxy/DETAILS4
-rw-r--r--net/haproxy/HISTORY4
3 files changed, 7 insertions, 3 deletions
diff --git a/net/haproxy/BUILD b/net/haproxy/BUILD
index c132432b63..9ccb266db0 100755
--- a/net/haproxy/BUILD
+++ b/net/haproxy/BUILD
@@ -1 +1 @@
-make TARGET=linux2628 CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${OPTS}
+make TARGET=linux-glibc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${OPTS}
diff --git a/net/haproxy/DETAILS b/net/haproxy/DETAILS
index 810e5597c1..7040ccf90d 100755
--- a/net/haproxy/DETAILS
+++ b/net/haproxy/DETAILS
@@ -1,9 +1,9 @@
SPELL=haproxy
- VERSION=1.5.17
+ VERSION=2.0.22
BRANCH=`echo ${VERSION}|cut -d. -f1,2`
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=http://www.haproxy.org/download/${BRANCH}/src/${SOURCE}
- SOURCE_HASH=sha512:4a2738dd0da04f88af9ecf29a3ef740efe0867c7e7a31ff5df0f710d5685f38e7bb29ecaddf03a90c04ace5bfa9b9b7fb9835abcb9253bc158b8957116c1910a
+ SOURCE_HASH=sha512:29a1ee6d77892003ab4d813336d1ea165d91784bcf2124b98ca030e376e7ccc1c1b9f09e9a85ef0cd04f9808b589bfc7b7c19f831dcb55bb41d7777a172112ff
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS="doc/design-thoughts doc/internals"
WEB_SITE=http://www.haproxy.org/
diff --git a/net/haproxy/HISTORY b/net/haproxy/HISTORY
index 861c133be9..7f2b681df8 100644
--- a/net/haproxy/HISTORY
+++ b/net/haproxy/HISTORY
@@ -1,3 +1,7 @@
+2021-05-10 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.0.22
+ * BUILD: updated target
+
2016-04-17 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.5.17