Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash: bash-4.1_p2.ebuild ChangeLog
Date: Thu, 04 Feb 2010 00:46:34
Message-Id: E1NcprY-00089U-5W@stork.gentoo.org
1 vapier 10/02/04 00:46:28
2
3 Modified: bash-4.1_p2.ebuild ChangeLog
4 Log:
5 Move USE=bashlogger from custom patch to supported define #303333 by cosmih.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-shells/bash/bash-4.1_p2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.1_p2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.1_p2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-4.1_p2.ebuild?r1=1.1&r2=1.2
14
15 Index: bash-4.1_p2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bash-4.1_p2.ebuild 21 Jan 2010 05:43:22 -0000 1.1
22 +++ bash-4.1_p2.ebuild 4 Feb 2010 00:46:27 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p2.ebuild,v 1.1 2010/01/21 05:43:22 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p2.ebuild,v 1.2 2010/02/04 00:46:27 vapier Exp $
28
29 EAPI="1"
30
31 @@ -54,6 +54,10 @@
32 eerror "as it breaks LFS (struct stat64) on x86."
33 die "remove -malign-double from your CFLAGS mr ricer"
34 fi
35 + if use bashlogger ; then
36 + ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs."
37 + ewarn "This will log ALL output you enter into the shell, you have been warned."
38 + fi
39 }
40
41 src_unpack() {
42 @@ -68,14 +72,6 @@
43
44 if ! use vanilla ; then
45 sed -i '1i#define NEED_FPURGE_DECL' execute_cmd.c # needs fpurge() decl
46 - # Log bash commands to syslog #91327
47 - if use bashlogger ; then
48 - ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs."
49 - ewarn "This will log ALL output you enter into the shell, you have been warned."
50 - ebeep
51 - epause
52 - epatch "${FILESDIR}"/${PN}-3.1-bash-logger.patch
53 - fi
54 epatch "${FILESDIR}"/${PN}-4.1-parallel-build.patch
55 fi
56 }
57 @@ -91,7 +87,8 @@
58 -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \
59 -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \
60 -DNON_INTERACTIVE_LOGIN_SHELLS \
61 - -DSSH_SOURCE_BASHRC
62 + -DSSH_SOURCE_BASHRC \
63 + $(use bashlogger && echo -DSYSLOG_HISTORY)
64
65 # Always use the buildin readline, else if we update readline
66 # bash gets borked as readline is usually not binary compadible
67
68
69
70 1.246 app-shells/bash/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.246&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.246&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?r1=1.245&r2=1.246
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
79 retrieving revision 1.245
80 retrieving revision 1.246
81 diff -u -r1.245 -r1.246
82 --- ChangeLog 21 Jan 2010 05:43:22 -0000 1.245
83 +++ ChangeLog 4 Feb 2010 00:46:27 -0000 1.246
84 @@ -1,6 +1,10 @@
85 # ChangeLog for app-shells/bash
86 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.245 2010/01/21 05:43:22 vapier Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.246 2010/02/04 00:46:27 vapier Exp $
89 +
90 + 04 Feb 2010; Mike Frysinger <vapier@g.o> bash-4.1_p2.ebuild:
91 + Move USE=bashlogger from custom patch to supported define #303333 by
92 + cosmih.
93
94 *bash-4.1_p2 (21 Jan 2010)
95 *bash-4.0_p37 (21 Jan 2010)