rpms/htdig/FC-6 htdig-3.2.0b6-sigfault.patch, NONE, 1.1 htdig.spec, 1.31, 1.32

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


Author: atkac

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

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/FC-6/htdig.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- htdig.spec	8 Aug 2006 11:11:03 -0000	1.31
+++ htdig.spec	20 Dec 2006 14:39:13 -0000	1.32
@@ -5,7 +5,7 @@
 Summary: ht://Dig - Web search engine
 Name: htdig
 Version: 3.2.0b6
-Release: 6.4.3
+Release: 7%{?dist}
 Epoch: 3
 License: GPL
 Group: Applications/Internet
@@ -22,6 +22,8 @@
 Patch6: htdig-3.2.0b6-unescaped_output.patch
 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
@@ -73,6 +75,8 @@
 %patch6 -p1 -b .unescaped_output
 %patch7 -p1 -b .versioncheck
 %patch8 -p1 -b .compile-fix
+%patch9 -p1 -b .opts
+%patch10 -p1 -b .sigfault
 
 %build
 %configure \
@@ -143,6 +147,9 @@
 %endif
 
 %changelog
+* Wed Dec 20 2006 Adam Tkac <atkac redhat com> 3:3.2.0b6-7.fc6
+- fixed htfuzzy's sigfaults (#130528)
+
 * Tue Aug 8 2006 Jitka Kudrnacova <jkudrnac at redhat.com> - 3:3.2.0b6-6.4.3
 - built with --with-ssl (#174162) to enable indexing ssl pages, BuildRequires openssl-devel
 




More information about the fedora-cvs-commits mailing list