rpms/scanssh/devel scanssh-2.1-hide.patch, NONE, 1.1 scanssh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Wed Aug 17 13:33:23 UTC 2005


Author: oliver

Update of /cvs/extras/rpms/scanssh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31253/devel

Modified Files:
	.cvsignore sources 
Added Files:
	scanssh-2.1-hide.patch scanssh.spec 
Log Message:
auto-import scanssh-2.1-5 on branch devel from scanssh-2.1-5.src.rpm

scanssh-2.1-hide.patch:

--- NEW FILE scanssh-2.1-hide.patch ---
--- scanssh-2.1/scanssh.h.hide	2005-06-20 15:34:47.000000000 +0200
+++ scanssh-2.1/scanssh.h	2005-06-20 15:35:21.000000000 +0200
@@ -28,8 +28,8 @@
 #ifndef _SCANSSH_H_
 #define _SCANSSH_H_
 
-#define SSHMAPVERSION	"SSH-1.0-SSH_Version_Mapper\n"
-#define SSHUSERAGENT	"ScanSSH/2.0"
+#define SSHMAPVERSION	"SSH-1.99-OpenSSH_4.1\n"
+#define SSHUSERAGENT	"OpenSSH/4.1"
 #define MAXITER		10
 #define LONGWAIT	50
 #define SHORTWAIT	30


--- NEW FILE scanssh.spec ---
Name:			scanssh
Summary:		Fast SSH server and open proxy scanner

Version:		2.1
Release:        5%{?dist}

Group:			Applications/Internet
License:		BSD
URL:			http://monkey.org/~provos/scanssh/
Source0:		http://monkey.org/~provos/%{name}-%{version}.tar.gz
Patch0:			scanssh-2.1-hide.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libpcap, libevent-devel, libdnet-devel

%description
ScanSSH supports scanning a list of addresses and networks for open proxies,
SSH protocol servers, Web and SMTP servers. Where possible ScanSSH, displays
the version number of the running services. ScanSSH protocol scanner supports
random selection of IP addresses from large network ranges and is useful for
gathering statistics on the deployment of SSH protocol servers in a company
or the Internet as whole.

%prep
%setup -q
%{?_with_hidescan:%patch0 -p1}

%build
%configure
%{__make} %{?_smp_mflags} CFLAGS="-Wall $RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/scanssh
%{_mandir}/man1/scanssh*

%changelog
* Thu Aug 11 2005 Oliver Falk <oliver at linux-kernel.at>		- 2.1-5
- Make hidescan patch not applied by default, use
  --define 'with_hidescan 1' if you want it enabled

* Mon Aug 08 2005 Oliver Falk <oliver at linux-kernel.at>		- 2.1-4
- Remove Requires, rpm will detect it automatically

* Mon Aug 08 2005 Oliver Falk <oliver at linux-kernel.at>		- 2.1-3
- Integrate changes suggested by José Pedro Oliveira after
  first FE review

* Mon Jun 20 2005 Oliver Falk <oliver at linux-kernel.at>		- 2.1-2
- Add patch to make us invisible/hide us. Don't let OpenSSH know
  that we scan it.

* Tue Jun 07 2005 Oliver Falk <oliver at linux-kernel.at>		- 2.1-1
- Initial build for FC 4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scanssh/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Aug 2005 13:32:44 -0000	1.1
+++ .cvsignore	17 Aug 2005 13:33:21 -0000	1.2
@@ -0,0 +1 @@
+scanssh-2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scanssh/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Aug 2005 13:32:44 -0000	1.1
+++ sources	17 Aug 2005 13:33:21 -0000	1.2
@@ -0,0 +1 @@
+9fab4253b56b2d15367d4872b370cdcb  scanssh-2.1.tar.gz




More information about the fedora-extras-commits mailing list