Commit Graph

342 Commits

Author SHA1 Message Date
Dennis Gilmore
a68571ea6c - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 12:35:34 -05:00
Roman Rakus
6c00439e19 Patchlevel 36
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-07-10 22:29:10 +02:00
Roman Rakus
d075bb46c6 Remove /bin from DEFAULT_PATH_VALUE
Resolves: #834571

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-06-23 15:49:28 +02:00
Roman Rakus
7b8dddea4e Patchlevel 29
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-05-31 13:01:20 +02:00
Roman Rakus
17fd17951b Provide exec-able alternatives to some builtins
Resolves #820192

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-05-29 16:17:55 +02:00
Roman Rakus
87dc31207c Patchlevel 28
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-05-09 10:51:58 +02:00
Roman Rakus
e8e8bf537a Don't call malloc in signal handler
bugzilla: #800473

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-04-23 15:47:26 +02:00
Roman Rakus
cdbb6d726b Patchlevel 24
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-03-13 16:11:39 +01:00
Harald Hoyer
a370a4e392 install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove

This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.

New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.

Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibility symlinks must not be
installed.

Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 19:34:41 +01:00
Dennis Gilmore
0ee0f742be - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 16:20:17 -06:00
Roman Rakus
3a5a59c5a7 Patchlevel 20
Patchlevel 20
Add missing f:close() in postun

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-11-24 23:44:47 +01:00
Roman Rakus
41cf2beca6 erase /bin/bash and /bin/sh in postun only if we are uninstalling (#752827)
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-11-10 16:31:31 +01:00
Roman Rakus
1efb46ce7e Simplified lua post script (#740611)
Code from Sergey Romanov

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-11-07 15:43:34 +01:00
Roman Rakus
b7f1f4973a Clean up unneeded bash-doc files.
Original patch from Ville Skyttä <ville.skytta@iki.fi>

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-07-29 10:09:44 +02:00
Roman Rakus
35b6783bcd Don't crash when use `read' with associative array
Patch from upstream. Fixes bug #715050.

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-06-22 16:31:23 +02:00
Roman Rakus
02b20d8101 Added $HOME/.local/bin to PATH in .bash_profile (#699812)
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-06-07 13:44:02 +02:00
Roman Rakus
82ad4cbbb2 Inc. a release no.
Wrongly set a release number in F15, so increasing the no. here.

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-05-05 18:04:30 +02:00
Roman Rakus
23098d5f8a Patchlevel 10
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-05-05 17:12:26 +02:00
Roman Rakus
6e61a8c0c4 Remove bash-4.2-xdupmbstowcs2-patch, which introduced another bugs
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-31 16:44:53 +02:00
Roman Rakus
6260869979 Patchlevel 8
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-15 15:18:55 +01:00
Roman Rakus
bd46d070dd Fix the infinite loop with invalid wide char. #684293
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-15 12:22:29 +01:00
Roman Rakus
a19016294b Use lua script in postun
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-14 17:14:34 +01:00
Roman Rakus
60d69d07c1 Patchlevel 7
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-07 14:05:55 +01:00
Roman Rakus
70e33b0329 Patchlevel 6
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-02 15:19:03 +01:00
Roman Rakus
1680d49ad0 Patchlevel 5, some fixes in old patches, some cleanup
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-01 14:08:25 +01:00
Roman Rakus
436109044c Pattern matching glitch patch from upstream
See http://lists.gnu.org/archive/html/bug-bash/2011-02/msg00136.html

var='[hello'
echo "${var//[/}"

With bash 4.1 it outputs hello but with 4.2 it outputs [hello

This commit fixes it.

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-02-16 12:27:57 +01:00
Roman Rakus
26fa72044c Release bash-4.2
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-02-16 10:59:24 +01:00
Roman Rakus
d48de9277a Enable system-wide .bash_logout for login shells
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-02-14 20:32:56 +01:00
Roman Rakus
fb99b3d60f Merge branch 'master' of ssh://pkgs.fedoraproject.org/bash
Conflicts:
	bash.spec

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-02-09 12:53:03 +01:00
Roman Rakus
cd907279c8 Update to bash-4.2-rc2
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-02-09 12:49:55 +01:00
Dennis Gilmore
0078198488 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:27:02 -06:00
Roman Rakus
5e32c353de Builtins like echo and printf won't report errors
when output does not succeed due to EPIPE.

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-01-06 18:10:59 +01:00
Roman Rakus
f8831ae20e Drop doc/examples/loadables
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2010-12-16 16:29:40 +01:00
Roman Rakus
0a8ef715f0 Don't segfault when trying to bind int variable to array
with bad array subsrcipt.
Resolves: #618289

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2010-12-01 17:26:56 +01:00
Ville Skyttä
3333c5eedf - Move doc dir ownership to main package.
- Preserve doc timestamps.
- Add --without tests option for building without running the test suite.

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2010-10-18 15:29:20 +02:00
Roman Rakus
9c230e8863 Patch level 9
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2010-10-14 14:34:15 +02:00
Roman Rakus
5ab66f48b3 Use better nomenclature for --rpm-requires bash option (#557134) 2010-08-02 18:20:29 +02:00
Roman Rakus
456acfdbd0 Added missing patch 2010-06-22 15:10:46 +00:00
Roman Rakus
5ee0703bf4 Do the same CFLAGS in generated Makefile in examples 2010-06-22 14:40:03 +00:00
Roman Rakus
02b541e367 Patch level 7 2010-05-21 17:13:18 +00:00
Roman Rakus
9410663610 Patch level 5. Removed Requires(post) ncurses-libs 2010-04-12 13:22:21 +00:00
Roman Rakus
5f19b42956 Corrected requires patch (#563301) 2010-03-30 11:46:15 +00:00
Roman Rakus
2ef5a76ca8 Don't use cond-rmatch patch. Use manso patch. Use COPYING in base bash rpm. 2010-01-22 13:13:39 +00:00
Roman Rakus
61d88ef31e Correct patchlevel 2 2010-01-22 12:56:08 +00:00
Roman Rakus
b2750f7f08 Patchlevel 4.2. Removed old patch. Returned back manso patch 2010-01-22 12:53:52 +00:00
Roman Rakus
b767106ff2 Include COPYING in doc dir 2010-01-08 14:39:43 +00:00
Roman Rakus
fd163761ff New upstream version 4.1 2010-01-04 09:29:31 +00:00
Roman Rakus
f6663bbdd7 Fixed patch for fuzz=0 2009-12-27 11:48:40 +00:00
Roman Rakus
f2e7e18c1c Update to upstream 4.1-rc1 2009-12-27 11:22:38 +00:00
Roman Rakus
fa7b4e7294 Don't segfault when TERM=eterm* and EMACS is unset (#530911) 2009-12-11 12:05:03 +00:00
Roman Rakus
f2e0603d8b Patch level 35 2009-10-29 15:08:55 +00:00
Roman Rakus
4651568570 Make symlink from bashbug-suffix to bashbug man pages 2009-10-05 16:00:11 +00:00
Roman Rakus
779eedaab4 Patch level 33. Specfile and cvs cleanup. 2009-09-16 10:07:27 +00:00
Roman Rakus
bdb42f7333 Fixed release tag 2009-09-04 13:04:17 +00:00
Roman Rakus
8c9d1c098a check if interp section is NOBITS. define Recycles pids 2009-09-04 12:59:22 +00:00
Roman Rakus
e26949b646 Fixed release tag 2009-08-26 14:53:31 +00:00
Roman Rakus
cce5816313 alloc memory for key in creation of associative array (#518644) 2009-08-26 14:52:06 +00:00
Roman Rakus
dbeb5d3b5a Upstream patch level 28 2009-07-29 08:25:18 +00:00
Jesse Keating
c8a1ccd7a9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 17:52:16 +00:00
Roman Rakus
b631bce739 Upstream patch level 24 2009-06-10 13:03:33 +00:00
Roman Rakus
1e819fd0a8 better to use patch level in version tag like vim do 2009-04-22 12:57:39 +00:00
Roman Rakus
d47bc507b9 Use patch level in Release tag 2009-04-21 15:07:32 +00:00
Roman Rakus
e732308985 Official upstream patch level 16 2009-04-08 10:41:09 +00:00
Roman Rakus
b44dc2a3b9 Resolves: #492447. Split documentation, use bash-doc package 2009-03-30 11:57:53 +00:00
Lubomir Rintel
4ec2ffbd59 Purge unused patch files &
Sat Mar 21 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0-4
- Add full URLs to upstream patches
- Don't uselessly use %version macro
2009-03-21 16:34:23 +00:00
Roman Rakus
2455014cdc Patch level 10 2009-03-11 16:59:21 +00:00
Roman Rakus
22fd91b850 Save parser state in pcomplete. Resolves: #487257 2009-02-25 14:39:36 +00:00
Roman Rakus
12b3d6eae3 Release of bash-4.0 2009-02-24 13:28:29 +00:00
Jesse Keating
86e5342cac - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-23 19:13:27 +00:00
Roman Rakus
91115222ca Fix handling pipelines with set -e. Resolves: #483385 2009-02-11 12:13:00 +00:00
Roman Rakus
0e588980b4 Resolves: #483002. No more debug output 2009-01-29 14:21:50 +00:00
Jesse Keating
b4cdcd3a4c - Replace post code with lua to be able to not have external deps 2009-01-29 06:38:35 +00:00
Jesse Keating
955ac27fbb - Replace post code with lua to be able to not have external deps 2009-01-29 06:32:08 +00:00
Roman Rakus
83c582fcbd Fixed release tag 2009-01-27 12:02:41 +00:00
Roman Rakus
87b6511a40 new version bash-4.0-rc1 2009-01-26 11:50:44 +00:00
Roman Rakus
94fcc631ef Fix in fc builtin. Resolves: #438841 2008-12-15 13:47:06 +00:00
Roman Rakus
cc6bd97cea Enabling auditing. Resolves: #476216 2008-12-15 10:41:49 +00:00
Roman Rakus
d1932ba844 Patchlevel 48 2008-12-09 14:54:13 +00:00
Roman Rakus
e96c4c2deb Resolves: #432579. Added check for "command_not_found_handler" shell
function.
2008-12-04 15:19:43 +00:00
Jesse Keating
0314d4fed5 - Add the Requires(post) back for ncurses-libs, so that rpm knows where to
break the loop. The post actually does require the curses libs for the
    sh calls. Could consider doing this in LUA and not have any external
    deps.
2008-10-28 21:33:41 +00:00
Roman Rakus
ef575b16c4 Removes requires to avoid dependency loops. Enable #define
SSH_SOURCE_BASHRC. Catch signals right after calling execve()
2008-10-23 13:44:05 +00:00
Roman Rakus
064f2912f8 Changed patches to satisfy fuzz=0 2008-07-17 12:16:06 +00:00
Roman Rakus
39b6ea3bda Changed patches to satisfy fuzz=0 2008-07-17 12:14:50 +00:00
Roman Rakus
f9028232c0 Changes in man page 2008-07-17 08:45:32 +00:00
Roman Rakus
2cb46035a4 Patchlevel 39 2008-06-05 15:43:36 +00:00
Roman Rakus
05e8dfe20b #449512 - reverting back, don't use posix globbing 2008-06-03 08:56:10 +00:00
Roman Rakus
15bf296bfc #271359 - use posix glob library 2008-05-29 13:13:02 +00:00
Roman Rakus
f754370147 #446420 - COMP_WORDBREAKS settings now works 2008-05-22 13:11:24 +00:00
Tomas Janousek
86583194a0 - drop /usr/bin/clear from /etc/skel/.bash_logout as suggested by #429406 2008-02-29 14:20:24 +00:00
Jesse Keating
2f71216534 - Autorebuild for GCC 4.3 2008-02-20 05:27:47 +00:00
Tomas Janousek
4fb09911e3 - Added bash32-026 upstream official patch
- Added bash32-027 upstream official patch (#249987)
- Added bash32-028 upstream official patch
- Added bash32-029 upstream official patch (#286861)
- Added bash32-030 upstream official patch
- Added bash32-031 upstream official patch (#358231)
- Added bash32-032 upstream official patch
- Added bash32-033 upstream official patch
- Fix insert command repeating in vi mode (#190350)
2008-01-15 13:55:03 +00:00
Tomas Janousek
fe0b9cfa2a - fix cursor position when prompt has one invisible character (#358231)
- dropped examples/loadables/ from docs, since it wasn't possible to build
    them anyway (#174380)
- fix #286861: Wrong input confuses bash's arithmetic unit permanently
- fix #344411: $RANDOM stays the same when job executed in the background
2007-11-12 17:24:25 +00:00
Pete Graner
7269640a27 - Added bash32-021 upstream official patch
- Added bash32-025 upstream official patch
- Added bash32-024 upstream official patch
- Added bash32-023 upstream official patch
- Added bash32-022 upstream official patch
2007-08-31 14:14:13 +00:00
Pete Graner
3797fbd1a8 - Added bash32-018 upstream official patch
- Added bash32-020 upstream official patch
- Added bash32-019 upstream official patch
2007-08-29 13:46:35 +00:00
Pete Graner
5fd85c30cd - Rebuild 2007-08-23 13:19:15 +00:00
Pete Graner
eeaaae09ac - Update to the Improve bash $RANDOM pseudo RNG (bug #234906) now works
with subshells and make $RANDOM on demand thus reducing the amount of
    AVCs thrown.
2007-08-20 18:41:29 +00:00
Pete Graner
a2a31879cb - Update to the Improve bash $RANDOM pseudo RNG (bug #234906) now works
with subshells and make $RANDOM on demand thus reducing the amount of
    AVCs thrown.
2007-08-20 18:39:44 +00:00
Pete Graner
8f7f0623d0 Fixed typo in spec file. 2007-08-15 16:54:44 +00:00
Pete Graner
ab4ea8c3a2 - Improve bash $RANDOM pseudo RNG (bug #234906) 2007-08-15 16:47:18 +00:00
Tim Waugh
336cfbb57f - Quote environment variables in the post scriptlet to prevent upgrade
failures (bug #249005).
2007-07-20 13:12:02 +00:00
Tim Waugh
b1304129de - Patchlevel 17 (bug #241647). 2007-07-05 09:06:48 +00:00
Tim Waugh
95e06a29c5 - Clarification in the ulimit man page (bug #220657). 2007-07-04 15:43:18 +00:00
Tim Waugh
114e487d8a - Rebuild to link with libtinfo instead of libncurses. 2007-02-12 15:15:33 +00:00
Tim Waugh
e932f82542 - Avoid %makeinstall (bug #225609).
- Resolves: rhbz#225609
2007-02-07 10:13:30 +00:00
Tim Waugh
ec6ceef6fa - Reinstated this change:
- Post requires ncurses (bug #224567).
- Reverted this change:
- Added triggers for install-info (bug #225609).
- Resolves: rhbz#224567
2007-02-06 14:05:10 +00:00
Tim Waugh
38c7b97d54 - Reverted this change:
- Post requires ncurses (bug #224567).
- Reverts: rhbz#224567
2007-02-06 13:11:49 +00:00
Tim Waugh
face47df53 3.2-5 2007-02-05 17:46:01 +00:00
Tim Waugh
d6551a761f - Added triggers for install-info (bug #225609).
- Resolves: rhbz#225609
2007-02-05 17:45:29 +00:00
Tim Waugh
cf8618825f - Use full path to utilities in scriptlets (bug #225609).
- Resolves: rhbz#225609
2007-02-05 17:20:00 +00:00
Tim Waugh
f994cba53e - Fix missing sh-bangs in example scripts (bug #225609).
- Resolves: rhbz#225609
2007-02-05 17:18:23 +00:00
Tim Waugh
5eface606e - Post requires ncurses (bug #224567).
- Resolves: rhbz#224567
2007-02-05 17:05:10 +00:00
Tim Waugh
f4169713e0 - Removed Prefix tag (bug #225609).
- Fixed BuildRoot tag (bug #225609).
- Removed trailing full-stop from summary (bug #225609).
- Spec file is now UTF-8 (bug #225609).
- Removed obsolete Obsoletes (bug #225609).
- Moved 'make check' to new 'check' section (bug #225609).
- Removed uses of RPM_SOURCE_DIR (bug #225609).
- Fixed macros in changelog (bug #225609).
- Changed tabs to spaces (bug #225609).
- Resolves: rhbz#225609
2007-02-05 16:37:40 +00:00
Tim Waugh
c2c8330d68 - Slightly better .bash_logout (bug #223960).
- Resolves: rhbz#223960
2007-01-23 11:28:00 +00:00
Tim Waugh
2af880f07f - Back out rmatch change introduced in 3.2 (bug #220087).
- Resolves: rhbz#220087
2007-01-19 16:35:30 +00:00
Miroslav Lichvar
287525434e - Link with ncurses. 2007-01-16 17:56:07 +00:00
Tim Waugh
3a1994f580 - Build requires autoconf and gettext. 2006-12-16 14:44:05 +00:00
Tim Waugh
01dc7afc9f - Build requires autoconf. 2006-12-16 14:06:57 +00:00
Tim Waugh
6605cb5a2d 3.2-1 2006-12-16 13:51:28 +00:00
Tim Waugh
393b612da6 Update to 3.2. 2006-12-15 18:02:32 +00:00
Tim Waugh
af68b6e2e8 - Fixed 'tags out of date' problem with 'info bash' (bug #150118). 2006-07-12 13:09:55 +00:00
Jesse Keating
89f498d35f bumped for rebuild 2006-07-12 05:25:57 +00:00
Tim Waugh
b67e48d757 - Removed 'unset USERNAME' from default .bash_profile (bug #196735). 2006-06-28 07:32:42 +00:00
Tim Waugh
6353abb092 - Updated requires patch to the ALT version. 2006-06-15 15:21:10 +00:00
Tim Waugh
286a90cfdf - More sighandler fixes, this time hypothetical. 2006-05-31 13:30:00 +00:00
Tim Waugh
0164a1c6cc - Another fix for the sighandler patch (bug #192297). 2006-05-25 16:44:27 +00:00
Tim Waugh
52a233cdc7 - Patchlevel 17. 2006-04-13 12:46:41 +00:00
Tim Waugh
346f503b0a Fixed typo. 2006-04-04 12:44:45 +00:00
Tim Waugh
5e1d29fb47 - Patchlevel 15. 2006-04-04 12:44:29 +00:00
Tim Waugh
a4188fa94d 3.1-10 2006-03-23 10:01:51 +00:00
Tim Waugh
05d7eca486 - Patchlevel 14. 2006-03-23 09:56:51 +00:00
Tim Waugh
d230101a84 3.1-9 2006-03-02 09:18:55 +00:00
Tim Waugh
d563a272c8 - Fixed duplicate documentation of ulimit '-x' option introduced by ulimit
patch (bug #183596).
2006-03-02 09:18:26 +00:00
Tim Waugh
ff542d36f6 - Patchlevel 10. 2006-02-21 10:36:42 +00:00
Tim Waugh
721534f649 - Patchlevel 8. 2006-02-16 19:04:04 +00:00
Jesse Keating
6409dd1a76 bump for bug in double-long on ppc(64) 2006-02-11 02:04:58 +00:00
Jesse Keating
359ce81d9d bump for new gcc/glibc 2006-02-07 11:06:50 +00:00
Tim Waugh
1afb51d4a3 - Patchlevel 7. 2006-02-05 13:37:00 +00:00
Tim Waugh
39db8d74a6 - Removed inaccuracies from %description (bug #178189). 2006-01-18 15:23:09 +00:00
Tim Waugh
50a91c9664 3.1-5 2006-01-13 17:06:27 +00:00
Tim Waugh
c0e93322d8 - Fix 'exec -l /bin/bash'. 2006-01-13 17:05:44 +00:00
Tim Waugh
0edf4f6a86 - Fix sighandler patch bug (bug #177545). 2006-01-12 10:32:28 +00:00
Tim Waugh
530ef62e2e 3.1-3 2006-01-10 12:03:50 +00:00
Tim Waugh
b131264de4 - Patchlevel 5. 2006-01-10 12:03:16 +00:00
Tim Waugh
5579a1ede4 - No longer need loadables, mbinc or shellfunc patches.
- Use literal single-quote in bash man page where appropriate (bug
    #177051).
2006-01-06 17:29:17 +00:00
Tim Waugh
ee6bccb868 - Use literal single-quote in bash man page where appropriate (bug
#177051).
2006-01-06 16:47:46 +00:00
Tim Waugh
d98c1bccc5 - 3.1.
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe, read-e-segfault,
    manpage, crash, pwd, afs, subshell patches.
- Remove wrap patch for now.
- Use upstream patch to fix arrays.
2006-01-02 11:02:48 +00:00
Tim Waugh
85fa809efe - Missed another loop for improved sighandler patch (bug #169231). 2005-12-15 10:59:56 +00:00
Jesse Keating
f32f00f2a9 gcc update bump 2005-12-09 22:39:45 +00:00
Tim Waugh
05d4064ed8 - Fix read memleak when reading from non-blocking fd (bug #173283). 2005-12-08 11:42:36 +00:00
Tim Waugh
12a3d39538 - Missed another loop for improved sighandler patch (bug #169231). 2005-12-08 11:34:51 +00:00