2020-03-17 18:09:48 by Roland Illig | Files touched by this commit (4) |
Log message:
shells/bash: fix array subscript with char
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-10-25 14:36:50 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message:
bash: make nls option enabled by default
|
2019-10-24 14:21:40 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message:
bash: bump revision
|
2019-10-24 13:53:13 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message:
bash: add missing options.mk
|
2019-10-24 13:52:30 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) |
Log message:
bash: make nls support optional
pkgsrc changes:
- remove broken static option
- add nls option (disable by default)
- change LOCALBASE to PREFIX (appease pkglint)
|
2019-09-01 07:59:21 by Robert Elz | Files touched by this commit (2) |
Log message:
Include bash patches 10 & 11 (becomes bash-5.0.11)
10: fix var-assigns before special builtins & fn calls in posix mode
11: fixed missing quoted nul removal (in one odd case).
See the patch files (once fetched) for more details of what was altered.
|
2019-08-15 02:33:45 by Robert Elz | Files touched by this commit (2) |
Log message:
Update to bash 5.0.9 (5.0 patchlevel 9)
patch8: fix potential core dump if HISTSIZE is set to 0
patch9: fix fd leak if history file reading finds empty file
|
2019-04-24 16:04:27 by Robert Elz | Files touched by this commit (2) |
Log message:
Update to 5.0.7 - the first 7 patches to bash 5.0
The patches fix:
1. Under certain circumstances, the glob expansion code did not remove
backslashes escaping characters in directory names (or portions of a
pattern preceding a slash).
2. When an alias value ends with an unquoted literal tab (not part of a quoted
string or comment), alias expansion cannot correctly detect the end of the
alias value after expanding it.
3. There are several incompatibilities in how bash-5.0 processes pathname
expansion (globbing) of filename arguments that have backslashes in the
directory portion.
4. In bash-5.0, the `wait' builtin without arguments waits for all children
of the shell. This includes children it `inherited' at shell invocation time.
This patch modifies the behavior to not wait for these inherited children,
some of which might be long-lived.
5. In certain cases, bash optimizes out a fork() call too early and prevents
traps from running.
6. Bash-5.0 did not build successfully if SYSLOG_HISTORY was defined without
also defining SYSLOG_SHOPT.
7. Running `exec' when job control was disabled, even temporarily, but after it
had been initialized, could leave the terminal in the wrong process group for
the executed process.
|
2019-02-28 08:20:57 by Maya Rashish | Files touched by this commit (2) |
Log message:
bash: handle O_CLOEXEC not being defined (Solaris 10)
(While this says "example", it's built during the "make \
install" phase)
Reported by Hiroshi Hakoyama in PR pkg/52045
|