diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile index 7a664992cde..2f819520af4 100755 --- a/security/sslscan/Makefile +++ b/security/sslscan/Makefile @@ -6,8 +6,7 @@ USE_NOEXECONLY= Yes GH_ACCOUNT= rbsec GH_PROJECT= sslscan -GH_TAGNAME= 2.2.1 -REVISION= 1 +GH_TAGNAME= 2.2.2 CATEGORIES= security net diff --git a/security/sslscan/distinfo b/security/sslscan/distinfo index c64b92a3ba8..70ba647b05a 100644 --- a/security/sslscan/distinfo +++ b/security/sslscan/distinfo @@ -1,2 +1,2 @@ -SHA256 (sslscan-2.2.1.tar.gz) = GIuU2ZBycn6KvRQ5NZYRwY6mmDwsU16u9ya7whRMkz0= -SIZE (sslscan-2.2.1.tar.gz) = 117840 +SHA256 (sslscan-2.2.2.tar.gz) = 9glcARY+7wT/mzVAkT8g2Jn1TiexGUr9QJxfyAfqy0Y= +SIZE (sslscan-2.2.2.tar.gz) = 117934 diff --git a/security/sslscan/patches/patch-Makefile b/security/sslscan/patches/patch-Makefile index 0b4d9dc38f7..8a8f2c5601f 100644 --- a/security/sslscan/patches/patch-Makefile +++ b/security/sslscan/patches/patch-Makefile @@ -35,7 +35,7 @@ Index: Makefile ifneq ($(findstring CYGWIN,$(OS)),CYGWIN) LIBS += -ldl endif -@@ -137,6 +139,7 @@ uninstall: +@@ -139,6 +141,7 @@ uninstall: rm -f $(DESTDIR)$(BINDIR)/sslscan rm -f $(DESTDIR)$(MAN1DIR)/sslscan.1 @@ -43,7 +43,7 @@ Index: Makefile .openssl.is.fresh: opensslpull @true -@@ -149,9 +152,15 @@ opensslpull: +@@ -151,9 +154,15 @@ opensslpull: else \ git clone --depth 1 -b $$upstream https://github.com/openssl/openssl ./openssl && cd ./openssl && touch ../.openssl.is.fresh ; \ fi @@ -59,4 +59,4 @@ Index: Makefile + cd ./openssl; ./Configure -v -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIC no-shared enable-weak-ssl-ciphers zlib $(CONF_FLAGS) openssl/libcrypto.a: openssl/Makefile - $(MAKE) -j $(NUM_PROCS) -C openssl depend + $(MAKE) $(JOBS_ARG) -C openssl depend