From 999eb296a5fec21dd8b135d1f13a52ea0b19dfe5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Feb 2025 08:27:29 +0100 Subject: update to 3.1.0 (new sources) drop patch merged upstream --- ip2proxy-build.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ip2proxy-build.patch (limited to 'ip2proxy-build.patch') diff --git a/ip2proxy-build.patch b/ip2proxy-build.patch deleted file mode 100644 index d38922e..0000000 --- a/ip2proxy-build.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 4b1ed2a22748f4adb7a5e30df9284147601ccd66 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Thu, 6 Feb 2025 06:44:46 +0100 -Subject: [PATCH] missing brackets - ---- - ip2proxy.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ip2proxy.c b/ip2proxy.c -index 0914c00..622f7ee 100644 ---- a/ip2proxy.c -+++ b/ip2proxy.c -@@ -47,7 +47,7 @@ static zend_function_entry ip2proxy_functions_entry[] = { - PHP_FE(ip2proxy_get_last_seen, ip2proxy_ip_address) - PHP_FE(ip2proxy_get_threat, ip2proxy_ip_address) - PHP_FE(ip2proxy_get_provider, ip2proxy_ip_address) -- PHP_FE(ip2proxy_get_fraud_score, ip2proxy_ip_address -+ PHP_FE(ip2proxy_get_fraud_score, ip2proxy_ip_address) - PHP_FE(ip2proxy_get_all, ip2proxy_ip_address) - PHP_FE(ip2proxy_close, ip2proxy_void) - PHP_FE(ip2proxy_delete_shm, ip2proxy_void) -- cgit