Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Feb 2018 08:31:00
4.4.19
 |
ehaupt  |
- Update to patchlevel 19
- Simplify MASTER_SITES [1]
Submitted by: gerald (via mail) [1] |
07 Jan 2018 18:54:47
4.4.12_3
 |
krion  |
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
29 Oct 2017 11:37:06
4.4.12_3
 |
ehaupt  |
Provide an option to enable system-wide rc files.
This enables:
- System-wide .bashrc file for interactive shells
${PREFIX}/etc/bash.bashrc
- System-wide .bash_logout for login shells
${PREFIX}/etc/bash.bash_logout
PR: 222973
Submitted by: ilyushkeane@gmail.com |
27 Apr 2017 19:35:25
4.4.12_2
 |
ehaupt  |
Update WWW, current URL is a permanent redirect. |
22 Apr 2017 12:39:11
4.4.12_2
 |
ehaupt  |
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 |
01 Mar 2017 15:19:07
4.4.12_1
 |
ehaupt  |
Default path includes the string %%LOCALBASE%%. This was intended to be replaced
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 <dan.mcgregor@usask.ca>
MFH: 2017Q1 (blanket) |
11 Feb 2017 13:11:58
4.4.12
 |
ehaupt  |
The late mount option is required for systems with a seperate boot partition
(e.g. systems with an encrypted root partition) where it is impossible for the
fdescfs module to be autoloaded when /boot/kernel isn't available yet. Change
pkg-message accordingly.
Also change 'fdesc' mount point name to 'fdescfs' to simplify things: this way
'mount fdescfs' will work just as fine as 'umount fdescfs'. The less things to
remember - the better it is.
PR: 216985
Submitted by: John Smith <godevilove@ya.ru> |
03 Feb 2017 13:24:53
4.4.12
 |
ehaupt  |
Rectify license |
28 Jan 2017 04:41:44
4.4.12
 |
ehaupt  |
Update to 4.4.12
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 |
22 Jan 2017 21:06:11
4.4.11
 |
ehaupt  |
Update to 4.4.11
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 |
20 Jan 2017 06:30:27
4.4.7
 |
ehaupt  |
Update to 4.4.7
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 |
21 Nov 2016 11:29:05
4.4.5
 |
ehaupt  |
Re-use PATCH_SITES for cklatest target instead of hardcoding. |
20 Nov 2016 07:05:36
4.4.5
 |
ehaupt  |
Update to 4.4.5 |
30 Sep 2016 17:19:50
4.4
 |
ehaupt  |
Update to 4.4
Differential Revision: https://reviews.freebsd.org/D8085 |
10 Sep 2016 10:21:05
4.3.46_1
 |
ehaupt  |
Update cklatest-host. Old one returns permission denied. |
28 Jun 2016 11:56:03
4.3.46_1
 |
ehaupt  |
Remove stray ICONV patch that breaks unicode support if NLS is disabled.
PR: 210654
Submitted by: yuri@rawbw.com |
28 Jun 2016 07:28:01
4.3.46
 |
ehaupt  |
[1] Make USES=iconv permanent, instead of being only for NLS=on case.
The reason is that NLS is related to message translations to different
languages.
And bash has the general feature that \uNNNN is translated into the unicode
character using iconv. This is unicode support, and should have nothing to
do with translations.
bash also currently has a bug that --disable-nls causes it to fail to find
iconv. This bug has been reported upstream to bash-devel ML. In the future,
when bash will fix this, this will make a difference.
Note that this uses iconv from libc.
[2] Update to 4.3.46
PR: 206903 [1], 210620 [2]
Submitted by: yuri@rawbw.com [1], pkubaj@anongoth.pl [2]
Discussed with: adamw |
23 May 2016 20:35:01
4.3.42_1
 |
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
19 May 2016 10:53:06
4.3.42_1
 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
06 Dec 2015 11:45:54
4.3.42_1
 |
ehaupt  |
The latest patch (42) has been slightly adjusted. See the following diff:
--- diff begins here ---
--- /usr/distfiles/bash.old/bash43-042 2015-08-13 21:41:06.000000000 +0200
+++ /usr/distfiles/bash/bash43-042 2015-12-01 22:57:39.000000000 +0100
@@ -27,7 +27,7 @@
+ lex_rwlen = 0;
}
}
-*** ../bash-4.3-patched/parse.y 2015-05-18 19:27:05.000000000 -0400
+*** ../bash-4.3-patched/y.tab.c 2015-05-18 19:27:05.000000000 -0400
--- y.tab.c 2015-06-29 10:59:27.000000000 -0400
***************
*** 6021,6024 ****
--- diff ends here ---
Notified by: many |
14 Aug 2015 14:10:20
4.3.42
 |
ehaupt  |
Update to 4.3.42 |
30 Jul 2015 18:50:19
4.3.39_3
 |
cem  |
bash: Export symbols for "enable -f"
PR: 201959
Reviewed by: ehaupt
Approved by: markj (mentor)
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D3231 |
10 Jul 2015 08:11:24
4.3.39_2
 |
ehaupt  |
In addition to the previous commit also define USE_MKSTEMP=1 for a different
code section.
Notified by: naddy |
09 Jul 2015 05:47:32
4.3.39_1
 |
ehaupt  |
Scripts like https://github.com/henricj/scripts/blob/master/stir.sh often
generate a bunch of,
cannot make pipe for process substitution: File exists
errors.
The problem lies with colliding pipe names.
The code in sh_mktmpname() in lib/sh/tmpfile.c uses a combination of things like
the current time, the PID, and an incrementing counter. Since the child PIDs
tend to be sequential (barring kern.randompid=1), there are collisions.
Fix this problem without rewriting upstream code by defining USE_MKTEMP=1 to
use the mktemp(3) code of bash.
FreeBSD's mktemp() is not nearly as bad as the bash default and isn't
brain-damaged like some platforms (which is likely why the bash code tries to
do it's own thing). In FreeBSD, "mktemp(3)" it uses arc4random to pick one of
62 symbols for each "X".
Submitted by: Henric Jungheim <software@henric.org> |
01 Jun 2015 20:35:10
4.3.39
 |
ehaupt  |
Update to 4.3.39 |
11 May 2015 18:34:58
4.3.33
 |
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
19 Feb 2015 15:59:55
4.3.33
 |
ehaupt  |
Ports should not change their pkgname depending on options. Change the way how
the slave port is handled.
PR: 197818
Submitted by: mat |
15 Jan 2015 19:10:55
4.3.33
 |
ehaupt  |
Update to 4.3.33 |
02 Dec 2014 17:42:23
4.3.30_1
 |
tijl  |
Bump PORTREVISION on shells that use gettext to force a package rebuild
and reinstall. This should make the shells link with libintl.so.8 instead
of libintl.so.9 and should give package users a better chance of having a
working shell when something went wrong with the gettext update. |
06 Oct 2014 09:12:34
4.3.30
 |
ehaupt  |
Update to 4.3.30 |
03 Oct 2014 17:57:32
4.3.29
 |
bdrewery  |
- Update to patchlevel 4.3.29.
This addresses the local crash from CVE-2014-6277. Note that
the fixes applied in 4.3.25_2 (and upstream 4.3.27) already made
this non-exploitable remotely.
This makes 'bashcheck' [1] fully green now. It had a soft warning
before for CVE-2014-6277.
[1] https://github.com/hannob/bashcheck |
02 Oct 2014 00:22:13
4.3.28
 |
bdrewery  |
- Update to patchlevel 28 which fixes issues that were mostly addressed
already in r369684. |
01 Oct 2014 03:35:13
4.3.27_1
 |
bdrewery  |
Add RedHat's patch for CVE-2014-7186, commonly known as "redir_stack" overflow,
which has not been shown to be as critical as "shellshock" currently.
Security: CVE-2014-7186 |
28 Sep 2014 16:47:01
4.3.27
 |
bdrewery  |
- Update to patchlevel 27 which changes how functions are exported.
This should eliminate the recent vulnerabilities, but keep the
requirement for --import-functions/IMPORTFUNCTIONS option for now.
- Loosen the --import-functions requirement so it is not needed when running
an interactive shell. It is already disallowed for privileged/setuid mode.
- Show an error on stderr when an imported function is ignored. |
26 Sep 2014 21:29:21
4.3.26
 |
bdrewery  |
Update to patchlevel 26. This is a NOP as r369261 already covered it. |
26 Sep 2014 20:33:23
4.3.25_2
 |
bdrewery  |
Disable function importing from the environment by default. This can be
enabled by using --import-functions or enabling the IMPORTFUNCTIONS option.
This removes the risk of further parser bugs leading to code execution, as
well as the risk to setuid scripts and poorly written applications that
do not cleanse their environment [1][2].
Also note that there is an unofficial 4.3.26 floating around that has not yet
been officially released. r369261 covers the change in 4.3.26.
See also:
http://seclists.org/oss-sec/2014/q3/747 [1]
http://seclists.org/oss-sec/2014/q3/746 [2]
http://seclists.org/oss-sec/2014/q3/755 [3]
Obtained from: NetBSD (based on) [3]
PR: 193932
Reviewed by: Eric Vangyzen
With hat: portmgr |
25 Sep 2014 15:38:57
4.3.25_1
 |
bdrewery  |
Fix CVE-2014-3659. The original fix in 25 was not enough.
Obtained from: http://seclists.org/oss-sec/2014/q3/690 (bash developer)
Security: CVE-2014-3659 |
24 Sep 2014 17:05:48
4.3.25
 |
ehaupt  |
- Update to patch level 25 (4.3.25)
- Provide CPE information [1]
Provided by: des
Notified by: Chet Ramey <chet.ramey@case.edu> |
19 Aug 2014 19:31:35
4.3.24
 |
ehaupt  |
- Update to 4.3.24
- Don't attempt to remove directories owned by a dependency |
01 Aug 2014 16:14:07
4.3.22
 |
ehaupt  |
Update to 4.3.22 |
25 Jun 2014 12:22:56
4.3.18_2
 |
bapt  |
Fix build without texinfo in base |
11 Jun 2014 17:42:36
4.3.18_2
 |
bapt  |
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr |
27 May 2014 12:35:26
4.3.18_2
 |
ehaupt  |
- Update to 4.3.18
- Port is sound enough to parallel build [1]
PR: 189207 [1]
Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1] |
05 May 2014 09:45:37
4.3.11_2
 |
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
22 Apr 2014 17:09:54
4.3.11_2
 |
ehaupt  |
bash does NOT require procfs mounted. |
22 Apr 2014 09:20:56
4.3.11_1
 |
ehaupt  |
Add an install message about the fact that fdescfs has to be present.
Discussed on: ports@, amd64@ |
17 Apr 2014 10:31:37
4.3.11
 |
ehaupt  |
Update to 4.3.11 |
07 Apr 2014 14:43:31
4.3.8
 |
ehaupt  |
Update to 4.3.8 |
03 Mar 2014 10:33:07
4.3.0_1
 |
ehaupt  |
Now that we're at patchlevel 0 the current PORTVERSION definition has the effect
that we're at version "4.3.". Set PORTVERSION to 4.3.${PATCHLEVEL} until we have
the first patch released upstream. Also bump PORTREVISION to make sure all port
tools deal with this correctly.
Notified by: "Matthew D. Fuller" <fullermd@over-yonder.net>
Discussed with: kwm |
03 Mar 2014 09:24:36
4.3.
 |
ehaupt  |
More indentation fixes, sorry for the noise. |
03 Mar 2014 09:08:09
4.3.
 |
ehaupt  |
Fix attribution (overwritten by previous merge)
Notified by: kwm |
03 Mar 2014 08:55:45
4.3.
 |
ehaupt  |
- Reset maintainer of shells/bash, shells/bash-static
- Takeover maintainership
- Merge changes from shells/bash-devel this updates the port to 4.3
- Remove the now useless -devel ports
- Document change in ports/MOVED
Approved by: portmgr (bapt) |
21 Jan 2014 23:40:23
4.2.45_1
 |
bapt  |
Fix properties on pkg-plist |
25 Dec 2013 17:42:54
4.2.45_1
 |
bapt  |
Fix inconsistency in building bash
Ensure the configure script always activate the same features wether or not
fdescfs is mounted: Always consider /dev/fd as absent
Bump portrevision as packages on the cluster are built with fdescfs mounted.
With hat: portmgr
Reported: Derek Schrock (skered- via #poudriere) |
06 Nov 2013 12:18:55
4.2.45
 |
mat  |
- Support staging
maintainer timeout.
PR: ports/183196
Submitted by: mat |
20 Sep 2013 22:57:24
4.2.45
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells) |
25 May 2013 13:55:46
4.2.45
 |
miwi  |
- Update to patchlevel 45
-
Requested by: many |
05 May 2013 08:39:31
4.2.42
 |
bapt  |
Fix bash-static slave ports with bash being now using new options framework |
05 May 2013 08:10:29
4.2.42
 |
bapt  |
Convert to new options framework
This fixes build with nls not correctly pulling in libintl given USES= gettext
was set after pre.mk which is forbidden |
27 Apr 2013 18:25:25
4.2.42
 |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
15 Mar 2013 16:22:35
4.2.42
 |
bapt  |
Move USES prior to bsd.port.pre.mk in preparation of the move of the USES load |
08 Mar 2013 11:32:12
4.2.42
 |
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
22 Jan 2013 16:58:21
4.2.42
 |
obrien  |
Update to Bash 4.2 patchlevel 42.
* If a backslash-newline (which is removed) with no other input is given as
input to `read', the shell tries to dereference a null pointer and seg faults.
* Under certain circumstances, bash attempts to expand variables in
arithmetic expressions even when evaluation is being suppressed.
* Output redirection applied to builtin commands missed I/O errors if
they happened when the file descriptor was closed, rather than on write
(e.g., like with an out-of-space error on a remote NFS file system).
* Process substitution incorrectly inherited a flag that inhibited using
the (local) temporary environment for variable lookups if it was providing
the filename to a redirection. The intent the flag is to enforce the
POSIX command expansion ordering rules. |
14 Jan 2013 11:48:45
4.2.37
 |
ehaupt  |
Register CONFLICTS |
03 Aug 2012 18:56:44
4.2.37  |
obrien  |
Update to Bash 4.2 patchlevel 37.
PR: 170283
Submitted by: Bryan Drewery <bryan@shatow.net> |
07 May 2012 15:12:41
4.2.28  |
obrien  |
Update to Bash 4.2 patchlevel 28. |
30 Apr 2012 22:49:03
4.2.24_1  |
obrien  |
Force a package cluster rebuild. |
30 Apr 2012 22:45:37
4.2.24  |
obrien  |
The UK now has their own .mo |
24 Apr 2012 17:48:36
4.2.24  |
obrien  |
Update version 4.2 to patchlevel 24. |
14 Jan 2012 04:59:11
4.2.20  |
miwi  |
- Fix build
With hat: portmgr |
12 Jan 2012 22:32:28
4.2.20  |
obrien  |
Update to version 4.2 PL 20. |
23 Sep 2011 22:26:39
4.1.11  |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
29 Aug 2011 18:44:40
4.1.11  |
obrien  |
Update to Bash 4.1 patchlevel 11.
Under certain circumstances, running `fc -l' two times in succession
with a relative history offset at the end of the history will result
in an incorrect calculation of the last history entry and a seg fault
PR: 160239 |
06 Apr 2011 17:47:52
4.1.10  |
obrien  |
Add option to log user history to syslog.
PR: 155780
Submitted by: Alexander Kriventsov <avk@vl.ru> |
05 Apr 2011 17:38:33
4.1.10  |
obrien  |
Update to Bash 4.1 patchlevel 10. |
18 Mar 2011 17:59:51
4.1.9  |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
20 Oct 2010 01:08:16
4.1.9  |
obrien  |
Update to Bash 4.1 patchlevel 9. |
10 Sep 2010 02:30:51
4.1.7_2  |
obrien  |
Add OPTIONS processing. |
09 Sep 2010 13:24:39
4.1.7_2  |
ehaupt  |
- Remove iconv dependency if WITHOUT_NLS is defined
- Bump PORTREVISION
PR: 149981
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (via ports)
Approved by: obrien (maintainer-timeout; 14 days) |
06 Aug 2010 08:48:46
4.1.7_1  |
ehaupt  |
- Depend on libiconv in order to fix package installation
- Bump PORTREVISION
PR: 147747, 148329, 149218
Submitted by: Alex Goncharov <alex-goncharov@comcast.net>,
Garrett Wollman <wollman@khavrinen.csail.mit.edu>
yar
Approved by: obrien (maintainer timeout; > 50 days) |
16 Jun 2010 14:20:42
4.1.7  |
ehaupt  |
Update to 4.1.7
PR: 147172
Approved by: obrien (maintainer timeout; > 14 days) |
31 May 2010 10:52:11
4.1.5_2  |
ade  |
Bump PORTREVISION after gettext update - not sure how this one was missed.
Submitted by: Herbert J. Skuhra <h.skuhra (at) gmail.com> |
11 May 2010 09:34:45
4.1.5_1  |
ehaupt  |
- Fix statically linked version
- Bump PORTREVISION
Approved by: portmgr (miwi) |
11 May 2010 07:53:57
4.1.5  |
itetcu  |
Fix plist
Submitted by: QAT
Approved by: portmgr (self, to get lots of gnome building) |
10 May 2010 18:25:33
4.1.5  |
obrien  |
Update to Bash 4.1 patchlevel 5. |
14 Nov 2009 12:05:54
4.0.35  |
ehaupt  |
Update to patchlevel 35
PR: 140179
Approved by: maintainer timeout (14 days) |
02 Nov 2009 18:28:59
4.0.33_2  |
naddy  |
Pass the -y flag to bison to fix $() parsing.
Plain "bison -d parse.y" outputs parse.tab.c instead of y.tab.c,
so y.tab.c is never regenerated, and the parser fix from patch 001
is effectively not applied.
PR: 139720
Approved by: maintainer timeout (4+2 weeks) |
01 Nov 2009 21:31:27
4.0.33_1  |
ehaupt  |
Register CONFLICTS |
19 Sep 2009 22:24:28
4.0.33  |
miwi  |
- Update to 4.0.33
PR: 137294
Submitted by: bf <bf1783@gmail.com>
Approved by: obrien (maintainer timeout)
Feature safe: yes |
18 May 2009 18:44:33
4.0.24  |
obrien  |
Update to Bash 4.0 patchlevel 24. |
06 May 2009 04:25:27
4.0.17  |
obrien  |
Update to patchlevel 17. |
06 May 2009 04:16:23
4.0.10_2  |
obrien  |
Set MAKE_JOBS_UNSAFE.
Philip reports he sees a race condition as it fails 3 of 8 tries.
Submitted by: pgollucci |
13 Mar 2009 15:54:23
4.0.10_2  |
obrien  |
Use Bison in the build instead of byacc.
This fixes the issue of '$()' (for ``) not being parsed correctly.
PR: 101230
Submitted by: bf2006a@yahoo.com |
12 Mar 2009 09:54:01
4.0.10_1  |
osa  |
Fix pkg-plist.
Bump PORTREVISION.
Approved by: pav@ (portmgr) |
12 Mar 2009 05:10:17
4.0.10  |
obrien  |
Now that the build break is quickly dealt with, update the description
and conflicts. |
12 Mar 2009 04:53:42
4.0.10  |
obrien  |
Blah^2. Now DISTNAME is wrong. But yay! patches are here. So now all
the patch logic won't get in the way. |
11 Mar 2009 17:00:37
4.0  |
obrien  |
Fix nit in version number. |
11 Mar 2009 16:49:28
4.0.  |
obrien  |
Update to 4.0 PL0. |
25 Jan 2009 20:39:54
3.2.48_1  |
obrien  |
Add ports conflicts between bash{,-static}.
Submitted by: ehaupt |
02 Jan 2009 09:30:29
3.2.48_1  |
obrien  |
Update 3.2 to patchlevel 48. |