sslscan: Update from 1.11.10 to 1.11.11

This commit is contained in:
Pierre Rudloff 2018-02-17 20:23:59 +01:00 committed by Fredrik Fornwall
parent 4053e617b2
commit 4ca7b4dd66
2 changed files with 17 additions and 7 deletions

View 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

View 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"