Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Apr 2026 00:18:32 +0000
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b96f657e086 - main - databases/proxysql: Update to 3.0.7
Message-ID:  <69d6f058.33651.3a1eed40@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by zi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b96f657e0866579e4b9955287a1389886007f1c

commit 6b96f657e0866579e4b9955287a1389886007f1c
Author:     Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2026-04-09 00:18:25 +0000
Commit:     Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2026-04-09 00:18:25 +0000

    databases/proxysql: Update to 3.0.7
---
 databases/proxysql/Makefile                                 |  3 +--
 databases/proxysql/distinfo                                 |  6 +++---
 databases/proxysql/files/patch-deps_Makefile                | 10 ++++++++++
 databases/proxysql/files/patch-lib_log__utils.cpp           | 11 -----------
 .../proxysql/files/patch-lib_proxy__protocol__info.cpp      | 12 ------------
 databases/proxysql/files/patch-lib_proxysql__utils.cpp      | 13 -------------
 6 files changed, 14 insertions(+), 41 deletions(-)

diff --git a/databases/proxysql/Makefile b/databases/proxysql/Makefile
index 773d7c3983db..4686e56b673c 100644
--- a/databases/proxysql/Makefile
+++ b/databases/proxysql/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	proxysql
-PORTVERSION=	3.0.6
+PORTVERSION=	3.0.7
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	zi@FreeBSD.org
diff --git a/databases/proxysql/distinfo b/databases/proxysql/distinfo
index c2f1f6a3d663..b1ff1e507c78 100644
--- a/databases/proxysql/distinfo
+++ b/databases/proxysql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774033903
-SHA256 (sysown-proxysql-v3.0.6_GH0.tar.gz) = 5002fc58b9d6417992426c85818858bd95237d1a1ba8207766363d32f72b5705
-SIZE (sysown-proxysql-v3.0.6_GH0.tar.gz) = 64368152
+TIMESTAMP = 1775567223
+SHA256 (sysown-proxysql-v3.0.7_GH0.tar.gz) = d1e139fe30abdc9f4e9bb012f8942cd44547312a871d9af5c13111190baaf874
+SIZE (sysown-proxysql-v3.0.7_GH0.tar.gz) = 67110361
diff --git a/databases/proxysql/files/patch-deps_Makefile b/databases/proxysql/files/patch-deps_Makefile
new file mode 100644
index 000000000000..82b342a63a8b
--- /dev/null
+++ b/databases/proxysql/files/patch-deps_Makefile
@@ -0,0 +1,10 @@
+--- deps/Makefile.orig	2026-04-08 23:41:58 UTC
++++ deps/Makefile
+@@ -120,6 +120,7 @@ libev/libev/.libs/libev.a:
+ 	cd libev && rm -rf libev-*/ || true
+ 	cd libev && tar -zxf libev-*.tar.gz
+ 	cd libev/libev && patch ev.c < ../ev.c-multiplication-overflow.patch
++	cd libev && sed -i -e 's/statfs.h/mount.h/' libev-*/ev.c
+ 	cd libev/libev && ./configure
+ 	cd libev/libev && CC=${CC} CXX=${CXX} ${MAKE}
+ 
diff --git a/databases/proxysql/files/patch-lib_log__utils.cpp b/databases/proxysql/files/patch-lib_log__utils.cpp
deleted file mode 100644
index 601c90eac15c..000000000000
--- a/databases/proxysql/files/patch-lib_log__utils.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/log_utils.cpp.orig	2026-03-20 19:38:59 UTC
-+++ lib/log_utils.cpp
-@@ -112,7 +112,7 @@ LogBufferThreadContext::LogBufferThreadContext() : dis
- 	std::seed_seq seed{
- 		rd(),
- 		static_cast<unsigned>(std::chrono::high_resolution_clock::now().time_since_epoch().count()),
--		static_cast<unsigned>(pthread_self())
-+		static_cast<unsigned>(reinterpret_cast<uintptr_t>(pthread_self()))
- 	};
- 	rng.seed(seed);
- }
diff --git a/databases/proxysql/files/patch-lib_proxy__protocol__info.cpp b/databases/proxysql/files/patch-lib_proxy__protocol__info.cpp
deleted file mode 100644
index 477087e9bfc1..000000000000
--- a/databases/proxysql/files/patch-lib_proxy__protocol__info.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/proxy_protocol_info.cpp.orig	2025-11-08 01:35:22 UTC
-+++ lib/proxy_protocol_info.cpp
-@@ -3,6 +3,9 @@
- #include <stdio.h>
- #include <assert.h>
- #include <iostream>
-+#ifdef __FreeBSD__
-+#include <sys/socket.h>
-+#endif
- 
- static bool DEBUG_ProxyProtocolInfo = false;
- 
diff --git a/databases/proxysql/files/patch-lib_proxysql__utils.cpp b/databases/proxysql/files/patch-lib_proxysql__utils.cpp
deleted file mode 100644
index c14c8052a531..000000000000
--- a/databases/proxysql/files/patch-lib_proxysql__utils.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/proxysql_utils.cpp.orig	2026-03-20 19:16:36 UTC
-+++ lib/proxysql_utils.cpp
-@@ -23,6 +23,10 @@
- #ifdef __linux__
- #include <linux/close_range.h>
- #endif
-+#ifdef __FreeBSD__
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#endif
- 
- using std::function;
- using std::string;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d6f058.33651.3a1eed40>