diff options
author | 2006-10-18 02:36:06 +0000 | |
---|---|---|
committer | 2006-10-18 02:36:06 +0000 | |
commit | 7701ba53ce426636d93ed6a63449642a2fc49a52 (patch) | |
tree | 52c06b33a2cdd7f9bff2a0b7bc1583455716af2e /app-admin/webmin | |
parent | Save games to ~/.triplea (diff) | |
download | historical-7701ba53ce426636d93ed6a63449642a2fc49a52.tar.gz historical-7701ba53ce426636d93ed6a63449642a2fc49a52.tar.bz2 historical-7701ba53ce426636d93ed6a63449642a2fc49a52.zip |
Stable on SPARC wrt security bug #145829.
Package-Manager: portage-2.1.2_pre3-r3
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.300.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index 94bffa0860d2..a6de0e0ee127 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/webmin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.130 2006/10/17 22:38:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.131 2006/10/18 02:35:12 weeve Exp $ + + 18 Oct 2006; Jason Wever <weeve@gentoo.org> webmin-1.300.ebuild: + Stable on SPARC wrt security bug #145829. 17 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> webmin-1.300.ebuild: Stable on x86 wrt bug #145829. diff --git a/app-admin/webmin/webmin-1.300.ebuild b/app-admin/webmin/webmin-1.300.ebuild index be83bd0ee671..9678b58a650a 100644 --- a/app-admin/webmin/webmin-1.300.ebuild +++ b/app-admin/webmin/webmin-1.300.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.300.ebuild,v 1.3 2006/10/17 22:38:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.300.ebuild,v 1.4 2006/10/18 02:35:12 weeve Exp $ inherit eutils pam @@ -15,7 +15,7 @@ SRC_URI="webmin-minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz ) LICENSE="BSD" SLOT="0" # ~mips removed because of broken deps. Bug #86085 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~s390 ~sh sparc x86" IUSE="apache2 pam postgres ssl webmin-minimal" DEPEND="dev-lang/perl" |