Update to -dev11.

This commit is contained in:
Dmitry Sivachenko 2020-06-27 08:21:26 +00:00
parent fdf37f04fc
commit 6ea34b90da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540565
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= haproxy
DISTVERSION= 2.2-dev8
DISTVERSION= 2.2-dev11
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/2.2/src/devel/
PKGNAMESUFFIX= -devel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1590170098
SHA256 (haproxy-2.2-dev8.tar.gz) = e1eb2903784a9bb2907ddcba4f1697cdff35c654216dc4063a7c99f236f8609d
SIZE (haproxy-2.2-dev8.tar.gz) = 2836769
TIMESTAMP = 1593245870
SHA256 (haproxy-2.2-dev11.tar.gz) = d26276b3d6b04a5d4f3a12929c31a5c6e1621cdd0d7e25b66fe0d09f8884b788
SIZE (haproxy-2.2-dev11.tar.gz) = 2854410

View file

@ -1,5 +1,5 @@
--- include/common/hathreads.h.orig 2018-02-17 18:17:22.219400000 +0000
+++ include/common/hathreads.h 2018-02-17 18:18:44.598422000 +0000
--- include/haproxy/atomic.h.orig 2018-02-17 18:17:22.219400000 +0000
+++ include/haproxy/atomic.h 2018-02-17 18:18:44.598422000 +0000
@@ -104,7 +104,7 @@ extern THREAD_LOCAL unsigned long tid_bit; /* The bit
/* TODO: thread: For now, we rely on GCC builtins but it could be a good idea to
* have a header file regrouping all functions dealing with threads. */