summaryrefslogtreecommitdiffstats
path: root/network/sslscan/Makefile.diff
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2017-02-26 08:58:39 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-26 08:58:55 +0700
commited41a8193edb9a4aaf0d1eeb0a138823ff77120b (patch)
tree15d1b9791a512fd0ba451f8bf80ebf43237b8795 /network/sslscan/Makefile.diff
parentf85077be7b92a6ade91007fe50733e1b61f06cf7 (diff)
downloadslackbuilds-ed41a8193edb9a4aaf0d1eeb0a138823ff77120b.tar.gz
slackbuilds-ed41a8193edb9a4aaf0d1eeb0a138823ff77120b.tar.xz
network/sslscan: Updated for version 1.11.8_rbsec + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sslscan/Makefile.diff')
-rw-r--r--network/sslscan/Makefile.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/network/sslscan/Makefile.diff b/network/sslscan/Makefile.diff
new file mode 100644
index 0000000000..9a8cf3888a
--- /dev/null
+++ b/network/sslscan/Makefile.diff
@@ -0,0 +1,15 @@
+diff -Naur sslscan-1.11.7-rbsec.orig/Makefile sslscan-1.11.7-rbsec/Makefile
+--- sslscan-1.11.7-rbsec.orig/Makefile 2016-06-14 00:42:11.000000000 +1200
++++ sslscan-1.11.7-rbsec/Makefile 2016-06-28 08:35:03.817568419 +1200
+@@ -80,11 +80,6 @@
+ .openssl.is.fresh: opensslpull
+ true
+ opensslpull:
+- if [ -d openssl -a -d openssl/.git ]; then \
+- cd ./openssl && git checkout OpenSSL_1_0_2-stable && git pull | grep -q "Already up-to-date." && [ -e ../.openssl.is.fresh ] || touch ../.openssl.is.fresh ; \
+- else \
+- git clone --depth 1 -b OpenSSL_1_0_2-stable https://github.com/openssl/openssl ./openssl && cd ./openssl && touch ../.openssl.is.fresh ; \
+- fi
+ # Re-enable SSLv2 EXPORT ciphers
+ sed -i.bak 's/# if 0/# if 1/g' openssl/ssl/s2_lib.c
+ rm openssl/ssl/s2_lib.c.bak