Bug 181569 - devel/paexec update and take maintainership
Summary: devel/paexec update and take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-26 18:40 UTC by Danilo Egêa Gondolfo
Modified: 2013-08-28 22:23 UTC (History)
0 users

See Also:


Attachments
file.diff (1.15 KB, patch)
2013-08-26 18:40 UTC, Danilo Egêa Gondolfo
no flags Details | Diff
paexec.txt (1.15 KB, text/plain; charset=us-ascii)
2013-08-27 19:09 UTC, Danilo Egêa Gondolfo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-08-26 18:40:00 UTC
Changes:
- Updated from 0.18.0 to 0.19.0
- Take maintainership

Redports: https://redports.org/buildarchive/20130826170900-42500/

Changelog:
paexec:
    - POSIX-2008 getline(3) is used for reading lines
      instead of home-made function.
    - t '' is equivalent to "no transport", spaces are trimmed.
    - "-n +NNN" has higher priority than -t, i.e. if they both are
      specified, transport is ignored.
    - Fix for -W1.
    - Environment variable PAEXEC_EOT was introduced.
    - Option -y was added to paexec(1) and paexec_reorder(1).
    - Option -C was added to paexec(1).

  paexec_reorder:
    - Option -x was added to paexec_reorder(1).

  A number of fixes and improvements in regression tests.

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-27 18:26:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 Danilo Egêa Gondolfo 2013-08-27 19:09:20 UTC
Updated to 0.19.1.

Changelog:
Version 0.19.1, by Aleksey Cheusov, Mon, 26 Aug 2013 19:05:53 +0300

   paexec: Fix for segfault seen on Linux
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-08-28 22:23:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!