rpms/denyhosts/FC-5 denyhosts.spec,1.32,1.33

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Tue Apr 24 20:36:10 UTC 2007


Author: tibbs

Update of /cvs/extras/rpms/denyhosts/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32444

Modified Files:
	denyhosts.spec 
Log Message:
* Mon Apr 23 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-4
- Apply fix to regex.py from Jonathan Underwood to fix bug 237449.



Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-5/denyhosts.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- denyhosts.spec	8 Dec 2006 01:51:05 -0000	1.32
+++ denyhosts.spec	24 Apr 2007 20:35:36 -0000	1.33
@@ -1,6 +1,6 @@
 Name:           denyhosts
 Version:        2.6
-Release:	2%{?dist}
+Release:	4%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -16,6 +16,8 @@
 Patch0:		denyhosts-2.6-config.patch
 Patch1:		denyhosts-2.4-setup.patch
 Patch2:		denyhosts-2.2-daemon-control.patch
+# Patch10 is a security fix
+Patch10:	denyhosts-2.6-regex.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
@@ -40,6 +42,7 @@
 %patch0 -p0 -b .config
 %patch1 -p0 -b .setup
 %patch2 -p0 -b .daemon-control
+%patch10 -p0 -b .regex
 
 cp %{SOURCE6} .
 
@@ -148,6 +151,12 @@
 
 
 %changelog
+* Mon Apr 23 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-4
+- Apply fix to regex.py from Jonathan Underwood to fix bug 237449.
+
+* Fri Dec 08 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-3
+- Rebuild for new python.
+
 * Thu Dec 07 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-2
 - Update config patch.
 




More information about the fedora-extras-commits mailing list