ports/www/ufdbguard/files/patch-configure
Rodrigo Osorio 91b0e9abd6 www/ufdbguard: update to 1.35.7
Changelog: https://www.urlfilterdb.com/products/releases.html

Major changes:
    * Fix: potential buffer overrun with clientid
    * ufdbgclient has new option to choose between UNIX and TCP socket

Port changes:
    * remove unix socket compile option. It's no longer a compile option,
      there is 'socket-type' configuration option instead.
    * minor adjustments for configure

PR:		278258
Reported by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
2024-05-29 15:24:35 +02:00

18 lines
629 B
Text

--- configure.orig 2024-03-20 15:31:17 UTC
+++ configure
@@ -7847,7 +7847,6 @@ then
echo " The bash package is most likely on your UNIX distribution media."
echo " It is required to install the bash package and rerun configure."
echo
- exit 1
fi
# Extract the first word of "wget", so it can be a program name with args.
@@ -7905,7 +7904,6 @@ then
echo " The wget package is most likely on your UNIX distribution media."
echo " It is required to install the wget package and rerun configure."
echo
- exit 1
fi
# Extract the first word of "curl", so it can be a program name with args.