non port: shells/bash/distinfo |
SVNWeb
|
Number of commits found: 75 |
Wed, 14 Dec 2022
|
[ 14:43 Emanuel Haupt (ehaupt) ] c8b1d27
shells/bash: Update to 5.2.15
|
Thu, 24 Nov 2022
|
[ 05:36 Emanuel Haupt (ehaupt) ] 743ef64
shells/bash: Update to 5.2.12
|
Tue, 8 Nov 2022
|
[ 09:36 Emanuel Haupt (ehaupt) ] 1ac270f
shells/bash: Update to 5.2.9
|
Thu, 6 Oct 2022
|
[ 05:37 Emanuel Haupt (ehaupt) ] bf725a8
shells/bash: Update to 5.2.2
|
Fri, 30 Sep 2022
|
[ 19:21 Emanuel Haupt (ehaupt) ] 34393ef
shells/bash: Update to 5.2
Release
notes: https://lists.gnu.org/archive/html/bash-announce/2022-09/msg00000.html
|
Wed, 5 Jan 2022
|
[ 07:41 Emanuel Haupt (ehaupt) ] 296c8b3
shells/bash: Update to 5.1.16
|
Thu, 18 Nov 2021
|
[ 14:55 Emanuel Haupt (ehaupt) ] 3571f3c
shells/bash: Update to 5.1.12
|
Fri, 7 May 2021
|
[ 21:37 Emanuel Haupt (ehaupt) ] 2c57eb3
shells/bash: Update to 5.1.8
|
Sat, 19 Dec 2020
|
[ 21:10 ehaupt ]
Update to 5.1.4
|
Wed, 9 Dec 2020
|
[ 17:12 ehaupt ]
Update to 5.1
Release notes: https://lists.gnu.org/archive/html/info-gnu/2020-12/msg00003.html
|
Sat, 11 Jul 2020
|
[ 14:22 ehaupt ]
Update to 5.0.18
Changelog: http://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-018
|
Fri, 24 Apr 2020
|
[ 17:23 ehaupt ]
Update to 5.0.17
|
Mon, 10 Feb 2020
|
[ 19:57 ehaupt ]
Update to 5.0.16
|
Fri, 30 Aug 2019
|
[ 05:13 ehaupt ]
Update to 5.0.11
|
Sat, 17 Aug 2019
|
[ 08:27 ehaupt ]
Update to 5.0.9
|
Sun, 21 Apr 2019
|
[ 18:27 ehaupt ]
Update to 5.0.7
|
Wed, 20 Mar 2019
|
[ 10:09 ehaupt ]
Update to 5.0.3
|
Sat, 19 Jan 2019
|
[ 17:25 ehaupt ]
Update to 5.0.2
|
Tue, 15 Jan 2019
|
[ 21:11 ehaupt ]
Update to 5.0
PR: 234827
Exp-run by: antoine
|
Sat, 2 Jun 2018
|
[ 07:08 ehaupt ]
- Update to 4.4.23
- Pass -Wl,-export-dynamic to LDFLAGS instead of CFLAGS in order to avoid
warning:
cc: warning: -Wl,-export-dynamic: 'linker' input unused
[-Wunused-command-line-argument]
|
Sat, 10 Feb 2018
|
[ 08:31 ehaupt ]
- Update to patchlevel 19
- Simplify MASTER_SITES [1]
Submitted by: gerald (via mail) [1]
|
Sat, 28 Jan 2017
|
[ 04:41 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
|
Sun, 22 Jan 2017
|
[ 21:06 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
|
Fri, 20 Jan 2017
|
[ 06:30 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
|
Sun, 20 Nov 2016
|
[ 07:05 ehaupt ]
Update to 4.4.5
|
Fri, 30 Sep 2016
|
[ 17:19 ehaupt ]
Update to 4.4
Differential Revision: https://reviews.freebsd.org/D8085
|
Tue, 28 Jun 2016
|
[ 07:28 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
|
Sun, 6 Dec 2015
|
[ 11:45 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
|
Fri, 14 Aug 2015
|
[ 14:10 ehaupt ]
Update to 4.3.42
|
Mon, 1 Jun 2015
|
[ 20:35 ehaupt ]
Update to 4.3.39
|
Thu, 15 Jan 2015
|
[ 19:10 ehaupt ]
Update to 4.3.33
|
Mon, 6 Oct 2014
|
[ 09:12 ehaupt ]
Update to 4.3.30
|
Fri, 3 Oct 2014
|
[ 17:57 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
|
Thu, 2 Oct 2014
|
[ 00:22 bdrewery ]
- Update to patchlevel 28 which fixes issues that were mostly addressed
already in r369684.
|
Sun, 28 Sep 2014
|
[ 16:47 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.
|
Fri, 26 Sep 2014
|
[ 21:29 bdrewery ]
Update to patchlevel 26. This is a NOP as r369261 already covered it.
|
Wed, 24 Sep 2014
|
[ 17:05 ehaupt ]
- Update to patch level 25 (4.3.25)
- Provide CPE information [1]
Provided by: des
Notified by: Chet Ramey <chet.ramey@case.edu>
|
Tue, 19 Aug 2014
|
[ 19:31 ehaupt ]
- Update to 4.3.24
- Don't attempt to remove directories owned by a dependency
|
Fri, 1 Aug 2014
|
[ 16:14 ehaupt ]
Update to 4.3.22
|
Tue, 27 May 2014
|
[ 12:35 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]
|
Thu, 17 Apr 2014
|
[ 10:31 ehaupt ]
Update to 4.3.11
|
Mon, 7 Apr 2014
|
[ 14:43 ehaupt ]
Update to 4.3.8
|
Mon, 3 Mar 2014
|
[ 08:55 ehaupt ] (Only the first 10 of 21 ports in this commit are shown above. )
- 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)
|
Sat, 25 May 2013
|
[ 13:55 miwi ]
- Update to patchlevel 45
-
Requested by: many
|
Tue, 22 Jan 2013
|
[ 16:58 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.
|
Fri, 3 Aug 2012
|
[ 18:56 obrien ]
Update to Bash 4.2 patchlevel 37.
PR: 170283
Submitted by: Bryan Drewery <bryan@shatow.net>
|
Mon, 7 May 2012
|
[ 15:12 obrien ]
Update to Bash 4.2 patchlevel 28.
|
Tue, 24 Apr 2012
|
[ 17:48 obrien ]
Update version 4.2 to patchlevel 24.
|
Thu, 12 Jan 2012
|
[ 22:32 obrien ]
Update to version 4.2 PL 20.
|
Mon, 29 Aug 2011
|
[ 18:44 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
|
Tue, 5 Apr 2011
|
[ 17:38 obrien ]
Update to Bash 4.1 patchlevel 10.
|
Fri, 18 Mar 2011
|
[ 17:59 miwi ] (Only the first 10 of 726 ports in this commit are shown above. )
- Get Rid MD5 support
With hat: portmgr (myself)
|
Wed, 20 Oct 2010
|
[ 01:08 obrien ]
Update to Bash 4.1 patchlevel 9.
|
Wed, 16 Jun 2010
|
[ 14:20 ehaupt ]
Update to 4.1.7
PR: 147172
Approved by: obrien (maintainer timeout; > 14 days)
|
Mon, 10 May 2010
|
[ 18:25 obrien ]
Update to Bash 4.1 patchlevel 5.
|
Sat, 14 Nov 2009
|
[ 12:05 ehaupt ]
Update to patchlevel 35
PR: 140179
Approved by: maintainer timeout (14 days)
|
Sat, 19 Sep 2009
|
[ 22:24 miwi ]
- Update to 4.0.33
PR: 137294
Submitted by: bf <bf1783@gmail.com>
Approved by: obrien (maintainer timeout)
Feature safe: yes
|
Mon, 18 May 2009
|
[ 18:44 obrien ]
Update to Bash 4.0 patchlevel 24.
|
Wed, 6 May 2009
|
[ 04:25 obrien ]
Update to patchlevel 17.
|
Thu, 12 Mar 2009
|
[ 04:53 obrien ]
Blah^2. Now DISTNAME is wrong. But yay! patches are here. So now all
the patch logic won't get in the way.
|
Wed, 11 Mar 2009
|
[ 16:49 obrien ]
Update to 4.0 PL0.
|
Fri, 2 Jan 2009
|
[ 09:30 obrien ]
Update 3.2 to patchlevel 48.
|
Sun, 4 May 2008
|
[ 02:34 obrien ]
Update to Bash 3.2 patchlevel 39.
PR: 123326
Submitted by: bf2006a@yahoo.com
|
Mon, 17 Dec 2007
|
[ 23:48 obrien ]
Update to patchlevel 33.
PR: 118728
Submitted by: bf <bf2006a@yahoo.com>
|
Tue, 11 Sep 2007
|
[ 18:15 obrien ]
Update to Bash 3.2 patchlevel 25.
PR: 116272
|
Thu, 21 Jun 2007
|
[ 17:12 obrien ]
Upgrade to 3.2.
|
Fri, 9 Jun 2006
|
[ 03:54 obrien ]
Add vendor patch fixing array expansion fails with an arithmetic
syntax error when the subscript appears within double quotes.
For example: ${a["4"]}.
|
Thu, 13 Apr 2006
|
[ 18:16 mnag ]
- Force commit to say:
Approved by: maintainer timeout (25 days, PR 94666, 94985 and 95188), portmgr
(krion)
Notified by: linimon
|
[ 17:34 mnag ]
- Update to 3.1.16
PR: 95188
Submitted by: Toni Viemero <toni.viemero___iki.fi>
Approved by: portmgr (krion)
|
Tue, 21 Feb 2006
|
[ 15:29 garga ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 3.1.10
PR: ports/91036
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Approved by: maintainer timeout (54 days)
|
Tue, 24 Jan 2006
|
[ 01:04 edwin ] (Only the first 10 of 12 ports in this commit are shown above. )
SHA256ify
Approved by: krion@
|
Thu, 11 Nov 2004
|
[ 12:04 eik ]
- update to patchlevel 16 (replacing FreeBSD subst.c patch)
- use system readline on -CURRENT [1]
Submitted by: sf [1]
|
Tue, 2 Nov 2004
|
[ 10:24 eik ]
- update to patchlevel 15
|
Sat, 9 Oct 2004
|
[ 10:16 eik ]
Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)
While I'm here, use the official patchset instead of the custom ones
and reflect the port revision in the version number.
Submitted by: Reinhard Speyerer <rspmn@arcor.de>
Approved by: portmgr (krion)
|
Fri, 3 Sep 2004
|
[ 09:21 eik ]
- add FAQ
- experimental shopt `implicitcd'
- fix `Tags out of Date' in texinfo pages
- fix line wrap bug in libreadline
- set LATEST_LINK to `bash', so that `pkg_add -r bash' works
|
Number of commits found: 75 |