update to scanssh-2.1.2

This commit is contained in:
sthen 2022-03-21 13:50:49 +00:00
parent 88a4e68d44
commit 23127cbe7a
5 changed files with 13 additions and 22 deletions

View File

@ -1,9 +1,10 @@
COMMENT= SSH remote version scanner
DISTNAME= scanssh-2.1
REVISION = 4
GH_ACCOUNT= ofalk
GH_PROJECT= scanssh
GH_TAGNAME= 2.1.2
CATEGORIES= security
MASTER_SITES= https://monkey.org/~provos/
HOMEPAGE= https://www.monkey.org/~provos/scanssh/
@ -14,6 +15,7 @@ LIB_DEPENDS= net/libdnet
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
MAKE_FLAGS= CFLAGS="${CFLAGS} -Wall"
NO_TEST= Yes

View File

@ -1,2 +1,2 @@
SHA256 (scanssh-2.1.tar.gz) = BX7sh+2vu+W8IpYMusU+OtoCIkANZJpeLyLMiYH1sDU=
SIZE (scanssh-2.1.tar.gz) = 111481
SHA256 (scanssh-2.1.2.tar.gz) = 2znnrxGPU6AWlzlAez8Ltou7h/lcB6sh+qd23qkz/us=
SIZE (scanssh-2.1.2.tar.gz) = 147470

View File

@ -1,12 +0,0 @@
--- Makefile.in.orig Mon Jan 28 10:04:29 2008
+++ Makefile.in Mon Jan 28 10:04:12 2008
@@ -79,7 +79,8 @@ bin_PROGRAMS = scanssh
scanssh_SOURCES = scanssh.c atomicio.c exclude.c connecter.c xmalloc.c interface.c socks.c http.c telnet.c exclude.h interface.h scanssh.h socks.h xmalloc.h
scanssh_LDADD = @LIBOBJS@ @PCAPLIB@ @EVENTLIB@ @DNETLIB@
-CFLAGS = -O2 -Wall -g
+CFLAGS ?= -O2 -g
+CFLAGS += -Wall
INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat @EVENTINC@ @PCAPINC@ @DNETINC@

View File

@ -1,6 +1,7 @@
--- interface.c.orig Sun Jul 11 09:02:56 2004
+++ interface.c Sun Jul 11 09:04:02 2004
@@ -224,8 +224,8 @@ interface_init(char *dev, int naddresses
Index: interface.c
--- interface.c.orig
+++ interface.c
@@ -224,8 +224,8 @@ interface_init(char *dev, int naddresses, char **addre
struct timeval tv = SS_POLL_INTERVAL;
syslog(LOG_INFO, "switching to polling mode");
@ -11,7 +12,7 @@
}
}
@@ -354,7 +354,7 @@ interface_poll_recv(int fd, short type,
@@ -354,7 +354,7 @@ interface_poll_recv(int fd, short type, void *arg)
struct interface *inter = arg;
struct timeval tv = SS_POLL_INTERVAL;

View File

@ -1,2 +1,2 @@
bin/scanssh
@bin bin/scanssh
@man man/man1/scanssh.1