Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547860 - dev-cpp/pstreams-0.8.1: version bump
Summary: dev-cpp/pstreams-0.8.1: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 02:31 UTC by Martin Walch
Modified: 2015-05-05 13:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2015-04-27 02:31:04 UTC
Version 0.8.1 was released last year. The README says:

Release notes for PStreams 0.8.1
================================
The change in version 0.8.0 that caused the child process to be put in a new process group could prevent the child from exiting when the parent process was killed by a signal. In version 0.8.1 it is still possible to create a new process group for the child, but that must be explicitly requested by setting the pstreams::newpg flag in the pmode argument used to create the new process. 

Release notes for PStreams 0.8.0
================================
The child process will now switch to a new process group, with the process group ID the same as the PID. The basic_pstreambuf::killpg() member function has been added to send a signal to the child's process group. New constructors to simplify the common case where the string specifying the file to be executed is the same as the first element of the argv_type vector. Fixes for compatibility with Clang++ and _FORTIFY_SOURCE.

Renaming the ebuild to pstreams-0.8.1.ebuild yields a successful build. However, I did not make any thorough checks.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-05-05 13:55:30 UTC
+*pstreams-0.8.1 (05 May 2015)
+
+  05 May 2015; Justin Lecher <jlec@gentoo.org> +pstreams-0.8.1.ebuild,
+  metadata.xml:
+  Version Bump; bug #547860
+