aboutsummaryrefslogtreecommitdiff
path: root/databases/proxysql
Commit message (Collapse)AuthorAgeFilesLines
* databases/proxysql: Update to 3.0.9Ryan Steinmetz2026-07-022-5/+4
|
* Mk/bsd.port.mk: mark 14.3 unsupportedRene Ladan2026-07-011-7/+1
| | | | | | | | | | all: drop supoprt for FreeBSD 14.3 While here clean up some leftovers from FreeBSD 13 Reviewed by: adamw, jbeich, kirill_varnakov.com, saheed, sunpoet Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D57282
* databases/proxysql: fix rc script for initial and reload13-eolFlorian Smeets2026-05-052-2/+4
| | | | | | PR: 295035 Approved by: maintainer
* databases/proxysql: Update to 3.0.8Ryan Steinmetz2026-04-262-4/+4
|
* databases/proxysql: Update to 3.0.7Ryan Steinmetz2026-04-096-41/+14
|
* devel/autoconf: Update to 2.73Tijl Coosemans2026-03-311-5/+4
| | | | | | | | | | cad/alliance, databases/proxysql, deskutils/growl-for-linux, emulators/wine-proton, net/yate, sysutils/grub2-efi, sysutils/grub2-pcbsd: Add USE_CSTD=gnu11 because autoconf 2.73 tries to use C23 and these ports are broken with that. PR: 293963 Exp-run by: antoine
* databases/proxysql: Bump PORTREVISIONRyan Steinmetz2026-03-204-49/+1
| | | | - Remove remaining unneeded patches for 3.0.6 update
* databases/proxysql: Update to 3.0.6Ryan Steinmetz2026-03-204-11/+21
| | | | | - The previous commit actually updated us to 3.0.5 as upstream uses the 3.0.6 tag as the start of 3.0.6 and v3.0.6 as the actual release.
* databases/proxysql: Update to 3.0.6Ryan Steinmetz2026-03-1910-47/+113
|
* databases/proxysql: Resolve build failure on 15.xRyan Steinmetz2026-02-071-0/+1
| | | | | PR: 293023 Reported by: Vincent Milum Jr <freebsd@darkain.com>
* databases/proxysql: fix build on armv7 for realRobert Clausecker2025-11-123-0/+39
| | | | | | | | | Seems like I forgot to check in the patch files last time. Write the patch files anew and add them to the tree. Fixes: 0586757c29f879c3375f7a782d1d4824851d360a Approved by: portmgr (build fix blanket) MFH: 2025Q4
* databases/proxysql: fix build on armv7Robert Clausecker2025-09-191-2/+0
| | | | | | | size_t vs. unsigned long type confusion. Approved by: portmgr (build fix blanket) MFH: 2025Q3
* */*: Switch to misc/libuuid and misc/libblkidAlexander Shursha2025-06-301-2/+2
| | | | | | PR: 221293 PR: 251489 PR: 257070
* textproc/gnugrep (dependencies): do not rely on compatibility symlinkAlexey Dokuchaev2025-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | Historically we had built and installed GNU grep programs as `grep' + [ef]grep, but started to configure the port with `--program-prefix=g' in 2022, as we and several other non-GNU/Linux systems, e.g. NetBSD, OpenBSD, Solaris, macOS do for miscellaneous GNU utilities. To avoid breaking POLA, g-prefixless compatibility symlinks were being created, subject to the COMPAT option (on by default). Recently GNU grep developers decided to deprecate {e,f}grep variants, with the clear intention to consolidate all three greps into a single command. This had significantly annoyed users who could not update their scripts to `grep -[EF]', usually for portability reasons, e.g. SunOS 4.11 grep which does not support those switches, but does have egrep and fgrep, or when scripts are written by others and they don't have permissions to modify them, etc. Perhaps it is time to turn the COMPAT option off by default, this commit concludes the preparation. PR: 277784 Requested by: fuz, obrien
* databases/proxysql: Update to 2.6.6Ryan Steinmetz2024-09-2310-69/+14
|
* databases/proxysql: Update to 2.6.4Ryan Steinmetz2024-08-272-4/+4
|
* databases/proxysql: Update to 2.6.3Ryan Steinmetz2024-06-035-4/+38
| | | | | - Mark i386 as BROKEN - Note fdescfs requirement/add patch to use fdescfs
* databases/proxysql: Update to 2.6.2Ryan Steinmetz2024-04-053-8/+7
| | | | | - Update service arg initialize to initial, to match upstream documentation
* databases/proxysql: Various ImprovementsRyan Steinmetz2024-04-013-6/+15
| | | | | | | - Resolve 14.x build issue - Do not force use of admin socket - Fix RESTAPI support - Bump PORTREVISION
* databases/proxysql: New port!Ryan Steinmetz2024-03-298-0/+176
ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). With its ability to intelligently route queries, balance loads, and provide failover handling, ProxySQL empowers organizations to harness the full potential of their database infrastructure. Whether grappling with scalability challenges, striving to enhance performance, or seeking to ensure high availability, ProxySQL emerges as a versatile ally, capable of addressing diverse needs across various database environments. WWW: https://www.proxysql.com/