update to sslscan-2.2.2

This commit is contained in:
sthen
2026-04-04 10:11:30 +00:00
parent 14a1c3f2e6
commit 87be1c83c7
3 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -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
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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