[sslscan] Change to DinoTools fork and update to current version

rebus rebus at fedoraproject.org
Sat Jan 4 17:17:20 UTC 2014


commit 769be42fe7a26f0340d046fbd5b46149bc0d9b06
Author: Michal Ambroz <rebus at seznam.cz>
Date:   Sat Jan 4 18:16:12 2014 +0100

    Change to DinoTools fork and update to current version

 .gitignore             |    1 +
 sources                |    2 +-
 sslscan-makefile.patch |   28 ----------------------------
 sslscan-patents.patch  |   20 --------------------
 sslscan.spec           |   40 +++++++++++++++++++++++++---------------
 5 files changed, 27 insertions(+), 64 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b1e974..9d8cb05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 sslscan-1.8.2.tgz
+/sslscan-1.10.1.tar.gz
diff --git a/sources b/sources
index 6062974..6ff22c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a890d031996ab252efb535511bd58db  sslscan-1.8.2.tgz
+8b257225448dba9e03c3a2737828101a  sslscan-1.10.1.tar.gz
diff --git a/sslscan.spec b/sslscan.spec
index 314765a..83844d0 100644
--- a/sslscan.spec
+++ b/sslscan.spec
@@ -1,6 +1,9 @@
+%global commit ed60f91a9afda2758697b206000dbfd99ac28b15
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
 Name:           sslscan
-Version:        1.8.2
-Release:        8%{?dist}
+Version:        1.10.1
+Release:        1%{?dist}
 Summary:        Security assessment tool for SSL
 
 Group:          Applications/Internet
@@ -8,14 +11,19 @@ Group:          Applications/Internet
 #Special exception to allow linking against the OpenSSL libraries
 License:        GPLv3+ with exceptions
 
-URL:            http://www.titania.co.uk/index.php?option=com_content&view=article&id=56&Itemid=68
-Source0:        http://downloads.sourceforge.net/sslscan/%{name}-%{version}.tgz
-Patch0:         sslscan-makefile.patch
-Patch1:         sslscan-patents.patch
+#Original
+#URL:            http://www.titania.co.uk/index.php?option=com_content&view=article&id=56&Itemid=68
+#Source0:        http://downloads.sourceforge.net/sslscan/%{name}-%{version}.tgz
+
+#Sslscan fork from DinoTools.org
+URL:             http://www.dinotools.org/tag/sslscan.html
+Source0:         https://github.com/DinoTools/sslscan/archive/%{commit}/%{name}-%{version}.tar.gz
+
+#Patch0:         sslscan-makefile.patch
+#Patch1:         sslscan-patents.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openssl-devel
-#Requires:       
 
 %description
 SSLScan queries SSL services, such as HTTPS, in order to determine the ciphers
@@ -24,9 +32,9 @@ The output includes preferred ciphers of the SSL service, the certificate
 and is in Text and XML formats.
 
 %prep
-%setup -q
-%patch0 -p 1 -b .makefile
-%patch1 -p 1 -b .patents
+%setup -qn %{name}-%{commit}
+#%patch0 -p 1 -b .makefile
+#%patch1 -p 1 -b .patents
 
 
 %build
@@ -41,15 +49,17 @@ make install DESTDIR=%{buildroot} BINPATH=%{_bindir}/ MANPATH=%{_mandir}/
 %clean
 rm -rf %{buildroot}
 
-
 %files
 %defattr(-,root,root,-)
-%doc Changelog  INSTALL  LICENSE  
-%attr (755,root,root) %{_bindir}/%{name}
-%attr (644,root,root) %{_mandir}/man1/%{name}.1*
-
+%doc Changelog README.md LICENSE TODO
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
 
 %changelog
+* Sat Jan 04 2014 Michal Ambroz <rebus at, seznam.cz> 1.10.1-1
+- switch to sslscan fork from dinotools.org, update to current version
+- brings support for ECC as it is no longer prohibited in Fedora
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list