public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/proxysql] rawhide: Orphaned for 6+ weeks
@ 2026-07-22  5:23 Orphaned Packages Process
  0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-07-22  5:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/proxysql
Branch : rawhide
Commit : 25e4a6e5591571743b6c9b7ffe38bd1e5519ea1f
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-07-22T00:23:40-05:00
Stats  : +1/-1057 in 17 file(s)
URL    : https://src.fedoraproject.org/rpms/proxysql/c/25e4a6e5591571743b6c9b7ffe38bd1e5519ea1f?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 10b2551..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/*.tar.gz
-/proxysql*/*

diff --git a/0001-Unbundle-libconfig-libdaemon-sqlite3-pcre-lz3-curl-e.patch b/0001-Unbundle-libconfig-libdaemon-sqlite3-pcre-lz3-curl-e.patch
deleted file mode 100644
index 344b64b..0000000
--- a/0001-Unbundle-libconfig-libdaemon-sqlite3-pcre-lz3-curl-e.patch
+++ /dev/null
@@ -1,342 +0,0 @@
-Unbundle libconfig, libdaemon, sqlite3, pcre, lz4, cul, ev and libssl
-diff -Naur proxysql-3.0.2/deps/Makefile proxysql-3.0.2_patched/deps/Makefile
---- proxysql-3.0.2/deps/Makefile	2025-08-04 16:59:36.000000000 +0200
-+++ proxysql-3.0.2_patched/deps/Makefile	2025-08-07 13:33:08.489460526 +0200
-@@ -45,7 +45,7 @@
- STDCPP := -std=c++$(shell echo $(CPLUSPLUS) | cut -c3-4) -DCXX$(shell echo $(CPLUSPLUS) | cut -c3-4)
- 
- 
--targets := check_openssl_version libconfig libdaemon jemalloc mariadb_client re2 sqlite3 pcre lz4 cityhash microhttpd curl ev libhttpserver libinjection prometheus-cpp postgresql libusual libscram
-+targets := check_openssl_version jemalloc mariadb_client re2 cityhash microhttpd libhttpserver libinjection prometheus-cpp libscram libusual postgresql
- ifeq ($(UNAME_S),Linux)
- 	targets += coredumper
- endif
-@@ -97,17 +97,6 @@
- 
- libhttpserver: libhttpserver/libhttpserver/build/src/.libs/libhttpserver.a
- 
--
--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/libev && ./configure
--	cd libev/libev && CC=${CC} CXX=${CXX} ${MAKE}
--
--ev: libev/libev/.libs/libev.a
--
--
- coredumper/coredumper/src/libcoredumper.a:
- 	cd coredumper && rm -rf coredumper-*/ || true
- 	cd coredumper && tar -zxf coredumper-*.tar.gz
-@@ -116,20 +105,6 @@
- 	cd coredumper/coredumper && CC=${CC} CXX=${CXX} ${MAKE}
- coredumper: coredumper/coredumper/src/libcoredumper.a
- 
--curl/curl/lib/.libs/libcurl.a:
--	cd curl && rm -rf curl-*/ || true
--	cd curl && tar -zxf curl-*.tar.gz
--#	cd curl/curl && ./configure --disable-debug --disable-ftp --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual --disable-ipv6 --disable-sspi --disable-crypto-auth --disable-ntlm-wb --disable-tls-srp --without-nghttp2 --without-libidn2 --without-libssh2 --without-brotli --with-ssl=$(shell pwd)/../../libssl/openssl/ && CC=${CC} CXX=${CXX} ${MAKE}
--	cd curl/curl && autoreconf -fi
--ifeq ($(UNAME_S),Darwin)
--	cd curl/curl && patch configure < ../configure.patch
--endif
--	cd curl/curl && CPPFLAGS="-I$(SSL_IDIR)" LDFLAGS="$(LIB_SSL_PATH) $(LIB_CRYPTO_PATH)" ./configure --disable-debug --disable-ftp --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual --disable-ipv6 --disable-sspi --disable-ntlm-wb --disable-tls-srp --without-nghttp2 --without-libidn2 --without-libssh2 --without-brotli --without-librtmp --without-libpsl --without-zstd --with-ssl --enable-shared=yes
--	cd curl/curl && CFLAGS=-fPIC CC=${CC} CXX=${CXX} ${MAKE}
--
--curl: curl/curl/lib/.libs/libcurl.a
--
--
- libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a:
- 	cd libmicrohttpd && rm -rf libmicrohttpd-*/ || true
- 	cd libmicrohttpd && tar -zxf libmicrohttpd-*.tar.gz
-@@ -148,14 +123,6 @@
- cityhash: cityhash/cityhash/src/.libs/libcityhash.a
- 
- 
--lz4/lz4/lib/liblz4.a:
--	cd lz4 && rm -rf lz4-*/ || true
--	cd lz4 && tar -zxf lz4-*.tar.gz
--	cd lz4/lz4 && CC=${CC} CXX=${CXX} ${MAKE}
--
--lz4: lz4/lz4/lib/liblz4.a
--
--
- clickhouse-cpp/clickhouse-cpp/clickhouse/libclickhouse-cpp-lib-static.a:
- 	cd clickhouse-cpp && rm -rf clickhouse-cpp-*/ || true
- 	cd clickhouse-cpp && tar -zxf v2.3.0.tar.gz
-@@ -166,17 +133,6 @@
- 
- clickhouse-cpp: clickhouse-cpp/clickhouse-cpp/clickhouse/libclickhouse-cpp-lib-static.a
- 
--
--libdaemon/libdaemon/libdaemon/.libs/libdaemon.a:
--	cd libdaemon && rm -rf libdaemon-*/ || true
--	cd libdaemon && tar -zxf libdaemon-0.14.tar.gz
--	cd libdaemon/libdaemon && patch -p0 < ../daemon_fork_umask.patch
--	cd libdaemon/libdaemon && cp ../config.guess . && chmod +x config.guess && cp ../config.sub . && chmod +x config.sub && ./configure --disable-examples
--	cd libdaemon/libdaemon && CC=${CC} CXX=${CXX} ${MAKE}
--
--libdaemon: libdaemon/libdaemon/libdaemon/.libs/libdaemon.a
--
--
- jemalloc/jemalloc/lib/libjemalloc.a:
- 	cd jemalloc && rm -rf jemalloc-*/ || true
- 	cd jemalloc && tar --no-same-owner -jxf jemalloc-5.2.0.tar.bz2
-@@ -239,28 +195,6 @@
- 
- mariadb_client: mariadb-client-library/mariadb_client/libmariadb/libmariadbclient.a
- 
--
--sqlite3/sqlite3/sqlite3.o:
--	cd sqlite3 && rm -rf sqlite-amalgamation-*/ || true
--	cd sqlite3 && tar -zxf sqlite-amalgamation-*.tar.gz
--	cd sqlite3/sqlite3 && patch -p1 < ../from_unixtime.patch
--	cd sqlite3/sqlite3 && patch sqlite3.c < ../sqlite3.c-multiplication-overflow.patch
--	cd sqlite3/sqlite3 && patch -p0 < ../sqlite3_pass_exts.patch
--	cd sqlite3/sqlite3 && patch -p0 < ../throw.patch
--	cd sqlite3/sqlite3 && ${CC} ${MYCFLAGS} -fPIC -c -o sqlite3.o sqlite3.c -DSQLITE_ENABLE_MEMORY_MANAGEMENT -DSQLITE_ENABLE_JSON1 -DSQLITE_DLL=1
--	cd sqlite3/sqlite3 && ${CC} -shared -o libsqlite3.so sqlite3.o
--
--sqlite3: sqlite3/sqlite3/sqlite3.o
--
--libconfig/libconfig/lib/.libs/libconfig++.a:
--	cd libconfig && rm -rf libconfig-*/ || true
--	cd libconfig && tar -zxf libconfig-*.tar.gz
--	cd libconfig/libconfig && ./configure --disable-examples
--	cd libconfig/libconfig && CC=${CC} CXX=${CXX} ${MAKE}
--
--libconfig: libconfig/libconfig/lib/.libs/libconfig++.a
--
--
- prometheus-cpp/prometheus-cpp/lib/libprometheus-cpp-core.a:
- 	cd prometheus-cpp && rm -rf prometheus-cpp-*/ || true
- 	cd prometheus-cpp && tar -zxf prometheus-cpp-*.tar.gz
-@@ -291,16 +225,6 @@
- 
- re2: re2/re2/obj/libre2.a
- 
--
--pcre/pcre/.libs/libpcre.a:
--	cd pcre && rm -rf pcre-*/ || true
--	cd pcre && tar -zxf pcre-*.tar.gz
--	cd pcre/pcre && patch pcretest.c < ../pcretest.c-multiplication-overflow.patch
--	cd pcre/pcre && ./configure
--	cd pcre/pcre && CC=${CC} CXX=${CXX} ${MAKE}
--
--pcre: pcre/pcre/.libs/libpcre.a
--
- postgresql/postgresql/src/interfaces/libpq/libpq.a:
- 	cd postgresql && rm -rf postgresql-*/ || true
- 	cd postgresql && tar -zxf postgresql-*.tar.gz
-@@ -334,26 +258,17 @@
- cleanpart:
- 	cd mariadb-client-library && rm -rf mariadb-connector-c-*/ || true
- 	cd jemalloc && rm -rf jemalloc-*/ || true
--	cd sqlite3 && rm -rf sqlite-amalgamation-*/ || true
- 	cd postgresql && rm -rf postgresql-*/ || true
- .PHONY: cleanpart
- 
- cleanall:
- 	cd libinjection && rm -rf libinjection-*/ || true
- 	cd libhttpserver && rm -rf libhttpserver-*/ || true
--	cd libdaemon && rm -rf libdaemon-*/ || true
- 	cd jemalloc && rm -rf jemalloc-*/ || true
- 	cd mariadb-client-library && rm -rf mariadb-connector-c-*/ || true
--	cd libconfig && rm -rf libconfig-*/ || true
- 	cd re2 && rm -rf re2-*/ || true
--	cd pcre && rm -rf pcre-*/ || true
--	cd sqlite3 && rm -rf sqlite-amalgamation-*/ || true
- 	cd clickhouse-cpp/ && rm -rf clickhouse-cpp-* || true
--	cd lz4 && rm -rf lz4-*/ || true
- 	cd libmicrohttpd && rm -rf libmicrohttpd-*/ || true
--	cd curl && rm -rf curl-*/ || true
--	cd libev && rm -rf libev-*/ || true
--	cd libconfig && rm -rf libconfig-*/ || true
- 	cd prometheus-cpp && rm -rf prometheus-cpp-*/ || true
- 	cd cityhash && rm -rf cityhash-*/ || true
- 	cd coredumper && rm -rf coredumper-*/ || true
-diff -Naur proxysql-3.0.2/lib/Makefile proxysql-3.0.2_patched/lib/Makefile
---- proxysql-3.0.2/lib/Makefile	2025-08-04 16:59:36.000000000 +0200
-+++ proxysql-3.0.2_patched/lib/Makefile	2025-08-07 14:39:32.430089550 +0200
-@@ -32,19 +32,12 @@
- JEMALLOC_PATH := $(DEPS_PATH)/jemalloc/jemalloc
- JEMALLOC_IDIR := $(JEMALLOC_PATH)/include/jemalloc
- 
--LIBCONFIG_PATH := $(DEPS_PATH)/libconfig/libconfig
--LIBCONFIG_IDIR := -I$(LIBCONFIG_PATH)/lib
--
- #INJECTION_PATH := $(DEPS_PATH)/libinjection
- #INJECTION_IDIR := $(INJECTION_PATH)
- 
- RE2_PATH := $(DEPS_PATH)/re2/re2
- RE2_IDIR := $(RE2_PATH)
- 
--PCRE_PATH := $(DEPS_PATH)/pcre/pcre
--
--SQLITE3_DIR := $(DEPS_PATH)/sqlite3/sqlite3
--
- CLICKHOUSE_CPP_DIR := $(DEPS_PATH)/clickhouse-cpp/clickhouse-cpp
- 
- LIBINJECTION_DIR := $(DEPS_PATH)/libinjection/libinjection
-@@ -59,14 +52,8 @@
- COREDUMPER_DIR := $(DEPS_PATH)/coredumper/coredumper
- COREDUMPER_IDIR := $(COREDUMPER_DIR)/include
- 
--CURL_DIR := $(DEPS_PATH)/curl/curl
--CURL_IDIR := $(CURL_DIR)/include
--
- include ../common_mk/openssl_flags.mk
- 
--EV_DIR := $(DEPS_PATH)/libev/libev/
--EV_IDIR := $(EV_DIR)
--
- PROMETHEUS_PATH := $(DEPS_PATH)/prometheus-cpp/prometheus-cpp
- PROMETHEUS_IDIR := $(PROMETHEUS_PATH)/pull/include -I$(PROMETHEUS_PATH)/core/include
- PROMETHEUS_LDIR := $(PROMETHEUS_PATH)/lib
-@@ -85,7 +72,7 @@
- 
- IDIR := ../include
- 
--IDIRS := -I$(IDIR) -I$(JEMALLOC_IDIR) -I$(MARIADB_IDIR) $(LIBCONFIG_IDIR) -I$(RE2_IDIR) -I$(SQLITE3_DIR) -I$(PCRE_PATH) -I/usr/local/include -I$(CLICKHOUSE_CPP_DIR) -I$(CLICKHOUSE_CPP_DIR)/contrib/ $(MICROHTTPD_IDIR) $(LIBHTTPSERVER_IDIR) $(LIBINJECTION_IDIR) -I$(CURL_IDIR) -I$(EV_DIR) -I$(PROMETHEUS_IDIR) -I$(LIBUSUAL_IDIR) -I$(LIBSCRAM_IDIR) -I$(POSTGRES_IFACE) -I$(SSL_IDIR)
-+IDIRS := -I$(IDIR) -I$(JEMALLOC_IDIR) -I$(MARIADB_IDIR) -I$(RE2_IDIR) -I/usr/local/include -I$(CLICKHOUSE_CPP_DIR) -I$(CLICKHOUSE_CPP_DIR)/contrib/ $(MICROHTTPD_IDIR) $(LIBHTTPSERVER_IDIR) $(LIBINJECTION_IDIR) -I$(PROMETHEUS_IDIR) -I$(LIBUSUAL_IDIR) -I$(LIBSCRAM_IDIR) -I$(POSTGRES_IFACE) -I$(SSL_IDIR)
- ifeq ($(UNAME_S),Linux)
- 	IDIRS += -I$(COREDUMPER_IDIR)
- endif
-@@ -175,8 +162,8 @@
- $(ODIR)/%.oo: %.cpp $(HEADERS)
- 	$(CXX) -fPIC -c -o $@ $< $(MYCXXFLAGS) $(CXXFLAGS)
- 
--libproxysql.a: $(ODIR) $(OBJ) $(OBJ_CXX) $(SQLITE3_DIR)/sqlite3.o
--	ar rcs $@ $(OBJ) $(OBJ_CXX) $(SQLITE3_DIR)/sqlite3.o
-+libproxysql.a: $(ODIR) $(OBJ) $(OBJ_CXX)
-+	ar rcs $@ $(OBJ) $(OBJ_CXX)
- 
- $(ODIR):
- 	mkdir $(ODIR)
-diff -Naur proxysql-3.0.2/src/Makefile proxysql-3.0.2_patched/src/Makefile
---- proxysql-3.0.2/src/Makefile	2025-08-04 16:59:36.000000000 +0200
-+++ proxysql-3.0.2_patched/src/Makefile	2025-08-07 15:37:24.589443112 +0200
-@@ -30,18 +30,10 @@
- MARIADB_IDIR := $(MARIADB_PATH)/include
- MARIADB_LDIR := $(MARIADB_PATH)/libmariadb
- 
--LIBDAEMON_PATH := $(DEPS_PATH)/libdaemon/libdaemon
--LIBDAEMON_IDIR := $(LIBDAEMON_PATH)
--LIBDAEMON_LDIR := $(LIBDAEMON_PATH)/libdaemon/.libs
--
- JEMALLOC_PATH := $(DEPS_PATH)/jemalloc/jemalloc
- JEMALLOC_IDIR := $(JEMALLOC_PATH)/include/jemalloc
- JEMALLOC_LDIR := $(JEMALLOC_PATH)/lib
- 
--LIBCONFIG_PATH := $(DEPS_PATH)/libconfig/libconfig
--LIBCONFIG_IDIR := $(LIBCONFIG_PATH)/lib
--LIBCONFIG_LDIR := $(LIBCONFIG_PATH)/lib/.libs
--
- PROMETHEUS_PATH := $(DEPS_PATH)/prometheus-cpp/prometheus-cpp
- PROMETHEUS_IDIR := $(PROMETHEUS_PATH)/pull/include -I$(PROMETHEUS_PATH)/core/include
- PROMETHEUS_LDIR := $(PROMETHEUS_PATH)/lib
-@@ -50,20 +42,9 @@
- RE2_IDIR := $(RE2_PATH)
- RE2_LDIR := $(RE2_PATH)/obj
- 
--PCRE_PATH := $(DEPS_PATH)/pcre/pcre
--PCRE_IDIR := $(PCRE_PATH)
--PCRE_LDIR := $(PCRE_PATH)/.libs
--
--SQLITE3_PATH := $(DEPS_PATH)/sqlite3/sqlite3
--SQLITE3_IDIR := $(SQLITE3_PATH)
--SQLITE3_LDIR := $(SQLITE3_PATH)
--
- CITYHASH_PATH := $(DEPS_PATH)/cityhash/cityhash
- CITYHASH_LDIR := $(CITYHASH_PATH)/src/.libs
- 
--LZ4_PATH := $(DEPS_PATH)/lz4/lz4
--LZ4_LDIR := $(LZ4_PATH)/lib
--
- CLICKHOUSE_CPP_PATH := $(DEPS_PATH)/clickhouse-cpp/clickhouse-cpp
- CLICKHOUSE_CPP_CDIR := $(CLICKHOUSE_CPP_PATH)/contrib
- CLICKHOUSE_CPP_IDIR := $(CLICKHOUSE_CPP_PATH)
-@@ -85,16 +66,8 @@
- COREDUMPER_IDIR := $(COREDUMPER_PATH)/include
- COREDUMPER_LDIR := $(COREDUMPER_PATH)/src
- 
--CURL_PATH := $(DEPS_PATH)/curl/curl
--CURL_IDIR := $(CURL_PATH)/include
--CURL_LDIR := $(CURL_PATH)/lib/.libs
--
- include ../common_mk/openssl_flags.mk
- 
--EV_PATH := $(DEPS_PATH)/libev/libev/
--EV_IDIR := $(EV_PATH)
--EV_LDIR := $(EV_PATH)/.libs
--
- POSTGRESQL_PATH := $(DEPS_PATH)/postgresql/postgresql/src
- POSTGRESQL_IDIR := $(POSTGRESQL_PATH)/include -I$(POSTGRESQL_PATH)/interfaces/libpq
- POSTGRESQL_LDIR := $(POSTGRESQL_PATH)/interfaces/libpq -L$(POSTGRESQL_PATH)/common -L$(POSTGRESQL_PATH)/port
-@@ -107,8 +80,8 @@
- LIBSCRAM_IDIR=$(LIBSCRAM_PATH)/include/
- LIBSCRAM_LDIR=$(LIBSCRAM_PATH)/lib/
- 
--IDIRS := -I$(PROXYSQL_IDIR) -I$(JEMALLOC_IDIR) -I$(MARIADB_IDIR) -I$(LIBCONFIG_IDIR) -I$(LIBDAEMON_IDIR) -I$(RE2_IDIR) -L$(PCRE_IDIR) -I$(MICROHTTPD_IDIR) -I$(LIBHTTPSERVER_IDIR) -I$(LIBINJECTION_IDIR) -I$(CURL_IDIR) -I$(EV_IDIR) -I$(PROMETHEUS_IDIR) -I$(POSTGRESQL_IDIR) -I$(LIBSCRAM_IDIR) -I$(SQLITE3_IDIR) -I$(CLICKHOUSE_CPP_IDIR) -I$(CLICKHOUSE_CPP_CDIR) -I$(SSL_IDIR) -I$(0)
--LDIRS := -L$(PROXYSQL_LDIR) -L$(JEMALLOC_LDIR) -L$(MARIADB_LDIR) -L$(LIBCONFIG_LDIR) -L$(LIBDAEMON_LDIR) -L$(RE2_LDIR) -L$(PCRE_LDIR) -L$(MICROHTTPD_LDIR) -L$(LIBHTTPSERVER_LDIR) -L$(LIBINJECTION_LDIR) -L$(CURL_LDIR) -L$(EV_LDIR) -L$(PROMETHEUS_LDIR) -L$(POSTGRESQL_LDIR) -L$(LIBUSUAL_LDIR) -L$(LIBSCRAM_LDIR) -L$(SSL_LDIR)
-+IDIRS := -I$(PROXYSQL_IDIR) -I$(JEMALLOC_IDIR) -I$(MARIADB_IDIR) -I$(RE2_IDIR) -I$(MICROHTTPD_IDIR) -I$(LIBHTTPSERVER_IDIR) -I$(LIBINJECTION_IDIR) -I$(PROMETHEUS_IDIR) -I$(POSTGRESQL_IDIR) -I$(LIBSCRAM_IDIR) -I$(CLICKHOUSE_CPP_IDIR) -I$(CLICKHOUSE_CPP_CDIR) -I$(SSL_IDIR) -I$(0)
-+LDIRS := -L$(PROXYSQL_LDIR) -L$(JEMALLOC_LDIR) -L$(MARIADB_LDIR) -L$(RE2_LDIR) -L$(MICROHTTPD_LDIR) -L$(LIBHTTPSERVER_LDIR) -L$(LIBINJECTION_LDIR) -L$(PROMETHEUS_LDIR) -L$(POSTGRESQL_LDIR) -L$(LIBUSUAL_LDIR) -L$(LIBSCRAM_LDIR) -L$(SSL_LDIR)
- 
- 
- ifeq ($(UNAME_S),Linux)
-@@ -179,7 +152,7 @@
- MYCXXFLAGS += $(IDIRS) $(OPTZ) $(DEBUG) $(PSQLCH) -DGITVERSION=\"$(GIT_VERSION)\" $(NOJEM) $(WGCOV) $(WASAN)
- 
- 
--STATICMYLIBS := -Wl,-Bstatic -lconfig -lproxysql -ldaemon -lconfig++ -lre2 -lpcrecpp -lpcre -lmariadbclient -lhttpserver -lmicrohttpd -linjection -lcurl -lev -lscram -lusual -lpq -lpgcommon -lpgport
-+STATICMYLIBS := -Wl,-Bstatic -lproxysql -lre2 -lmariadbclient -lhttpserver -lmicrohttpd -linjection -lscram -lusual -lpq -lpgcommon -lpgport
- ifneq ($(NOJEMALLOC),1)
- 	STATICMYLIBS += -ljemalloc
- endif
-@@ -196,10 +169,6 @@
- 
- ifeq ($(UNAME_S),Darwin)
- 	MYLIBS :=-lre2 -lmariadbclient -lpq -lpthread -lm -lz -liconv -lgnutls -lprometheus-cpp-pull -lprometheus-cpp-core -luuid
--else
--	CURL_DIR := $(DEPS_PATH)/curl/curl
--	IDIRS += -L$(CURL_DIR)/include
--	LDIRS += -L$(CURL_DIR)/lib/.libs
- endif
- ifeq ($(UNAME_S),Linux)
- 	MYLIBS += -ldl
-@@ -211,20 +180,12 @@
- 	MYLIBS += -lgcrypt
- endif
- 
--LIBPROXYSQLAR := $(PROXYSQL_LDIR)/libproxysql.a
-+LIBPROXYSQLAR := $(PROXYSQL_LDIR)/libproxysql.a -lsqlite3
- ifeq ($(UNAME_S),Darwin)
- 	LIBPROXYSQLAR += $(JEMALLOC_LDIR)/libjemalloc.a
- 	LIBPROXYSQLAR += $(MICROHTTPD_LDIR)/libmicrohttpd.a
- 	LIBPROXYSQLAR += $(LIBHTTPSERVER_LDIR)/libhttpserver.a
--	LIBPROXYSQLAR += $(PCRE_LDIR)/libpcre.a
--	LIBPROXYSQLAR += $(PCRE_LDIR)/libpcrecpp.a
--	LIBPROXYSQLAR += $(LIBDAEMON_LDIR)/libdaemon.a
--	LIBPROXYSQLAR += $(LIBCONFIG_LDIR)/libconfig++.a
--	LIBPROXYSQLAR += $(LIBCONFIG_LDIR)/libconfig.a
--	LIBPROXYSQLAR += $(CURL_LDIR)/libcurl.a
--	LIBPROXYSQLAR += $(SQLITE3_LDIR)/sqlite3.o
- 	LIBPROXYSQLAR += $(LIBINJECTION_LDIR)/libinjection.a
--	LIBPROXYSQLAR += $(EV_LDIR)/libev.a
- endif
- LIBPROXYSQLAR += $(CITYHASH_LDIR)/libcityhash.a
- 
-@@ -238,9 +199,11 @@
- $(ODIR)/%.o: %.cpp
- 	$(CXX) -c -o $@ $< $(MYCXXFLAGS) $(CXXFLAGS) -Wall
- 
-+MYLIBS += -lconfig -ldaemon -lconfig++ -lpcrecpp -lpcre -lcurl -lssl -lcrypto -lev
-+
- $(EXECUTABLE): $(ODIR) $(OBJ) $(LIBPROXYSQLAR)
- ifeq ($(PROXYSQLCLICKHOUSE),1)
--	$(CXX) -o $@ $(OBJ) $(CLANGFIX) $(LIBPROXYSQLAR) $(CLICKHOUSE_CPP_LDIR)/libclickhouse-cpp-lib-static.a $(LZ4_LDIR)/liblz4.a $(MYCXXFLAGS) $(CXXFLAGS) $(LDIRS) $(LIBS) $(MYLIBS)
-+	$(CXX) -o $@ $(OBJ) $(CLANGFIX) $(LIBPROXYSQLAR) $(CLICKHOUSE_CPP_LDIR)/libclickhouse-cpp-lib-static.a -llz4 $(MYCXXFLAGS) $(CXXFLAGS) $(LDIRS) $(LIBS) $(MYLIBS)
- else
- 	$(CXX) -o $@ $(OBJ) $(CLANGFIX) $(LIBPROXYSQLAR) $(MYCXXFLAGS) $(CXXFLAGS) $(LDIRS) $(LIBS) $(MYLIBS)
- endif

diff --git a/0002-Enable-tcp_fastopen-in-bundled-libhttpserver.patch b/0002-Enable-tcp_fastopen-in-bundled-libhttpserver.patch
deleted file mode 100644
index ed6b968..0000000
--- a/0002-Enable-tcp_fastopen-in-bundled-libhttpserver.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 82ec7ef1bae92649090e38e9132eef8ae432cc59 Mon Sep 17 00:00:00 2001
-From: Igor Raits <igor.raits@gmail.com>
-Date: Sat, 18 May 2024 17:12:43 +0200
-Subject: [PATCH 2/6] Enable tcp_fastopen in bundled libhttpserver
-
-We have kernel 3.6+ for years and the condition is wrong.
----
- deps/Makefile | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/deps/Makefile b/deps/Makefile
-index 7d1a76fe..23c4f894 100644
---- a/deps/Makefile
-+++ b/deps/Makefile
-@@ -79,6 +79,7 @@ libhttpserver/libhttpserver/build/src/.libs/libhttpserver.a: libmicrohttpd/libmi
- 	cd libhttpserver/libhttpserver && patch -p1 < ../empty_uri_log_crash.patch
- 	cd libhttpserver/libhttpserver && patch -p0 < ../expose_raw_url.patch
- 	cd libhttpserver/libhttpserver && patch -p0 < ../replace_static_global_strings.patch
-+	sed -i -e 's|is_fastopen_supported=no|is_fastopen_supported=yes|' libhttpserver/libhttpserver/configure.ac
- ifeq ($(UNAME_S),FreeBSD)
- 	sed -i -e 's/\/bin\/bash/\/usr\/local\/bin\/bash/' libhttpserver/libhttpserver/bootstrap
- endif
--- 
-2.45.0
-

diff --git a/0003-Simplify-systemd-services.patch b/0003-Simplify-systemd-services.patch
deleted file mode 100644
index abeefb3..0000000
--- a/0003-Simplify-systemd-services.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 7d8c8e212df56fb4027e6a08063a6fec196dbfa8 Mon Sep 17 00:00:00 2001
-From: Igor Raits <igor.raits@gmail.com>
-Date: Sat, 18 May 2024 17:17:50 +0200
-Subject: [PATCH 3/6] Simplify systemd services
-
----
- systemd/system/proxysql-initial.service |  6 +++---
- systemd/system/proxysql.service         | 11 ++---------
- 2 files changed, 5 insertions(+), 12 deletions(-)
-
-diff --git a/systemd/system/proxysql-initial.service b/systemd/system/proxysql-initial.service
-index 55f34451..548e2ade 100644
---- a/systemd/system/proxysql-initial.service
-+++ b/systemd/system/proxysql-initial.service
-@@ -4,9 +4,9 @@ After=network.target
- 
- [Service]
- Type=oneshot
--ExecStartPre=/bin/systemctl set-environment PROXYSQL_OPTS="--initial"
--ExecStart=/bin/systemctl start proxysql
--ExecStartPost=/bin/systemctl unset-environment PROXYSQL_OPTS
-+ExecStartPre=/usr/bin/systemctl set-environment PROXYSQL_OPTS="--initial"
-+ExecStart=/usr/bin/systemctl start proxysql
-+ExecStartPost=/usr/bin/systemctl unset-environment PROXYSQL_OPTS
- RemainAfterExit=yes
- 
- [Install]
-diff --git a/systemd/system/proxysql.service b/systemd/system/proxysql.service
-index 6506a57b..5154b1e6 100644
---- a/systemd/system/proxysql.service
-+++ b/systemd/system/proxysql.service
-@@ -3,16 +3,9 @@ Description=High Performance Advanced Proxy for MySQL
- After=network.target
- 
- [Service]
--Type=forking
-+Type=simple
- RuntimeDirectory=proxysql
--#PermissionsStartOnly=true
--#ExecStartPre=/usr/bin/mkdir -p /var/run/proxysql /var/run/proxysql
--#ExecStartPre=/usr/bin/chown -R proxysql: /var/run/proxysql/
--ExecStart=/usr/bin/proxysql --idle-threads -c /etc/proxysql.cnf $PROXYSQL_OPTS
--PIDFile=/var/lib/proxysql/proxysql.pid
--#StandardError=null  # all output is in stderr
--SyslogIdentifier=proxysql
--Restart=no
-+ExecStart=/usr/bin/proxysql --idle-threads -c /etc/proxysql.cnf -f $PROXYSQL_OPTS
- User=proxysql
- Group=proxysql
- PermissionsStartOnly=true
--- 
-2.45.0
-

diff --git a/0004-Apply-fPIC-properly-in-re2-build.patch b/0004-Apply-fPIC-properly-in-re2-build.patch
deleted file mode 100644
index 520c2f9..0000000
--- a/0004-Apply-fPIC-properly-in-re2-build.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 7a7487f3d913c9c0e902e1f22a93e63e15753968 Mon Sep 17 00:00:00 2001
-From: Igor Raits <igor.raits@gmail.com>
-Date: Sat, 18 May 2024 17:46:37 +0200
-Subject: [PATCH 4/6] Apply -fPIC properly in re2 build
-
-Otherwise %configure overrides CXXFLAGS that does NOT include -fPIC and
-the compilation fails.
----
- deps/Makefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/deps/Makefile b/deps/Makefile
-index 23c4f894..05144023 100644
---- a/deps/Makefile
-+++ b/deps/Makefile
-@@ -211,8 +211,9 @@ ifeq ($(SYS_KERN),Darwin)
- 	cd re2/re2 && sed -i '' -e 's/-O3 -g/-O3 -g -${STDCPP} -fPIC -DMEMORY_SANITIZER -DRE2_ON_VALGRIND /' Makefile
- #	cd re2/re2 && sed -i '' -e 's/RE2_CXXFLAGS?=-std=c++11 /RE2_CXXFLAGS?=-std=c++11 -fPIC /' Makefile
- else
--	cd re2/re2 && sed -i -e 's/-O3 -g/-O3 -g ${STDCPP} -fPIC -DMEMORY_SANITIZER -DRE2_ON_VALGRIND /' Makefile
-+#	cd re2/re2 && sed -i -e 's/-O3 -g/-O3 -g ${STDCPP} -fPIC -DMEMORY_SANITIZER -DRE2_ON_VALGRIND /' Makefile
- #	cd re2/re2 && sed -i -e 's/RE2_CXXFLAGS?=-std=c++11 /RE2_CXXFLAGS?=-std=c++11 -fPIC /' Makefile
-+	sed -i -e '/^RE2_CXXFLAGS?=/ s/$$/ -fPIC -DMEMORY_SANITIZER -DRE2_ON_VALGRIND /' re2/re2/Makefile
- endif
- 	cd re2/re2 && CC=${CC} CXX=${CXX} ${MAKE}
- 
--- 
-2.45.0
-

diff --git a/0005-Fix-clickhouse-cpp-build-on-i686-aarch64.patch b/0005-Fix-clickhouse-cpp-build-on-i686-aarch64.patch
deleted file mode 100644
index f3f40b2..0000000
--- a/0005-Fix-clickhouse-cpp-build-on-i686-aarch64.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From b785e95c5619da6a9a8f8c533e1cd6da4275a98c Mon Sep 17 00:00:00 2001
-From: Igor Raits <igor.raits@gmail.com>
-Date: Sat, 18 May 2024 19:47:23 +0200
-Subject: [PATCH 5/6] Fix clickhouse-cpp build on i686/aarch64
-
----
- deps/Makefile                                 |  1 +
- ...eout-and-send_timeout-initialization.patch | 29 +++++++++++++++++++
- 2 files changed, 30 insertions(+)
- create mode 100644 deps/clickhouse-cpp/0001-fix-recv_timeout-and-send_timeout-initialization.patch
-
-diff --git a/deps/Makefile b/deps/Makefile
-index 05144023..703b3edd 100644
---- a/deps/Makefile
-+++ b/deps/Makefile
-@@ -122,6 +122,7 @@ clickhouse-cpp/clickhouse-cpp/clickhouse
- 	cd clickhouse-cpp && tar -zxf v2.3.0.tar.gz && sync
- 	cd clickhouse-cpp && ln -fs clickhouse-cpp-*/ clickhouse-cpp
- 	cd clickhouse-cpp/clickhouse-cpp && patch clickhouse/base/wire_format.h < ../wire_format.patch
-+	patch -d clickhouse-cpp/clickhouse-cpp -p1 -i ../0001-fix-recv_timeout-and-send_timeout-initialization.patch
- 	cd clickhouse-cpp/clickhouse-cpp && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
- 	cd clickhouse-cpp/clickhouse-cpp && CC=${CC} CXX=${CXX} ${MAKE}
- 
-diff --git a/deps/clickhouse-cpp/0001-fix-recv_timeout-and-send_timeout-initialization.patch b/deps/clickhouse-cpp/0001-fix-recv_timeout-and-send_timeout-initialization.patch
-new file mode 100644
-index 00000000..f1dc8359
---- /dev/null
-+++ b/deps/clickhouse-cpp/0001-fix-recv_timeout-and-send_timeout-initialization.patch
-@@ -0,0 +1,29 @@
-+From cfb12800e698a0e7273a9cb007d0d1658c1689f2 Mon Sep 17 00:00:00 2001
-+From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com>
-+Date: Tue, 3 Oct 2023 15:24:35 +0800
-+Subject: [PATCH] fix recv_timeout and send_timeout initialization
-+
-+---
-+ clickhouse/base/socket.cpp | 4 ++--
-+ 1 file changed, 2 insertions(+), 2 deletions(-)
-+
-+diff --git a/clickhouse/base/socket.cpp b/clickhouse/base/socket.cpp
-+index 28be7b6..3c86629 100644
-+--- a/clickhouse/base/socket.cpp
-++++ b/clickhouse/base/socket.cpp
-+@@ -129,10 +129,10 @@ void SetNonBlock(SOCKET fd, bool value) {
-+ 
-+ void SetTimeout(SOCKET fd, const SocketTimeoutParams& timeout_params) {
-+ #if defined(_unix_)
-+-    timeval recv_timeout{ timeout_params.recv_timeout.count() / 1000, static_cast<int>(timeout_params.recv_timeout.count() % 1000 * 1000) };
-++    timeval recv_timeout{ static_cast<time_t>(timeout_params.recv_timeout.count() / 1000), static_cast<suseconds_t>(timeout_params.recv_timeout.count() % 1000 * 1000) };
-+     auto recv_ret = setsockopt(fd, SOL_SOCKET, SO_RCVTIMEO, &recv_timeout, sizeof(recv_timeout));
-+ 
-+-    timeval send_timeout{ timeout_params.send_timeout.count() / 1000, static_cast<int>(timeout_params.send_timeout.count() % 1000 * 1000) };
-++    timeval send_timeout{ static_cast<time_t>(timeout_params.send_timeout.count() / 1000), static_cast<suseconds_t>(timeout_params.send_timeout.count() % 1000 * 1000) };
-+     auto send_ret = setsockopt(fd, SOL_SOCKET, SO_SNDTIMEO, &send_timeout, sizeof(send_timeout));
-+ 
-+     if (recv_ret == -1 || send_ret == -1) {
-+-- 
-+2.45.0
-+
--- 
-2.45.0
-

diff --git a/0006-Fix-coredumper-build.patch b/0006-Fix-coredumper-build.patch
deleted file mode 100644
index 3889713..0000000
--- a/0006-Fix-coredumper-build.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From c9f4bbee05cdcb920e69428017993ffbabab6039 Mon Sep 17 00:00:00 2001
-From: Igor Raits <igor.raits@gmail.com>
-Date: Sat, 18 May 2024 19:59:16 +0200
-Subject: [PATCH 6/6] Fix coredumper build
-
----
- deps/Makefile                                 |  1 +
- .../0001-Include-unistd.h-for-getpid.patch    | 24 +++++++++++++++++++
- 2 files changed, 25 insertions(+)
- create mode 100644 deps/coredumper/0001-Include-unistd.h-for-getpid.patch
-
-diff --git a/deps/Makefile b/deps/Makefile
-index 703b3edd..b83008d7 100644
---- a/deps/Makefile
-+++ b/deps/Makefile
-@@ -94,6 +94,7 @@ coredumper/coredumper/src/libcoredumper.
- 	cd coredumper && rm -rf coredumper-*/ || true
- 	cd coredumper && tar -zxf coredumper-*.tar.gz
- 	cd coredumper/coredumper && patch -p1 < ../includes.patch
-+	patch -d coredumper/coredumper -p1 -i ../0001-Include-unistd.h-for-getpid.patch
- 	cd coredumper/coredumper && cmake . -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Debug
- 	cd coredumper/coredumper && CC=${CC} CXX=${CXX} ${MAKE}
- coredumper: coredumper/coredumper/src/libcoredumper.a
-diff --git a/deps/coredumper/0001-Include-unistd.h-for-getpid.patch b/deps/coredumper/0001-Include-unistd.h-for-getpid.patch
-new file mode 100644
-index 00000000..386bf4be
---- /dev/null
-+++ b/deps/coredumper/0001-Include-unistd.h-for-getpid.patch
-@@ -0,0 +1,24 @@
-+From cb0b6bcde64b3d108f5f9adb429af57890e0bcee Mon Sep 17 00:00:00 2001
-+From: Igor Raits <igor.raits@gmail.com>
-+Date: Sat, 18 May 2024 19:57:19 +0200
-+Subject: [PATCH] Include unistd.h for getpid()
-+
-+---
-+ src/thread_lister.c | 1 +
-+ 1 file changed, 1 insertion(+)
-+
-+diff --git a/src/thread_lister.c b/src/thread_lister.c
-+index 15fedac..48cb4e4 100644
-+--- a/src/thread_lister.c
-++++ b/src/thread_lister.c
-+@@ -34,6 +34,7 @@
-+ #include "thread_lister.h"
-+ 
-+ #include <stdio.h> /* needed for NULL on some powerpc platforms (?!) */
-++#include <unistd.h> /* getpid() */
-+ #include <sys/prctl.h>
-+ 
-+ #include "linuxthreads.h"
-+-- 
-+2.45.0
-+
--- 
-2.45.0
-

diff --git a/0007-Fix-gcc-15.patch b/0007-Fix-gcc-15.patch
deleted file mode 100644
index ed3183e..0000000
--- a/0007-Fix-gcc-15.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix compilation with GCC 15
-
---- include/ma_global.h	2024-11-08 12:19:05.000000000 +0100
-+++ include/ma_global.h_patched	2025-01-24 01:15:40.474397832 +0100
-@@ -683,7 +683,7 @@ typedef unsigned long	size_s; /* Size of
- typedef int		myf;	/* Type of MyFlags in my_funcs */
- typedef char		my_bool; /* Small bool */
- typedef unsigned long long my_ulonglong;
--#if !defined(bool) && !defined(bool_defined) && (!defined(HAVE_BOOL) || !defined(__cplusplus))
-+#if !defined(bool) && !defined(bool_defined) && (!defined(HAVE_BOOL) || !defined(__cplusplus)) && (__STDC_VERSION__ < 202300L)
- typedef char		bool;	/* Ordinary boolean values 0 1 */
- #endif
- 	/* Macros for converting *constants* to the right type */

diff --git a/0008-apply-gcc15-patches.patch b/0008-apply-gcc15-patches.patch
deleted file mode 100644
index d570780..0000000
--- a/0008-apply-gcc15-patches.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur proxysql-3.0.2/deps/Makefile proxysql-3.0.2_patched/deps/Makefile
---- proxysql-3.0.2/deps/Makefile	2025-08-04 16:59:36.000000000 +0200
-+++ proxysql-3.0.2_patched/deps/Makefile	2025-08-07 09:18:52.750235007 +0200
-@@ -234,6 +234,7 @@
- 	cd mariadb-client-library/mariadb_client && patch -p0 < ../mariadb_rpl.patch
- 	cd mariadb-client-library/mariadb_client && patch -p0 < ../cmakelists.txt.patch
- 	cd mariadb-client-library/mariadb_client && patch -p0 < ../mariadb_lib.c.metadata_column_check.patch
-+	cd mariadb-client-library/mariadb_client && patch -p0 < ../ma_global.h.patch
- 	cd mariadb-client-library/mariadb_client && CC=${CC} CXX=${CXX} ${MAKE} mariadbclient
- #	cd mariadb-client-library/mariadb_client/include && make my_config.h
- 
-diff -Naur proxysql-3.0.2/deps/Makefile proxysql-3.0.2_gcc_15_patch/deps/Makefile
---- proxysql-3.0.2/deps/Makefile	2025-08-04 16:59:36.000000000 +0200
-+++ proxysql-3.0.2_gcc_15_patch/deps/Makefile	2025-08-07 12:12:54.730137196 +0200
-@@ -307,6 +307,7 @@
- 	cd postgresql/postgresql && patch -p0 < ../get_result_from_pgconn.patch
- 	cd postgresql/postgresql && patch -p0 < ../handle_row_data.patch
- 	cd postgresql/postgresql && patch -p0 < ../fmt_err_msg.patch
-+	cd postgresql/postgresql && patch -p0 < ../c.h.patch
- 	#cd postgresql/postgresql && LD_LIBRARY_PATH="$(shell pwd)/libssl/openssl" ./configure --with-ssl=openssl --with-includes="$(shell pwd)/libssl/openssl/include/" --with-libraries="$(shell pwd)/libssl/openssl/" --without-readline --enable-debug  CFLAGS="-ggdb -O0 -fno-omit-frame-pointer" CPPFLAGS="-g -O0"
- 	cd postgresql/postgresql && LD_LIBRARY_PATH="$(SSL_LDIR)" ./configure --with-ssl=openssl --with-includes="$(SSL_IDIR)" --with-libraries="$(SSL_LDIR)" --without-readline
- 	cd postgresql/postgresql/src/interfaces/libpq && CC=${CC} CXX=${CXX} ${MAKE} MAKELEVEL=0

diff --git a/0009-Fix-gcc-15-postgresql.patch b/0009-Fix-gcc-15-postgresql.patch
deleted file mode 100644
index e6697b0..0000000
--- a/0009-Fix-gcc-15-postgresql.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Fix compilation with gcc-15 for PostgreSQL
-
-diff -Naur postgresql-16.3/src/include/c.h postgresql-16.3_patched/src/include/c.h
---- src/include/c.h	2024-05-06 22:21:25.000000000 +0200
-+++ src/include/c.h	2025-08-07 12:09:34.642612069 +0200
-@@ -436,7 +436,7 @@
- #include <stdbool.h>
- #else
- 
--#ifndef bool
-+#if !defined(bool) && !defined(bool_defined) && (!defined(HAVE_BOOL) || !defined(__cplusplus)) && (__STDC_VERSION__ < 202300L)
- typedef unsigned char bool;
- #endif
- 

diff --git a/0010-btree-uint16_t.patch b/0010-btree-uint16_t.patch
deleted file mode 100644
index 856cb0f..0000000
--- a/0010-btree-uint16_t.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur proxysql-3.0.2/include/btree.h proxysql-3.0.2_patched/include/btree.h
---- proxysql-3.0.2/include/btree.h	2025-08-04 16:59:36.000000000 +0200
-+++ proxysql-3.0.2_patched/include/btree.h	2025-08-07 12:54:45.103472248 +0200
-@@ -114,6 +114,7 @@
- #include <ostream>
- #include <string>
- #include <utility>
-+#include <cstdint>
- 
- #ifndef NDEBUG
- #define NDEBUG 1

diff --git a/changelog b/changelog
deleted file mode 100644
index b845d84..0000000
--- a/changelog
+++ /dev/null
@@ -1,156 +0,0 @@
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Sat May 18 2024 Igor Raits <igor@gooddata.com> - 2.6.2-1
-- Update to 2.6.2
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.8-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.8-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Thu Feb 23 2023 Igor Raits <igor@gooddata.com> - 2.4.8-1
-- Update to 2.4.8
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Fri Nov 25 2022 Igor Raits <igor@gooddata.com> - 2.4.4-1
-- Update to 2.4.4
-
-* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Mon Feb 14 2022 Marek Kulik <mkulik@redhat.com> - 2.3.2-4
-- Fix FTBFS for gcc12 (Resolves: #2053629)
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Sep 24 2021 Marek Kulik <mkulik@redhat.com> - 2.3.2-1
-- Updated to ProxySQL 2.3.2
-
-* Mon Sep 20 2021 Marek Kulik <mkulik@redhat.com> - 2.3.1-1
-- Updated to ProxySQL 2.3.1
-
-* Wed Sep 15 2021 Marek Kulik <mkulik@redhat.com> - 2.3.0-1
-- Updated to ProxySQL 2.3.0
-
-* Wed Sep 15 2021 Marek Kulik <mkulik@redhat.com> - 2.2.2-1
-- Updated to ProxySQL 2.2.2
-
-* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.2.1-2
-- Rebuilt with OpenSSL 3.0.0
-
-* Mon Sep 06 2021 Marek Kulik <mkulik@redhat.com> - 2.2.1-1
-- Updated to ProxySQL 2.2.1
-
-* Tue Aug 10 2021 Marek Kulik <mkulik@redhat.com> - 2.2.0-1
-- Updated to ProxySQL 2.2.0
-- Add new bundled library (prometheus-cpp) - new dependencies
-- Fix gcc compatibility - missing headers
-- Rework Patch1 - move execution to patch macro
-- Add arm rpm builds
-
-* Mon Aug 09 2021 Marek Kulik <mkulik@redhat.com> - 2.0.13-7
-- Fix FTBFS due to cmake syntax change
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Mar 31 2021 Jonathan Wakely <jwakely@redhat.com> - 2.0.13-5
-- Rebuilt for removed libstdc++ symbols (#1937698)
-
-* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.13-4
-- Rebuilt for updated systemd-rpm-macros
-  See https://pagure.io/fesco/issue/2583.
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.13-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Fri Dec 04 2020 Jeff Law <law@redhat.com> - 2.0.13-2
-- Replace "swap" in mariadb library with my_swap to avoid conflict with C++
-  standard headers
-
-* Tue Aug 04 2020 Filip Januš <fjanus@redhat.com> - 2.0.13-1
-- Rebase onto version 2.0.13
-- Add new patch to port bundled libinjection to python 3
-- Fix debundle patch, new bundled library (libhttpserver) - new dependencies
-- Remove bundled google-coredumper
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-6
-- Second attempt - Rebuilt for
-  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Mon Mar 02 2020 Lukas Javorsky <ljavorsk@redhat.com> - 2.0.9-4
-- Add mariadb and mysql client to suggests
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Jan 16 2020 Filip Januš <fjanus@redhat.com> - 2.0.9-2
-- .service file path fix
-
-* Tue Nov 19 2019 Filip Januš <fjanus@redhat.com> - 2.0.9-1
-- Upstream released ProxySQL 2.0.9
-- Patch0 was modified - lib/Makefile was modified
-
-* Tue Oct 15 2019 Filip Januš <fjanus@redhat.com> - 2.0.8-1
-- Upstream released ProxySQL 2.0.8
-
-* Mon Sep 23 2019 Filip Januš <fjanus@redhat.com> - 2.0.7-1
-- Updated to ProxySQL 2.0.7
-- De-bundled new libraries (Update patch)
-- Fix path to doc
-- Fix man page path (bug #1722350)
-
-* Thu Sep 12 2019 Petr Pisar <ppisar@redhat.com> - 1.3.7-11
-- Build-require zlib-devel (bug #1727136)
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 1.3.7-8
-- Rebuild for new libconfig
-
-* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Tue Sep 26 2017 Augusto Caringi <acaringi@redhat.com> 1.3.7-5
-- Made install commands in install section compatible with epel7
-
-* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Thu Jun 15 2017  Augusto Caringi <acaringi@redhat.com> 1.3.7-2
-- Fixed build flags through exporting CPPFLAGS variable
-- Remove unused bundled libraries
-- Fixed configuration file ownership
-- Replaced default login shell of proxysql user from /bin/false to /sbin/nologin
-
-* Wed Jun 14 2017  Augusto Caringi <acaringi@redhat.com> 1.3.7-1
-- Updated to ProxySQL 1.3.7
-- De-bundled some libraries
-- Added man page
-- Updated license field
-- Adopted proxysql user/group
-- Improvements in spec file
-
-* Tue May 16 2017  Augusto Caringi <acaringi@redhat.com> 1.3.6-1
-- Initial build

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks

diff --git a/proxysql.1 b/proxysql.1
deleted file mode 100644
index fcea50f..0000000
--- a/proxysql.1
+++ /dev/null
@@ -1,92 +0,0 @@
-.TH PROXYSQL 1
-.SH NAME
-proxysql \- High Performance Advanced Proxy for MySQL
-.SH SYNOPSIS
-.B proxysql
-[\fIOPTIONS\fR]
-.SH DESCRIPTION
-.B proxysql
-is a high performance, high availability, protocol aware proxy for
-MySQL and forks (like Percona Server and MariaDB).
-.SH OPTIONS
-.TP
-.BR \-c ", " \-\-config " "\fIARG\fR
-Configuration file.
-By default, the proxy looks for the config file in the following locations (in this exact order):
-.RS
-.IP \[bu] 2
-`proxysql.cnf`, in the directory of the proxysql binary
-.IP \[bu]
-`proxysql.cfg`, in the directory of the proxysql binary
-.IP \[bu]
-`/etc/proxysql.cnf`
-.IP \[bu]
-`/etc/proxysql.cfg`
-.RE
-.IP
- This setting allows you to override the configuration file, and specify a custom location.
-.TP
-.BR \-D ", " \-\-datadir " "\fIARG\fR
-The data directory is where the proxy keeps its running files:
-.RS
-.IP \[bu] 2
-the SQLite database which stores the runtime configuration for the proxy
-.IP \[bu]
-the pidfile
-.IP \[bu]
-the log files
-.RE
-.TP
-.BR \-e ", " \-\-exit-on-error
-Do not restart ProxySQL if crashes.
-.TP
-.BR \-f ", " \-\-foreground
-Run the daemon process in the foreground.
-.TP
-.BR \-h ", " \-help ", " \-\-help ", " \-\-usage
-Display usage instructions.
-.TP
-.BR \-M ", " \-\-no-monitor
-Do not start Monitor Module.
-.TP
-.BR \-n ", " \-\-no-start
-Starts only the admin service, which helps to configure the daemon. This will
-not accept any traffic until the daemon is started from the admin interface.
-.TP
-.BR \-r ", " \-\-reuseport
-Use SO_REUSEPORT.
-.TP
-.BR \-S ", " \-\-admin-socket " "\fIARG\fR
-Administration Unix Socket.
-.TP
-.BR \-V ", " \-\-version
-Print the current version of ProxySQL.
-.TP
-.BR \-\-idle\-threads
-Create auxiliary threads to handle idle connections.
-.TP
-.BR \-\-initial
-Reset the admin database with the content from the configuration file.
-.TP
-.BR \-\-no\-version\-check
-Do not check for the latest version of ProxySQL.
-.TP
-.BR \-\-reload
-Merge the configuration from the config file with the current runtime database.
-.TP
-.BR \-\-sqlite3\-server
-Enable SQLite3 Server.
-.SH SEE ALSO
-https://github.com/sysown/proxysql/tree/master/doc -- Online documentation
-.SH FILES
-.TP
-.BR /etc/proxysql.cnf
-Configuration file.
-.SH AUTHOR
-Written by René Cannaò.
-.SH BUG REPORTS
-If you find a bug, please report it at <https://github.com/sysown/proxysql/issues>
-.SH COPYRIGHT
-Copyright (C) 2013-2017 René Cannaò.
-Modified by Marek Kulik 2021.
-This program is free and without warranty.

diff --git a/proxysql.rpmlintrc b/proxysql.rpmlintrc
deleted file mode 100644
index ebbd047..0000000
--- a/proxysql.rpmlintrc
+++ /dev/null
@@ -1,18 +0,0 @@
-# SPEC
-
-# Ignore 'unversioned bundled provides...'
-# This filter ignore error that is caused by bundled library: clickhouse-cpp
-# clickhouse-cpp was not officially versioned until Mar 26 2020.
-# Source package that is included with this package is from 2019.
-addFilter("unversioned-explicit-provides bundled\(clickhouse-cpp\)")
-
-# RPM
-
-# This is default permission for configuration file used by authors.
-# https://github.com/sysown/proxysql/blob/v2.x/docker/images/proxysql/rhel-compliant/rhel7/rpmmacros/rpmbuild/SPECS/proxysql.spec#L47
-# Additional privileges are not needed for proper functioning.
-addFilter("non-readable /etc/proxysql.cnf 640")
-
-# Ignore this warning, 'proxysql' user is created in %pre section
-addFilter(r"non-standard-(gid|uid) /var/lib/proxysql proxysql")
-addFilter("non-standard-uid /etc/proxysql.cnf proxysql")

diff --git a/proxysql.spec b/proxysql.spec
deleted file mode 100644
index 315bd32..0000000
--- a/proxysql.spec
+++ /dev/null
@@ -1,162 +0,0 @@
-Summary:       A high-performance MySQL proxy
-Name:          proxysql
-Version:       3.0.2
-Release:       %autorelease
-# Proxysql Google group for free community support: https://groups.google.com/g/proxysql
-URL:           https://proxysql.com/
-# GPL-3.0-or-later
-# deps/coredumper: BSD-3-Clause
-# deps/jemalloc: BSD-2-Clause
-# deps/mariadb-connector-c: LGPL-2.1-or-later
-# deps/prometheus-cpp: MIT
-# deps/re2: BSD-3-Clause
-License:       GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND MIT
-
-BuildRequires: make, automake
-BuildRequires: cmake, gcc-c++
-BuildRequires: systemd-rpm-macros
-
-# Required by proxysql code
-BuildRequires: libtool
-BuildRequires: pcre-devel
-BuildRequires: zlib-devel
-BuildRequires: libev-devel
-BuildRequires: sqlite-devel
-BuildRequires: openssl-devel
-BuildRequires: libcurl-devel
-BuildRequires: libdaemon-devel
-BuildRequires: libconfig-devel
-BuildRequires: lz4-devel
-BuildRequires: libuuid-devel
-BuildRequires: libicu-devel
-BuildRequires: libevent-devel
-
-# Used by provided (scripts) tools
-BuildRequires: perl
-BuildRequires: python3
-
-# Specific dependency for Fedora/RHEL/Centos
-BuildRequires: gnutls-devel
-
-Suggests: mariadb, mysql, postgresql
-
-# Build in other architectures aside from x86 is not yet supported due to some
-# use of assembly code, but is on the upstream roadmap to support them.
-# https://github.com/sysown/proxysql/issues/977
-
-# Update 8/2021
-# Support for arm64 has been added.
-ExcludeArch:   %{power64} s390x %{ix86}
-
-Provides:      bundled(jemalloc) = 5.2.0
-Provides:      bundled(mariadb-connector-c) = 3.3.8
-Provides:      bundled(re2) = 20221201
-Provides:      bundled(clickhouse-cpp) = 2.3.0
-Provides:      bundled(prometheus-cpp) = 1.1.0
-# The hash looks weird but it is still 1.1.1
-Provides:      bundled(cityhash) = 1.1.1
-Provides:      bundled(libhttpserver) = 0.18.2
-Provides:      bundled(libmicrohttpd) = 0.9.77
-Provides:      bundled(coredumper) = 0^cb6cead
-
-# There is inconsistency between name and URL of file and main unpacked source folder
-Source0:       https://github.com/sysown/proxysql/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# Manpage for binary is missing. Instead we provide it manually.
-# Link for tracking current status in upstream:
-# https://github.com/sysown/proxysql/issues/3564
-Source1:       proxysql.1
-
-Source2:       0007-Fix-gcc-15.patch
-Source3:       0009-Fix-gcc-15-postgresql.patch
-
-%description
-ProxySQL is a high performance, high availability, protocol aware proxy for
-MySQL and forks (like Percona Server and MariaDB).
-
-# The upstream code bundles multiple libraries: libconfig, libdaemon, sqlite3, re2,
-# mariadb-connector-c, pcre, clickhouse-cpp, prometheus-cpp, lz4, cityhash, microhttpd, curl
-# ev, coredumper, libssl and jemalloc.
-# This patch de-bundles 8 of these libraries: libconfig, libdaemon and sqlite3,
-# libsl, pcre, curl, lz4, ev
-# The remaining libraries are not de-bundled due to different reasons (mainly
-# being patched, more info here: https://bugzilla.redhat.com/show_bug.cgi?id=1457929).
-# Other remaining libraries are not maintained in Fedora (clickhouse-cpp,
-# cityhash, prometheus-cpp)
-#
-# NOTE: libdaemon contains custom patch (since https://github.com/sysown/proxysql/pull/4291)
-#       but I don't believe it is worth to bundle it just because of that.
-%patchlist
-0001-Unbundle-libconfig-libdaemon-sqlite3-pcre-lz3-curl-e.patch
-0002-Enable-tcp_fastopen-in-bundled-libhttpserver.patch
-0003-Simplify-systemd-services.patch
-0004-Apply-fPIC-properly-in-re2-build.patch
-0006-Fix-coredumper-build.patch
-0008-apply-gcc15-patches.patch
-0010-btree-uint16_t.patch 
-
-%prep
-%autosetup -p1
-# Remove sources of debundled libraries
-rm -r deps/{libssl,pcre,curl,lz4,libev,libconfig,libdaemon,sqlite3}
-
-# Create a sysusers.d config file
-cat >proxysql.sysusers.conf <<EOF
-u proxysql - 'ProxySQL' /var/lib/proxysql -
-EOF
-
-# Patch 0007
-mv %{SOURCE2} deps/mariadb-client-library/ma_global.h.patch
-
-# Patch 0009
-mv %{SOURCE3} deps/postgresql/c.h.patch
-
-%build
-export CMAKE_POLICY_VERSION_MINIMUM=3.5
-export GIT_VERSION=%{version}
-%global _configure :
-%configure help
-CXXFLAGS="$CXXFLAGS -Wno-error=cpp -Wno-error=template-body"
-export CPPFLAGS=$CXXFLAGS
-%make_build
-
-%install
-install -p -D -m 0755 src/proxysql %{buildroot}%{_bindir}/proxysql
-install -p -D -m 0640 etc/proxysql.cnf %{buildroot}%{_sysconfdir}/proxysql.cnf
-install -p -D -m 0755 tools/proxysql_galera_checker.sh %{buildroot}%{_datadir}/%{name}/tools/proxysql_galera_checker.sh
-install -p -D -m 0755 tools/proxysql_galera_writer.pl %{buildroot}%{_datadir}/%{name}/tools/proxysql_galera_writer.pl
-install -p -D -m 0644 systemd/system/proxysql.service %{buildroot}%{_unitdir}/proxysql.service
-install -p -D -m 0644 systemd/system/proxysql-initial.service %{buildroot}%{_unitdir}/proxysql-initial.service
-install -p -D -m 0644 README.md %{buildroot}%{_docdir}/proxysql/README.md
-install -p -D -m 0644 RUNNING.md %{buildroot}%{_docdir}/proxysql/RUNNING.md
-install -p -D -m 0644 FAQ.md %{buildroot}%{_docdir}/proxysql/FAQ.md
-install -p -D -m 0644 doc/release_notes/*.md -t %{buildroot}%{_docdir}/proxysql
-install -p -D -m 0644 doc/internal/*.txt -t %{buildroot}%{_docdir}/proxysql
-install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
-install -d -m 0755 %{buildroot}%{_sharedstatedir}/proxysql
-
-install -m0644 -D proxysql.sysusers.conf %{buildroot}%{_sysusersdir}/proxysql.conf
-
-
-%post
-%systemd_post proxysql.service
-
-%preun
-%systemd_preun proxysql.service
-
-%postun
-%systemd_postun_with_restart proxysql.service
-
-%files
-%license LICENSE
-%{_bindir}/proxysql
-%{_unitdir}/proxysql.service
-%{_unitdir}/proxysql-initial.service
-%{_datadir}/proxysql/
-%{_docdir}/proxysql/
-%{_mandir}/man1/proxysql.1*
-%attr(-,proxysql,proxysql) %{_sharedstatedir}/proxysql/
-%attr(-,proxysql,root) %config(noreplace) %{_sysconfdir}/proxysql.cnf
-%{_sysusersdir}/proxysql.conf
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index a675347..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (proxysql-3.0.2.tar.gz) = dab638245e447a81e3c20cabc75c39182eb530922d3b1611b028d8784985bc4d7bb3d5d57514fbda915edfe6cdad5eefc1556b0f4546124cd414d0ac419c2b77

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22  5:23 [rpms/proxysql] rawhide: Orphaned for 6+ weeks Orphaned Packages Process

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox