[scanssh] - Update to - hopefully fix BZ#926490

Oliver Falk oliver at fedoraproject.org
Thu Apr 4 11:19:00 UTC 2013


commit 12ad377c95e8fafd204a4ad006eac461ba1c048d
Author: Oliver Falk <oliver at linux-kernel.at>
Date:   Thu Apr 4 13:18:43 2013 +0200

    - Update to - hopefully fix BZ#926490

 .gitignore   |    2 +-
 scanssh.spec |   15 +++++++++------
 sources      |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4fcd27e..723451e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-scanssh-2.1.tar.gz
+/scanssh-2.1.1.tar.gz
diff --git a/scanssh.spec b/scanssh.spec
index d7d7605..04cf7ac 100644
--- a/scanssh.spec
+++ b/scanssh.spec
@@ -1,18 +1,18 @@
 Name:			scanssh
 Summary:		Fast SSH server and open proxy scanner
 
-Version:		2.1
-Release:		25%{?dist}
+Version:		2.1.1
+Release:		1%{?dist}
 
 Group:			Applications/Internet
 License:		BSD with advertising
-URL:			http://monkey.org/~provos/scanssh/
-Source0:		http://monkey.org/~provos/%{name}-%{version}.tar.gz
+URL:			http://github.com/ofalk/scanssh/wiki
+Source0:		http://github.com/ofalk/scanssh/archive/%{name}-%{version}.tar.gz
 Patch0:			scanssh-2.1-hide.patch
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	libpcap-devel, libevent-devel, libdnet-devel
+BuildRequires:		libpcap-devel, libevent-devel, libdnet-devel
 
 %description
 ScanSSH supports scanning a list of addresses and networks for open proxies,
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/scanssh*
 
 %changelog
+* Thu Apr 04 2013 Oliver Falk <oliver at linux-kernel.at> - 2.1.1-1
+- Update to - hopefully fix BZ#926490
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1-25
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 3776a23..44dfa62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9fab4253b56b2d15367d4872b370cdcb  scanssh-2.1.tar.gz
+909c097d1dba38d7ac5a74188c9d9dab  scanssh-2.1.1.tar.gz


More information about the scm-commits mailing list