<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/shells/bash/Makefile, branch 2017Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2017Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2017Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2017-04-24T17:53:42Z</updated>
<entry>
<title>MFH: r439169, fix fdescfs being enabled by default</title>
<updated>2017-04-24T17:53:42Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2017-04-24T17:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b03159cd3279d191f17830d16bc50dcf1b3f323c'/>
<id>urn:sha1:b03159cd3279d191f17830d16bc50dcf1b3f323c</id>
<content type='text'>
Make bash use of fdescfs use optional, disabled by default, and forced off when
disabled.

This allows users to avoid mounting an extra FS that we don't enable by default.

Only display pkg-message with fdescfs instructions when option is enabled.

Submitted by:	swills
Differential Revision:	https://reviews.freebsd.org/D10394

Approved by:	ports-secteam (with hat)
</content>
</entry>
<entry>
<title>Default path includes the string %%LOCALBASE%%. This was intended to be replaced</title>
<updated>2017-03-01T15:19:06Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2017-03-01T15:19:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4cb2ee99e377137eb3b5a1bb4a38fac20b84f201'/>
<id>urn:sha1:4cb2ee99e377137eb3b5a1bb4a38fac20b84f201</id>
<content type='text'>
with the real value of LOCALBASE by the port Makefile at some point, but it
isn't at the moment.

Set this value in the Makefile by defining CPPFLAGS accordingly.

PR:             217451
Submitted by:   Dan McGregor &lt;dan.mcgregor@usask.ca&gt;
MFH:            2017Q1 (blanket)
</content>
</entry>
<entry>
<title>Rectify license</title>
<updated>2017-02-03T13:24:53Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2017-02-03T13:24:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6bbacfbe189004c61520db24b6317eb93352fa8f'/>
<id>urn:sha1:6bbacfbe189004c61520db24b6317eb93352fa8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 4.4.12</title>
<updated>2017-01-28T04:41:44Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2017-01-28T04:41:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=283ff92a463d148dbeb6a35a54b62a3f3abd1871'/>
<id>urn:sha1:283ff92a463d148dbeb6a35a54b62a3f3abd1871</id>
<content type='text'>
Changelog:

Fixes a bug. When -N is used, the input is not supposed to be split
using $IFS, but leading and trailing IFS whitespace was still removed.

MFH:		2017Q1
</content>
</entry>
<entry>
<title>Update to 4.4.11</title>
<updated>2017-01-22T21:06:11Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2017-01-22T21:06:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=93f2d182cb1423acf8a7a3475bddf50a839e767e'/>
<id>urn:sha1:93f2d182cb1423acf8a7a3475bddf50a839e767e</id>
<content type='text'>
Changelog:

Under certain circumstances, bash will evaluate arithmetic expressions as
part of reading an expression token even when evaluation is suppressed. This
happens while evaluating a conditional expression and skipping over the
failed branch of the expression.

There is a race condition in add_history() that can be triggered by a fatal
signal arriving between the time the history length is updated and the time
the history list update is completed. A later attempt to reference an
invalid history entry can cause a crash.

Depending on compiler optimizations and behavior, the `read' builtin may not
save partial input when a timeout occurs.

Subshells begun to run command and process substitutions may attempt to
set the terminal's process group to an incorrect value if they receive
a fatal signal.  This depends on the behavior of the process that starts
the shell.

MFH:		2017Q1
</content>
</entry>
<entry>
<title>Update to 4.4.7</title>
<updated>2017-01-20T06:30:26Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2017-01-20T06:30:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e397b8a6d9f45ce8df67f190c62fef1f6b786ab6'/>
<id>urn:sha1:e397b8a6d9f45ce8df67f190c62fef1f6b786ab6</id>
<content type='text'>
Changelog:

- Out-of-range negative offsets to popd can cause the shell to crash attempting
  to free an invalid memory block.
- When performing filename completion, bash dequotes the directory name being
  completed, which can result in match failures and potential unwanted
  expansion.

MFH:		2017Q1
</content>
</entry>
<entry>
<title>Re-use PATCH_SITES for cklatest target instead of hardcoding.</title>
<updated>2016-11-21T11:29:05Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2016-11-21T11:29:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=27b2526ee8cadade75864b9cc8b7c41dcbb8b3f6'/>
<id>urn:sha1:27b2526ee8cadade75864b9cc8b7c41dcbb8b3f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 4.4.5</title>
<updated>2016-11-20T07:05:36Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2016-11-20T07:05:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e8c5a8907b1a06868acfd90bd94f7115ad18fac6'/>
<id>urn:sha1:e8c5a8907b1a06868acfd90bd94f7115ad18fac6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 4.4</title>
<updated>2016-09-30T17:19:50Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2016-09-30T17:19:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ac46fd376597546a3f19403f53eacb9fa5352f7d'/>
<id>urn:sha1:ac46fd376597546a3f19403f53eacb9fa5352f7d</id>
<content type='text'>
Differential Revision:  https://reviews.freebsd.org/D8085
</content>
</entry>
<entry>
<title>Update cklatest-host. Old one returns permission denied.</title>
<updated>2016-09-10T10:21:05Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2016-09-10T10:21:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=14354397fff2acf27ad9431f2d2db3ad85e53000'/>
<id>urn:sha1:14354397fff2acf27ad9431f2d2db3ad85e53000</id>
<content type='text'>
</content>
</entry>
</feed>
