Bug 208320 - devel/libedit: fix potential tty corruption with piped output
Summary: devel/libedit: fix potential tty corruption with piped output
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-27 09:10 UTC by John Hein
Modified: 2016-03-27 10:20 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments
[patch] upstream fix for potential tty corruption (2.27 KB, patch)
2016-03-27 09:10 UTC, John Hein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2016-03-27 09:10:20 UTC
Created attachment 168673 [details]
[patch] upstream fix for potential tty corruption

Apply upstream patch to avoid tty corruption in case of output to a pipe.

http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50863

QA:
 - portlint (ok - no new err/warning)
 - stage-qa (ok)
 - poudriere testport (passes - tested on 9-stable)
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-27 10:11:01 UTC
A commit references this bug:

Author: bapt
Date: Sun Mar 27 10:10:05 UTC 2016
New revision: 411985
URL: https://svnweb.freebsd.org/changeset/ports/411985

Log:
  Apply upstream patch to avoid tty corruption in case of output to a pipe.

  http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50863

  PR:		208320
  Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>

Changes:
  head/devel/libedit/Makefile
  head/devel/libedit/files/patch-netbsd-pr-50863