Download raw body.
UPDATE net/haproxy 3.0.3 from MAINTAINER
Hi ports@,
Straightforward update for HAProxy 3.0.3. The accumulated releases
feature way too many fixes to list inline, see [0] for the details.
Been running it fine on arm64.
There is some extra whitespace churn which escaped my eyes in the
previous updates I sent.
Lucas
[0]: https://www.haproxy.org/download/3.0/src/CHANGELOG
diff 1ea8ce0bcaddb08502e6d1f80e5f2a8f018d7fe2 7304a451eb2ac7f3d404daa7f0c1afb24b419b9d
commit - 1ea8ce0bcaddb08502e6d1f80e5f2a8f018d7fe2
commit + 7304a451eb2ac7f3d404daa7f0c1afb24b419b9d
blob - 8c7f65b3e4b8767692a5eeaa2fc2cf0294bb6c9d
blob + 105b88de29031d6373daef5492241d9710f1bb57
--- net/haproxy/Makefile
+++ net/haproxy/Makefile
@@ -1,13 +1,12 @@
COMMENT = reliable, high performance TCP/HTTP load balancer
-DISTNAME = haproxy-3.0.0
+DISTNAME = haproxy-3.0.3
CATEGORIES = net www
HOMEPAGE = https://www.haproxy.org/
MAINTAINER = Lucas Gabriel Vuotto <lucas@sexy.is>
-REVISION = 0
# GPLv2
-PERMIT_PACKAGE = Yes
+PERMIT_PACKAGE = Yes
WANTLIB += c crypto pcre2-8 pcre2-posix pthread ssl z
@@ -30,8 +29,8 @@ LIB_DEPENDS = devel/pcre2
# Fix undefined reference to __atomic_*
.if ${MACHINE_ARCH} == "hppa"
-LDFLAGS += "-latomic"
-WANTLIB += atomic
+LDFLAGS += "-latomic"
+WANTLIB += atomic
.endif
NO_TEST = Yes
blob - a1b3a2860f26f5acca317db26709004389ab6e51
blob + 4f5e7e594a231b2e303ecf318d8723ae4021b40a
--- net/haproxy/distinfo
+++ net/haproxy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (haproxy-3.0.0.tar.gz) = Wq2XQWIW0s2d0hLrZ0g5xAzTh/YPvEsT1+o/HlZkqBQ=
-SIZE (haproxy-3.0.0.tar.gz) = 4677659
+SHA256 (haproxy-3.0.3.tar.gz) = Oac8GHoLANJgLLP/ylLRtZ2Q8JAyc0/owD6y4pp9Gd8=
+SIZE (haproxy-3.0.3.tar.gz) = 4684023
UPDATE net/haproxy 3.0.3 from MAINTAINER