Commit Graph

20 Commits

Author SHA1 Message Date
Michael Tremer 7766db7e8d bash: Recommend installing bash-completion
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-09-17 13:57:25 +00:00
Jonatan Schlag 5f2d550567 Update bash to 5.2.15
Fixes: #13220

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-09-17 13:43:29 +00:00
Peter Müller e14a82a1c7 Get rid of HTTP URLs as best as possible, take one
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-09-16 13:47:41 +02:00
Stefan Schantl 6de61f7434 bash: Set correct permissions for /root and binaries
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
2023-03-21 18:25:40 +00:00
Michael Tremer 1f700a5321 bash: Update to 5.2
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-11-21 14:53:32 +00:00
Stefan Schantl 6d9201b0ba bash: Update to 5.0
This is a major update to the latest version of bash.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-06-21 04:28:02 +01:00
Michael Tremer f4587ad056 bash: Update to 4.4
This drops most of the patches and uses CPPFLAGS instead.

bash is now using libreadline from the system and not
shipping an own version any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-09-18 14:57:39 +01:00
Michael Tremer 56ba7d1911 bash: Update to 4.3
Updated because of the old version won't compile with GCC 4.9,
but also fixes CVE-2014-6271, CVE-2014-7169, and #10631.
2014-09-27 12:36:42 +02:00
Stefan Schantl 7a5553dc6c bash: Also install default bash profile files to "/etc/skel".
The default bash profile files for uses have been missed so the could not copied
to the home directory of a new created user.
2013-05-24 18:42:25 +02:00
Michael Tremer daf84637b9 bash: Fix creation of man pages.
Bash needs texinfo to generate the man pages.
Fixes #10147.
2012-06-08 13:13:25 +02:00
Michael Tremer 9118c7ca93 bash: Move to /usr. 2012-04-14 22:41:34 +02:00
Michael Tremer 57b0ba3a72 bash: Does not need coreutils prior to installation. 2012-04-05 00:29:25 +02:00
Michael Tremer 7d475eabb0 bash: Add requires patch.
Needed to track prerequires dependencies.
2012-04-01 22:04:04 +02:00
Michael Tremer 0e13ce8c82 bash: Run scriptlet after the transaction is doen.
In some occasions the dependency cycle was broken at the
wrong place and in fact, it is hard to break that correctly.

I think we can wait for /etc/shells filled with all the shells
we do have until the end of the transaction.
2012-03-04 21:13:07 +01:00
Michael Tremer 774bad774b bash: Make package work on x86_64. 2011-12-22 18:12:12 +01:00
Michael Tremer cd711c7bcd bash: -debuginfo package should not be in group Base or Build. 2011-12-15 09:35:54 +01:00
Michael Tremer 1f9bc2f0e4 Add a -debuginfo for every package that is not noarch.
And fix some whitespace errors as well.
2011-12-11 11:12:58 +01:00
Michael Tremer c84c1f1a53 bash: Replace grep in scriptlet.
grep could not be correctly installed to be available for the
install script.
2011-10-17 13:55:29 +02:00
Michael Tremer 84292e3e54 bash: Add scriptlets to initialize /etc/shells. 2011-10-07 23:52:02 +02:00
Michael Tremer e84b24e823 Move all packages to root. 2011-09-25 11:46:52 +02:00