rpms/sshfp/devel sshfp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Sat Sep 30 19:31:04 UTC 2006


Author: pwouters

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

Modified Files:
	.cvsignore sources 
Added Files:
	sshfp.spec 
Log Message:
auto-import sshfp-1.1.0-1 on branch devel from sshfp-1.1.0-1.src.rpm


--- NEW FILE sshfp.spec ---
Summary: Generate SSHFP DNS records from knownhosts files or ssh-keyscan
Name: sshfp
Version: 1.1.0
Release: 1%{?dist}
License: GPL
Url:  ftp://ftp.xelerance.com/%{name}/
Source: ftp://ftp.xelerance.com/%{name}/%{name}-%{version}.tar.gz
Group: Applications/Internet
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: python-dns, openssh-clients >= 4
BuildArch: noarch

%description
sshfp generates DNS SSHFP records from SSH public keys. sshfp can take
public keys from a knownhosts file or from scanning the host's sshd daemon.
The ssh client can use these SSHFP records if you set "VerifyHostKeyDNS yes"
in the file /etc/ssh/ssh_config.
enable this per default.

%prep
%setup -q 

%build

%install
rm -rf ${RPM_BUILD_ROOT}
install -d 0755 ${RPM_BUILD_ROOT}%{_bindir} 
install -d 0755 ${RPM_BUILD_ROOT}%{_mandir}/man1
install -m 0755 sshfp ${RPM_BUILD_ROOT}%{_bindir}
install -m 0644 sshfp.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/
gzip ${RPM_BUILD_ROOT}%{_mandir}/man1/sshfp.1

%clean
rm -rf ${RPM_BUILD_ROOT}

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

%changelog
* Tue Sep 26 2006 Paul Wouters <paul at xelerance.com> - 1.1.0-1
- Mistakingly ran the sha1() call on the uuencoded keyblob, which
  generated wrong SSHFP records.

* Mon Sep 25 2006 Paul Wouters <paul at xelerance.com> - 1.0.6-2
- Don't change VerifyHostKeyDNS in /etc/ssh/ssh_config anymore

* Tue Sep 19 2006 Paul Wouters <paul at xelerance.com> - 1.0.6-1
- Initial release for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sshfp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Sep 2006 19:30:10 -0000	1.1
+++ .cvsignore	30 Sep 2006 19:31:04 -0000	1.2
@@ -0,0 +1 @@
+sshfp-1.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sshfp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Sep 2006 19:30:10 -0000	1.1
+++ sources	30 Sep 2006 19:31:04 -0000	1.2
@@ -0,0 +1 @@
+a96cb60af373ab18c260cb1b202c6240  sshfp-1.1.0.tar.gz




More information about the fedora-extras-commits mailing list