diff options
author | Ned Ludd <solar@gentoo.org> | 2003-08-19 23:08:19 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-08-19 23:08:19 +0000 |
commit | 87abb4cdc00dce019f6ea02f48388a52c44a3666 (patch) | |
tree | 8075f4e221347503df93b53b5806b2d6b41dc37e /app-shells/bash | |
parent | add some alpha fixes (diff) | |
download | historical-87abb4cdc00dce019f6ea02f48388a52c44a3666.tar.gz historical-87abb4cdc00dce019f6ea02f48388a52c44a3666.tar.bz2 historical-87abb4cdc00dce019f6ea02f48388a52c44a3666.zip |
Update to add support for restricted bash when invoked from /etc/passwd as /bin/rbash Bug #26854
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/bash/Manifest | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 5025e494b315..d125806ae965 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/bash # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.12 2003/07/11 19:56:53 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.13 2003/08/19 23:08:19 solar Exp $ + +*bash-2.05b-r7 (19 Aug 2003) + + 19 Aug 2003; <solar@gentoo.org> bash-2.05b-r7.ebuild, + files/bash-2.05b-rbash.patch: + Update to add support for restricted bash when invoked from /etc/passwd as + /bin/rbash Bug #26854 *bash-2.05b-r6 (09 Jul 2003) diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 3197b0066c36..5aefb2cc9ffb 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -4,6 +4,7 @@ MD5 31f9be8380509135728cb39c2c0fb8b4 bash-2.05b-r3.ebuild 1759 MD5 425c712c6f00d85f11e25b3df5141bc3 bash-2.05b-r4.ebuild 1870 MD5 b7ea47a95638397d995ccd6162d7f4b5 bash-2.05b-r5.ebuild 2052 MD5 8f18509ab36adb048e359db032e2d87f bash-2.05b-r6.ebuild 2042 +MD5 3f7b2d9fc5d8e31f35eeaf362be469aa bash-2.05b-r7.ebuild 2112 MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 MD5 582fb9ed0ca44627978ce6836a5000dc files/config-top.h.diff 487 @@ -12,3 +13,5 @@ MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r3 296 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r4 296 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r5 296 MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r6 461 +MD5 3b905c7c9341c9009bd68f14c047815e files/bash-2.05b-rbash.patch 804 +MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r7 461 |