rpms/htdig/devel htdig-3.2.0b6-sigfault.patch, NONE, 1.1 htdig.spec, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 20 14:39:16 UTC 2006


Author: atkac

Update of /cvs/dist/rpms/htdig/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21360/htdig/devel

Modified Files:
	htdig.spec 
Added Files:
	htdig-3.2.0b6-sigfault.patch 
Log Message:
Fixed htfuzzy sigfaults
Resolves: #220024


htdig-3.2.0b6-sigfault.patch:
 Fuzzy.cc |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE htdig-3.2.0b6-sigfault.patch ---
--- htdig-3.1.6/htfuzzy/Fuzzy.cc.sigfault	2006-12-20 14:43:17.000000000 +0100
+++ htdig-3.1.6/htfuzzy/Fuzzy.cc	2006-12-20 14:44:42.000000000 +0100
@@ -28,7 +28,7 @@
 //
 Fuzzy::Fuzzy()
 {
-    dict = 0;
+    //dict = 0;
     index = 0;
 }
 


Index: htdig.spec
===================================================================
RCS file: /cvs/dist/rpms/htdig/devel/htdig.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- htdig.spec	18 Dec 2006 15:49:43 -0000	1.32
+++ htdig.spec	20 Dec 2006 14:39:14 -0000	1.33
@@ -5,7 +5,7 @@
 Summary: ht://Dig - Web search engine
 Name: htdig
 Version: 3.2.0b6
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 3
 License: GPL
 Group: Applications/Internet
@@ -23,6 +23,7 @@
 Patch7: htdig-3.2.0b-versioncheck.patch
 Patch8: htdig-3.2.0b6-compile-fix.patch
 Patch9: htdig-3.2.0b6-opts.patch
+Patch10: htdig-3.2.0b6-sigfault.patch
 BuildRequires: flex >= 2.5.4a-13
 BuildRequires: zlib-devel httpd openssl-devel
 BuildRoot: %{_tmppath}/%{name}-root
@@ -75,6 +76,7 @@
 %patch7 -p1 -b .versioncheck
 %patch8 -p1 -b .compile-fix
 %patch9 -p1 -b .opts
+%patch10 -p1 -b .sigfault
 
 %build
 %configure \
@@ -145,6 +147,9 @@
 %endif
 
 %changelog
+* Wed Dec 20 2006 Adam Tkac <atkac redhat com> 3:3.2.0b6-8.fc7
+- fixed htfuzzy's sigfaults (#130528)
+
 * Mon Dec 18 2006 Adam Tkac <atkac redhat com> 3:3.2.0b6-7.fc7
 - really fixed #130528
 - started using dist macro




More information about the fedora-cvs-commits mailing list