freebsd-ports/security/hydra/files/patch-hydra-gtk-make_xhydra.sh
Ruslan Makhmatkhanov c2d689be6e security/hydra: update to 8.3
- update to 8.3
- remove patch, applied upstream
- regenerate patches with makepatch

changelog:
* Support for upcoming OpenSSL 1.1 added. needs testing.
* Fixed hydra redo bug (issue #113)
* Updated xhydra for new hydra features and options
* Some more command line error checking
* Ensured unneeded sockets are closed
2016-08-22 18:16:15 +00:00

11 lines
298 B
Bash

--- hydra-gtk/make_xhydra.sh.orig 2016-08-11 07:50:21 UTC
+++ hydra-gtk/make_xhydra.sh
@@ -8,7 +8,7 @@ test -e Makefile || {
cat errors
exit 1
}
-make > /dev/null 2> errors
+gmake > /dev/null 2> errors
test -e src/xhydra || {
echo "Error: could not compile. Analyse this:"
cat errors