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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- openssh-6.6.1_p1-r3.ebuild
0
++ openssh-6.6.1_p1-r3.ebuild
Lines 143-148 Link Here
143
	)
143
	)
144
	sed -i "${sed_args[@]}" configure{.ac,} || die
144
	sed -i "${sed_args[@]}" configure{.ac,} || die
145
145
146
	sed -i -e 's/-m 4711/-m 0711/' "${S}"/Makefile.in || die
147
146
	epatch_user #473004
148
	epatch_user #473004
147
149
148
	# Now we can build a sane merged version.h
150
	# Now we can build a sane merged version.h
Lines 195-201 Link Here
195
		--with-md5-passwords \
197
		--with-md5-passwords \
196
		--with-ssl-engine \
198
		--with-ssl-engine \
197
		$(static_use_with pam) \
199
		$(static_use_with pam) \
198
		$(static_use_with kerberos kerberos5 /usr) \
200
		$(static_use_with kerberos kerberos5 "${EPREFIX}"/usr) \
199
		${LDAP_PATCH:+$(use X509 || ( use ldap && use_with ldap ))} \
201
		${LDAP_PATCH:+$(use X509 || ( use ldap && use_with ldap ))} \
200
		$(use_with ldns) \
202
		$(use_with ldns) \
201
		$(use_with libedit) \
203
		$(use_with libedit) \
Lines 263-268 Link Here
263
}
265
}
264
266
265
src_test() {
267
src_test() {
268
	[[ $(id -u) = 0 ]] || return #335343
266
	local t tests skipped failed passed shell
269
	local t tests skipped failed passed shell
267
	tests="interop-tests compat-tests"
270
	tests="interop-tests compat-tests"
268
	skipped=""
271
	skipped=""
Lines 299-304 Link Here
299
pkg_preinst() {
302
pkg_preinst() {
300
	enewgroup sshd 22
303
	enewgroup sshd 22
301
	enewuser sshd 22 -1 /var/empty sshd
304
	enewuser sshd 22 -1 /var/empty sshd
305
	fperms 4711 /usr/$(get_libdir)/misc/ssh-keysign*
302
}
306
}
303
307
304
pkg_postinst() {
308
pkg_postinst() {

Return to bug 521976