svn commit: r470652 - in head/net/nuster: . files
Steve Wills
swills at FreeBSD.org
Tue May 22 18:13:52 UTC 2018
Author: swills
Date: Tue May 22 18:13:50 2018
New Revision: 470652
URL: https://svnweb.freebsd.org/changeset/ports/470652
Log:
net/nuster: update to 1.8.8.1
PR: 228424
Submitted by: Felix Hanley <felix at userspace.com.au> (maintainer)
Added:
head/net/nuster/files/patch-include-common-hathreads.h (contents, props changed)
Deleted:
head/net/nuster/files/patch-src_haproxy.c
head/net/nuster/files/patch-src_ssl__sock.c
Modified:
head/net/nuster/Makefile (contents, props changed)
head/net/nuster/distinfo (contents, props changed)
Modified: head/net/nuster/Makefile
==============================================================================
--- head/net/nuster/Makefile Tue May 22 17:59:36 2018 (r470651)
+++ head/net/nuster/Makefile Tue May 22 18:13:50 2018 (r470652)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nuster
-PORTVERSION= 1.7.10.1
+PORTVERSION= 1.8.8.1
DISTVERSIONPREFIX= v
CATEGORIES= net www
Modified: head/net/nuster/distinfo
==============================================================================
--- head/net/nuster/distinfo Tue May 22 17:59:36 2018 (r470651)
+++ head/net/nuster/distinfo Tue May 22 18:13:50 2018 (r470652)
@@ -1,3 +1,3 @@
TIMESTAMP = 1522091814
-SHA256 (jiangwenyuan-nuster-v1.7.10.1_GH0.tar.gz) = 0cf75205ef39db10700abc4307cab5fa410d612c8b096d14adb99cd8775b22d1
-SIZE (jiangwenyuan-nuster-v1.7.10.1_GH0.tar.gz) = 1795433
+SHA256 (jiangwenyuan-nuster-v1.8.8.1_GH0.tar.gz) = 984dfcfbc9c6f9c45ce666ccc38a96f5794925862aba83558c3f0945d1a6ebb4
+SIZE (jiangwenyuan-nuster-v1.8.8.1_GH0.tar.gz) = 2101541
Added: head/net/nuster/files/patch-include-common-hathreads.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/nuster/files/patch-include-common-hathreads.h Tue May 22 18:13:50 2018 (r470652)
@@ -0,0 +1,11 @@
+--- 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
+@@ -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. */
+
+-#if defined(__GNUC__) && (__GNUC__ < 4 || __GNUC__ == 4 && __GNUC_MINOR__ < 7) && !defined(__clang__)
++#if (defined(__GNUC__) && (__GNUC__ < 4 || __GNUC__ == 4 && __GNUC_MINOR__ < 7) && !defined(__clang__)) || (defined(__clang__) && defined(__i386__))
+ /* gcc < 4.7 */
+
+ #define HA_ATOMIC_ADD(val, i) __sync_add_and_fetch(val, i)
More information about the svn-ports-all
mailing list