Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69407 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-shells/bash/bash-3.0-r11.ebuild (+35 lines)
Lines 67-72 Link Here
67
		epatch "${FILESDIR}"/${P}-bash-logger.patch
67
		epatch "${FILESDIR}"/${P}-bash-logger.patch
68
	fi
68
	fi
69
69
70
	# Suse Linux Patches
71
	# voalite interrupt
72
	epatch "${FILESDIR}"/suse/bash-2.05-2.4.4.patch
73
	# security fix
74
	epatch "${FILESDIR}"/suse/bash-2.05a-security.patch
75
	# initialize variables
76
	epatch "${FILESDIR}"/suse/bash-3.0-evalexp.patch
77
	# set LC_TIME also
78
	epatch "${FILESDIR}"/suse/bash-3.0-locale.patch
79
	# fix nfs issue 
80
	epatch "${FILESDIR}"/suse/bash-3.0-nfs_redir.patch
81
	# handle mutlibyte characters
82
	epatch "${FILESDIR}"/suse/bash-3.0-utf8.patch
83
	
84
	# Pardus Linux Patches
85
86
	# fix the color prompt problem causes broken utf-8
87
	epatch "${FILESDIR}"/pardus/${P}-prompt.patch
88
89
	# Debian Linux Patches
90
91
	# handle multibyte characters in IFS values
92
	epatch ${FILESDIR}/debian/${P}-update-multibyte-ifs.patch
93
	# Use the random number generator provided by the standard C library else use
94
	# linear one
95
	epatch ${FILESDIR}/debian/${P}-random.patch
96
	# do not drop privileges, if called as /sh
97
	epatch ${FILESDIR}/debian/${P}-privmode.patch
98
	# prefer setenv over putenv
99
	epatch ${FILESDIR}/debian/${P}-rl-setenv.patch
100
	# the key sequence sent by the Delete key
101
	epatch ${FILESDIR}/debian/${P}-rl-del-backspace-policy.patch
102
	# include stdio.h in readline.h
103
	epatch ${FILESDIR}/debian/${P}-rl-header.patch
104
	
70
	# Enable SSH_SOURCE_BASHRC (#24762)
105
	# Enable SSH_SOURCE_BASHRC (#24762)
71
	echo '#define SSH_SOURCE_BASHRC' >> config-top.h
106
	echo '#define SSH_SOURCE_BASHRC' >> config-top.h
72
	# Enable system-wide bashrc (#26952)
107
	# Enable system-wide bashrc (#26952)

Return to bug 69407