summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-29 22:21:50 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-29 22:21:50 +0000
commit825106bb6f3a35605095fff88da08905de3b54ec (patch)
tree85e1850f39e856ac221da65e8849ad173db877a4 /app-shells
parentstabilize (diff)
downloadhistorical-825106bb6f3a35605095fff88da08905de3b54ec.tar.gz
historical-825106bb6f3a35605095fff88da08905de3b54ec.tar.bz2
historical-825106bb6f3a35605095fff88da08905de3b54ec.zip
Remove preexec patch since it can cause segfaults under some test cases: alias blah="ls;ls" then do `blah`.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/ChangeLog9
-rw-r--r--app-shells/bash/Manifest6
-rw-r--r--app-shells/bash/bash-3.0-r11.ebuild (renamed from app-shells/bash/bash-3.0-r10.ebuild)4
-rw-r--r--app-shells/bash/files/digest-bash-3.0-r11 (renamed from app-shells/bash/files/digest-bash-3.0-r10)0
4 files changed, 12 insertions, 7 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog
index a7afe0772b76..a3adc8c820e3 100644
--- a/app-shells/bash/ChangeLog
+++ b/app-shells/bash/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-shells/bash
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.60 2005/04/29 04:16:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.61 2005/04/29 22:21:50 vapier Exp $
+
+*bash-3.0-r11 (29 Apr 2005)
+
+ 29 Apr 2005; Mike Frysinger <vapier@gentoo.org> -bash-3.0-r10.ebuild,
+ +bash-3.0-r11.ebuild:
+ Remove preexec patch since it can cause segfaults under some test cases:
+ alias blah="ls;ls" then do `blah`.
*bash-3.0-r10 (29 Apr 2005)
diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest
index 7f17aac5ce44..21feadd57bf4 100644
--- a/app-shells/bash/Manifest
+++ b/app-shells/bash/Manifest
@@ -1,11 +1,11 @@
-MD5 4ec7eea4b79f8e6f54e825c530ff78c8 ChangeLog 12931
+MD5 87077c4180483ede3a43e4a30454a2ed ChangeLog 13169
MD5 1c3d1b503b35b4719b1435d83b12a73e bash-2.05b-r11.ebuild 3742
MD5 017417fc2c09cbaecfe3837baa3e0227 bash-2.05b-r9.ebuild 3531
MD5 7f7feb247c305544c899366672599232 bash-3.0-r7.ebuild 4060
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 ded385d3c69da943b2f408c18b4c6c21 bash-3.0-r8.ebuild 3949
MD5 761160a21f9a69be631b044d0be387e5 bash-3.0-r9.ebuild 4267
-MD5 6762f3043ebe0ff1026425928553488a bash-3.0-r10.ebuild 4713
+MD5 1c25406ba86c6eab1329c12bbb6fbffe bash-3.0-r11.ebuild 4631
MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836
MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897
MD5 3b905c7c9341c9009bd68f14c047815e files/bash-2.05b-rbash.patch 804
@@ -16,7 +16,6 @@ MD5 4a3ebcb995491c2730d156b314cbab0b files/bash-3.0-etc-inputrc.patch 1223
MD5 28c9d7407d5332c29dddb656a4a1f1ce files/bash-3.0-invisible.patch 705
MD5 0392b634a7a02302d24ccc4a4b349423 files/bash-3.0-local-array.patch 275
MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r9 461
-MD5 09faf4bbe7fd8abc594b7f7225199cf7 files/digest-bash-3.0-r10 1049
MD5 694b8b1e47e4743e78ee5f7515f76542 files/bash-3.0-posixtrap.patch 789
MD5 c8362f29e2f8e6cdfd3306c7bcce0439 files/bash-3.0-pwd.patch 583
MD5 96238e7d942d091ca71574ba7392e847 files/bash-3.0-array-stripping.patch 294
@@ -32,6 +31,7 @@ MD5 ccc195288edb06eb44f4d5e2a9c1da62 files/bash-3.0-crash.patch 1191
MD5 edac0c7e2accd7f60d64d6361913db6e files/bash-3.0-darwin-conn.patch 983
MD5 b3345c5274b7b08ce50dc5ec0aa11197 files/bash-3.0-read-e-segfault.patch 825
MD5 00cd6ee276de4810e2209dc426b133e4 files/bash-3.0-ulimit.patch 2659
+MD5 09faf4bbe7fd8abc594b7f7225199cf7 files/digest-bash-3.0-r11 1049
MD5 eea55a33e84dc42b1683592dc8113400 files/bash-3.0-afs.patch 428
MD5 46c2816ee5909e997477063cdc050620 files/bash-3.0-manpage.patch 533
MD5 4af330b479f27337b6e77fff11d6c468 files/bash_logout 132
diff --git a/app-shells/bash/bash-3.0-r10.ebuild b/app-shells/bash/bash-3.0-r11.ebuild
index cb2c2809e537..e59545296390 100644
--- a/app-shells/bash/bash-3.0-r10.ebuild
+++ b/app-shells/bash/bash-3.0-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r10.ebuild,v 1.1 2005/04/29 04:16:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r11.ebuild,v 1.1 2005/04/29 22:21:50 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -50,8 +50,6 @@ src_unpack() {
# the environment because INPUTRC will override even after the
# user creates a ~/.inputrc
epatch "${FILESDIR}"/${P}-etc-inputrc.patch
- # Add preexec support #31414
- epatch "${DISTDIR}"/bash-2.05b-preexec-0.3.diff.gz
# Fix network tests on Darwin #79124
epatch "${FILESDIR}"/${P}-darwin-conn.patch
# A bunch of fixes from fedora
diff --git a/app-shells/bash/files/digest-bash-3.0-r10 b/app-shells/bash/files/digest-bash-3.0-r11
index 826f0877fd8c..826f0877fd8c 100644
--- a/app-shells/bash/files/digest-bash-3.0-r10
+++ b/app-shells/bash/files/digest-bash-3.0-r11