SPECS: sshfp.spec (NEW) - new

zbyniu zbyniu at pld-linux.org
Wed Apr 11 10:44:22 CEST 2007


Author: zbyniu                       Date: Wed Apr 11 08:44:22 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   sshfp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/sshfp.spec
diff -u /dev/null SPECS/sshfp.spec:1.1
--- /dev/null	Wed Apr 11 10:44:22 2007
+++ SPECS/sshfp.spec	Wed Apr 11 10:44:17 2007
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:	Secure Shell (SSH) FingerPrint (FP) DNS RR Generator
+Name:		sshfp
+Version:	1.1.2
+Release:	1
+License:	GPL v2
+Group:		Base
+Source0:	ftp://ftp.xelerance.com/sshfp/%{name}-%{version}.tar.gz
+# Source0-md5:	807626e651a0a7619f67eb088eb04ece
+URL:		ftp://ftp.xelerance.com/sshfp/
+BuildRequires:	rpm-pythonprov
+Requires:	python-dns
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SSHFP is a small utility for generating RFC4255 compliant Secure Shell
+(SSH) FingerPrint (FP) Resource Records (RR) for the Domain Name
+System (DNS) based on the SSH public keys stored in a "known_hosts"
+file or SSH public keys which can be obtained by using ssh-keyscan(1).
+If the DNS server of a DNS zone allows zone tranfers (AXFR), an entire
+zone can be processed for all its A records.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install sshfp $RPM_BUILD_ROOT%{_bindir}
+install sshfp.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BUGS CHANGES README
+%attr(755,root,root) %{_bindir}/sshfp
+%{_mandir}/man1/sshfp.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/11 08:44:17  zbyniu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list