Hi,
During g2k19 I updated haproxy to the 1.9.x branch with tb's help.
Since then I had to update it to a newer minor and it requires some
fiddling with the ssl_sock.c patch, so reviews welcome for that.
Lightly tested here and seems to work fine. More tests welcome.
I'll commit it in a week or so, unless some problems are found.
Cheers,
Daniel
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/haproxy/Makefile,v
retrieving revision 1.56
diff -u -p -r1.56 Makefile
--- Makefile 14 Mar 2019 21:37:20 -0000 1.56
+++ Makefile 26 May 2019 15:24:25 -0000
@@ -2,7 +2,7 @@
COMMENT = reliable, high performance TCP/HTTP load balancer
-DISTNAME = haproxy-1.8.17
+DISTNAME = haproxy-1.9.8
CATEGORIES = net www
HOMEPAGE = http://www.haproxy.org/
MAINTAINER = Daniel Jakots <obsd@chown.me>
@@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c crypto pcre pcreposix pthread ssl
-MASTER_SITES = ${HOMEPAGE}/download/1.8/src/
+MASTER_SITES = ${HOMEPAGE}/download/1.9/src/
HAPROXYCONF = ${SYSCONFDIR}/haproxy
HAPROXYSTATE = /var/haproxy
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/haproxy/distinfo,v
retrieving revision 1.33
diff -u -p -r1.33 distinfo
--- distinfo 11 Jan 2019 01:09:50 -0000 1.33
+++ distinfo 26 May 2019 15:24:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (haproxy-1.8.17.tar.gz) = e3ibF3h1r91d3v8Fjn795zqoldwtz3KLRkNYY1rjlI4=
-SIZE (haproxy-1.8.17.tar.gz) = 2077525
+SHA256 (haproxy-1.9.8.tar.gz) = LZozANvYcbw1t0OoPKr1D+z78GKQYQIxyi0zT9BMKu4=
+SIZE (haproxy-1.9.8.tar.gz) = 2376526
Index: patches/patch-include_proto_openssl-compat_h
===================================================================
RCS file: /cvs/ports/net/haproxy/patches/patch-include_proto_openssl-compat_h,v
retrieving revision 1.7
diff -u -p -r1.7 patch-include_proto_openssl-compat_h
--- patches/patch-include_proto_openssl-compat_h 5 Dec 2018 16:32:13 -0000 1.7
+++ patches/patch-include_proto_openssl-compat_h 26 May 2019 15:24:25 -0000
@@ -7,22 +7,8 @@ Index: include/proto/openssl-compat.h
}
No comments:
Post a Comment