[fink:package-submissions] #4939 bash-4.4.12-1
Jack Howarth via Fink-tracker <[email protected]>
| Newsgroups | gmane.os.apple.fink.tracker |
|---|---|
| Message-ID | </p/fink/package-submissions/4939/bd336d8780f27d3870c8cc57f49599bd8f29802b.package-submissions@fink.p.sourceforge.net> |
The new upstream patches include fixes for... 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. 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. When -N is used, the input is not supposed to be split using $IFS, but leading and trailing IFS whitespace was still removed. --- ** [package-submissions:#4939] bash-4.4.12-1** **Status:** open **Group:** Undergoing_Validation **Created:** Tue Jul 04, 2017 01:15 AM UTC by Jack Howarth **Last Updated:** Tue Jul 04, 2017 01:15 AM UTC **Owner:** nobody Update the bash packaging to the 4.4.12 patch level using the Info file change... ~~~ Index: shells/bash.info =================================================================== RCS file: /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/shells/bash.info,v retrieving revision 1.5 diff -u -r1.5 bash.info --- shells/bash.info 19 Nov 2016 19:43:48 -0000 1.5 +++ shells/bash.info 4 Jul 2017 01:09:51 -0000 @@ -1,7 +1,7 @@ Info4: << Package: bash -Version: 4.4 -Revision: 2 +Version: 4.4.12 +Revision: 1 Description: The GNU Bourne Again Shell License: GPL Maintainer: None <[email protected]> @@ -22,7 +22,7 @@ bash-doc << -Source: mirror:gnu:%n/%n-%v.tar.gz +Source: mirror:gnu:%n/%n-4.4.tar.gz Source-MD5: 148888a7c95ac23705559b6f477dfe25 Source2: mirror:gnu:%n/%n-4.4-patches/bash44-001 Source2-MD5: 817d01a6c0af6f79308a8b7b649e53d8 @@ -34,6 +34,20 @@ Source5-MD5: 4557d674ab5831a5fa98052ab19edaf4 Source6: mirror:gnu:%n/%n-4.4-patches/bash44-005 Source6-MD5: cce96dd77cdd1d293beec10848f6cbb5 +Source7: mirror:gnu:%n/%n-4.4-patches/bash44-006 +Source7-MD5: d3379f8d8abce5c6ee338f931ad008d5 +Source8: mirror:gnu:%n/%n-4.4-patches/bash44-007 +Source8-MD5: ec38c76ca439ca7f9c178e9baede84fc +Source9: mirror:gnu:%n/%n-4.4-patches/bash44-008 +Source9-MD5: e0ba18c1e3b94f905da9b5bf9d38b58b +Source10: mirror:gnu:%n/%n-4.4-patches/bash44-009 +Source10-MD5: e952d4f44e612048930c559d90eb99bb +Source11: mirror:gnu:%n/%n-4.4-patches/bash44-010 +Source11-MD5: 57b5b35955d68f9a09dbef6b86d2c782 +Source12: mirror:gnu:%n/%n-4.4-patches/bash44-011 +Source12-MD5: cc896e1fa696b93ded568e557e2392d5 +Source13: mirror:gnu:%n/%n-4.4-patches/bash44-012 +Source13-MD5: fa47fbfa56fb7e9e5367f19a9df5fc9e PatchScript: << #!/bin/sh -ev ~~~ Tested on 10.12 with 'fink -m' --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/fink/package-submissions/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/fink/admin/package-submissions/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Fink-tracker mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.tracker