rpms/stunnel/devel stunnel.spec,1.34,1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 31 00:17:28 UTC 2006


Author: mitr

Update of /cvs/dist/rpms/stunnel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17403

Modified Files:
	stunnel.spec 
Log Message:
* Tue Jan 31 2006 Miloslav Trmac <mitr at redhat.com> - 4.14-3
- Use pthread threading to fix crash on x86_64 (#179236)



Index: stunnel.spec
===================================================================
RCS file: /cvs/dist/rpms/stunnel/devel/stunnel.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- stunnel.spec	9 Dec 2005 22:43:21 -0000	1.34
+++ stunnel.spec	31 Jan 2006 00:17:26 -0000	1.35
@@ -1,7 +1,7 @@
 Summary: An SSL-encrypting socket wrapper.
 Name: stunnel
 Version: 4.14
-Release: 2.1
+Release: 3
 License: GPL
 Group: Applications/Internet
 URL: http://stunnel.mirt.net/
@@ -45,7 +45,7 @@
 	CFLAGS="$CFLAGS `pkg-config --cflags openssl`";
 	LDFLAGS="`pkg-config --libs-only-L openssl`"; export LDFLAGS
 fi
-%configure --enable-ipv6 \
+%configure --enable-ipv6 --with-threads=pthread \
 	CPPFLAGS="-UPIDFILE -DPIDFILE='\"%{_localstatedir}/run/stunnel.pid\"'"
 make LDADD="-pie -Wl,-z,defs,-z,relro"
 
@@ -91,6 +91,9 @@
 %exclude %{_sysconfdir}/stunnel/*
 
 %changelog
+* Tue Jan 31 2006 Miloslav Trmac <mitr at redhat.com> - 4.14-3
+- Use pthread threading to fix crash on x86_64 (#179236)
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list