rpms/iwak/devel import.log, NONE, 1.1 iwak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jan F. Chadima jfch2222 at fedoraproject.org
Fri Jul 24 04:43:38 UTC 2009


Author: jfch2222

Update of /cvs/pkgs/rpms/iwak/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16145/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log iwak.spec 
Log Message:
Initial release



--- NEW FILE import.log ---
iwak-2_4-2_fc12:HEAD:iwak-2.4-2.fc12.src.rpm:1248410564


--- NEW FILE iwak.spec ---
Name:		iwak
Version:	2.4
Release:	2%{?dist}
Summary:	Detect the openssh keys affected by CVE-2008-0166 among authorized_keys

Group:		Applications/Internet
License:	GPLv2
URL:		http://www.benhur.prf.cuni.cz/medved-7/wydobitki/?path=iwak
Source0:	http://www.benhur.prf.cuni.cz/medved-7/wydobitki/iwak/%{name}-%{version}.tgz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:	noarch

%description
Detect the openssh keys affected by CVE-2008-0166 among authorized_keys.
This is done by computing the fingerprints from each authorized key
and then comparing against the databaze of blacklisted fingerprints. 

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cp -p iwak $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/iwak

%changelog
* Thu Jul 23 2009 Jan F. Chadima <jchadima at redhat.com> - 2.4-2
- Spec file tweaking

* Thu Jul 23 2009 Jan F. Chadima <jchadima at redhat.com> - 2.4-1
- Added check that the targeted file is owned by the user running iwak

* Thu Jul 23 2009 Jan F. Chadima <jchadima at redhat.com> - 2.3-1
- Repaired minor bugs

* Thu Jul 23 2009 Jan F. Chadima <jchadima at redhat.com> - 2.2-1
- Initial relese



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iwak/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jul 2009 16:42:55 -0000	1.1
+++ .cvsignore	24 Jul 2009 04:43:38 -0000	1.2
@@ -0,0 +1 @@
+iwak-2.4.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iwak/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jul 2009 16:42:55 -0000	1.1
+++ sources	24 Jul 2009 04:43:38 -0000	1.2
@@ -0,0 +1 @@
+95b23918350091abd5b2a3dd91fb9372  iwak-2.4.tgz




More information about the scm-commits mailing list