sslscan: Update from 1.11.10 to 1.11.11
authorPierre Rudloff <contact@rudloff.pro>
Sat, 17 Feb 2018 19:23:59 +0000 (20:23 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 18 Feb 2018 21:00:21 +0000 (22:00 +0100)
packages/sslscan/Makefile.patch
packages/sslscan/build.sh

index de7ee26..9013133 100644 (file)
@@ -1,9 +1,19 @@
-diff -u -r ../sslscan-1.11.7-rbsec/Makefile ./Makefile
---- ../sslscan-1.11.7-rbsec/Makefile   2016-06-13 08:42:11.000000000 -0400
-+++ ./Makefile 2016-09-05 16:37:59.831058901 -0400
-@@ -14,7 +14,7 @@
+diff --git a/Makefile b/Makefile
+index 24e6a36..74c2647 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,5 @@
+ # set gcc as default if CC is not set
+-ifndef $(CC)
+-  CC=gcc
+-endif
++CC?=gcc
+
+ GIT_VERSION = $(shell git describe --tags --always --dirty=-wip)
+
+@@ -14,7 +12,7 @@ endif
  OS := $(shell uname)
+
  SRCS      = sslscan.c
 -PREFIX    = /usr
 +PREFIX    ?= /usr
index eae5a17..bf4850b 100644 (file)
@@ -1,8 +1,8 @@
 TERMUX_PKG_HOMEPAGE=https://github.com/rbsec/sslscan
 TERMUX_PKG_DESCRIPTION="Fast SSL scanner"
-TERMUX_PKG_VERSION=1.11.10
+TERMUX_PKG_VERSION=1.11.11
 TERMUX_PKG_SRCURL=https://github.com/rbsec/sslscan/archive/${TERMUX_PKG_VERSION}-rbsec.tar.gz
-TERMUX_PKG_SHA256=fbb26fdbf2cf5b2f3f8c88782721b7875f206552cf83201981411e0af9521204
+TERMUX_PKG_SHA256=93fbe1570073dfb2898a546759836ea4df5054e3a8f6d2e3da468eddac8b1764
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_DEPENDS="openssl"
 TERMUX_PKG_MAINTAINER="Pierre Rudloff @Rudloff"