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

Collapse All | Expand All

(-)/usr/portage/app-admin/webmin/webmin-1.690.ebuild (-3 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.690.ebuild,v 1.1 2014/06/07 11:29:32 hwoarang Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
Lines 26-32 Link Here
26
# to install them using the in-built cpan module, and this will mess up perl on the system
26
# to install them using the in-built cpan module, and this will mess up perl on the system
27
# That's why some modules are forced without a use flag
27
# That's why some modules are forced without a use flag
28
# NOTE: pam, ssl and dnssec-tools deps are forced for security and Gentoo compliance installation reasons
28
# NOTE: pam, ssl and dnssec-tools deps are forced for security and Gentoo compliance installation reasons
29
DEPEND="virtual/perl-Sys-Syslog
29
DEPEND="virtual/perl-MIME-Base64
30
	virtual/perl-Socket
31
	virtual/perl-Sys-Syslog
30
	virtual/perl-Time-HiRes
32
	virtual/perl-Time-HiRes
31
	virtual/perl-Time-Local
33
	virtual/perl-Time-Local
32
	dev-perl/Authen-Libwrap
34
	dev-perl/Authen-Libwrap
Lines 284-291 Link Here
284
	export os_version='*'
286
	export os_version='*'
285
	export real_os_type='Gentoo Linux'
287
	export real_os_type='Gentoo Linux'
286
	export real_os_version='Any version'
288
	export real_os_version='Any version'
287
	# Forcing 'ssl', 'ssl_redirect' and 'no_sslcompression' for tightening security
289
	# Forcing 'ssl', 'no_ssl2', 'no_ssl3', 'ssl_redirect' and 'no_sslcompression' for tightening security
288
	export ssl=1
290
	export ssl=1
291
	export no_ssl2=1
292
	export no_ssl3=1
289
	export ssl_redirect=1
293
	export ssl_redirect=1
290
	export no_sslcompression=1
294
	export no_sslcompression=1
291
	export keyfile="${EROOT}etc/ssl/webmin/server.pem"
295
	export keyfile="${EROOT}etc/ssl/webmin/server.pem"

Return to bug 534092