From 3548f6f8f07cc79848cfcfc2509e78c0b797375b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 30 2020 11:51:49 +0000 Subject: import libwvstreams-4.6.1-12.el7_7 --- diff --git a/SOURCES/wvstreams-4.6.1-fix-stack-size.patch b/SOURCES/wvstreams-4.6.1-fix-stack-size.patch new file mode 100644 index 0000000..9bc969a --- /dev/null +++ b/SOURCES/wvstreams-4.6.1-fix-stack-size.patch @@ -0,0 +1,13 @@ +diff --git a/utils/wvtask.cc b/utils/wvtask.cc +index 9b0444c..628dc45 100644 +--- a/utils/wvtask.cc ++++ b/utils/wvtask.cc +@@ -430,7 +430,7 @@ void WvTaskMan::_stackmaster() + total = (val+1) * (size_t)1024; + + if (!use_shared_stack()) +- total = 1024; // enough to save the do_task stack frame ++ total = 2048; // enough to save the do_task stack frame + + // set up a stack frame for the new task. This runs once + // per get_stack. diff --git a/SPECS/libwvstreams.spec b/SPECS/libwvstreams.spec index d1e65d3..30f03f1 100644 --- a/SPECS/libwvstreams.spec +++ b/SPECS/libwvstreams.spec @@ -1,6 +1,6 @@ Name: libwvstreams Version: 4.6.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: WvStreams is a network programming library written in C++ Source: http://wvstreams.googlecode.com/files/wvstreams-%{version}.tar.gz #fixed multilib issue (bug #192717) @@ -17,6 +17,7 @@ Patch5: wvstreams-4.6.1-gcc.patch # fix missing unistd.h header for gcc 4.7 Patch6: wvstreams-4.6.1-gcc47.patch Patch7: wvstreams-4.6.1-magic.patch +Patch8: wvstreams-4.6.1-fix-stack-size.patch URL: https://code.google.com/p/wvstreams/ Group: System Environment/Libraries BuildRequires: openssl-devel, pkgconfig, zlib-devel, readline-devel, dbus-devel @@ -53,6 +54,7 @@ doing network applications development. This package contains static libraries. %patch5 -p1 -b .gcc %patch6 -p1 -b .gcc47 %patch7 -p1 -b .magic +%patch8 -p1 -b .fix-stack-size %build @@ -114,6 +116,10 @@ popd %postun -p /sbin/ldconfig %changelog +* Tue Mar 3 2020 Jaroslav Škarvada - 4.6.1-12 +- Fixed stack size + Resolves: rhbz#1551334 + * Fri Jan 24 2014 Daniel Mach - 4.6.1-11 - Mass rebuild 2014-01-24