summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-03-16 07:55:04 +0000
committerRoy Marples <uberlord@gentoo.org>2007-03-16 07:55:04 +0000
commite22cd115c7ada2f38096f57aed40b0f2e6400770 (patch)
tree9b18ad8e0fb2a8607b0f8cabe41927d122069a2d /app-shells
parentRemoved vulnerable version from the tree. (diff)
downloadhistorical-e22cd115c7ada2f38096f57aed40b0f2e6400770.tar.gz
historical-e22cd115c7ada2f38096f57aed40b0f2e6400770.tar.bz2
historical-e22cd115c7ada2f38096f57aed40b0f2e6400770.zip
Comment on patch
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/Manifest8
-rw-r--r--app-shells/dash/dash-0.5.3.7.ebuild4
2 files changed, 7 insertions, 5 deletions
diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest
index 3f47d822c6eb..a4fa8866aae2 100644
--- a/app-shells/dash/Manifest
+++ b/app-shells/dash/Manifest
@@ -28,10 +28,10 @@ EBUILD dash-0.5.3.3.ebuild 1099 RMD160 8bb384391ceeb2d7fbaa80b2dc8e7c855d669d7e
MD5 a65294aad870440d0f30eb87b11f27e7 dash-0.5.3.3.ebuild 1099
RMD160 8bb384391ceeb2d7fbaa80b2dc8e7c855d669d7e dash-0.5.3.3.ebuild 1099
SHA256 127bc18ab2e3cd02dac31013f7dd82efc79bb0f85b63d35387d6b88356f9a93a dash-0.5.3.3.ebuild 1099
-EBUILD dash-0.5.3.7.ebuild 1113 RMD160 58dfea7e2063fec8537bf196063c156cfc2a865c SHA1 fcb497bf20ff27ab7cade22d196f9b5c33a6fd60 SHA256 e7718efe3052928cff8e797258f9aaae702c74c5c08e31e25e68554f07cc962a
-MD5 6f97d47b34aa233c70c49fb20a6be7c0 dash-0.5.3.7.ebuild 1113
-RMD160 58dfea7e2063fec8537bf196063c156cfc2a865c dash-0.5.3.7.ebuild 1113
-SHA256 e7718efe3052928cff8e797258f9aaae702c74c5c08e31e25e68554f07cc962a dash-0.5.3.7.ebuild 1113
+EBUILD dash-0.5.3.7.ebuild 1190 RMD160 90ff470d996cdd1cbd83822d0dff2a0f8d7abd35 SHA1 ed9147beb21e0ef593acedb6c470250789ffa9db SHA256 d19d72a0b85854a7a75ef2bedad340c809c0317169610c5597e4626e616f66f3
+MD5 2efd761e111ad22329a726343ad1a13f dash-0.5.3.7.ebuild 1190
+RMD160 90ff470d996cdd1cbd83822d0dff2a0f8d7abd35 dash-0.5.3.7.ebuild 1190
+SHA256 d19d72a0b85854a7a75ef2bedad340c809c0317169610c5597e4626e616f66f3 dash-0.5.3.7.ebuild 1190
MISC ChangeLog 5268 RMD160 77e74611d5a9ae65afe57760c9c934761987fe8d SHA1 43d4e01d9514df247476eb049fdfaf881b86a8be SHA256 7badb25bcbe15884f6f813f87bfe58c431f5df2556bf5243f98cf2ff1230a7a6
MD5 c2766155f2d766f08d77fba3eab41595 ChangeLog 5268
RMD160 77e74611d5a9ae65afe57760c9c934761987fe8d ChangeLog 5268
diff --git a/app-shells/dash/dash-0.5.3.7.ebuild b/app-shells/dash/dash-0.5.3.7.ebuild
index 1a9f04a41c46..78b10b102ccf 100644
--- a/app-shells/dash/dash-0.5.3.7.ebuild
+++ b/app-shells/dash/dash-0.5.3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.7.ebuild,v 1.1 2007/03/15 22:01:18 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.7.ebuild,v 1.2 2007/03/16 07:55:04 uberlord Exp $
inherit eutils versionator flag-o-matic toolchain-funcs
@@ -26,6 +26,8 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${WORKDIR}/${DEB_P}".diff
+
+ # Below patch sorts the builtincmd structure correctly when LC_ALL isn't C
epatch "${FILESDIR}/${MY_P}"-sort-locale.patch
}