diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-10-24 10:48:53 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-10-24 10:48:53 +0000 |
commit | 0f2eae5521c6a57b04b5c771f7762165fd0f5f44 (patch) | |
tree | 6786fd335283cedbc390847eee560a55184ac04f /app-admin/webmin | |
parent | Stable on alpha and amd64 wrt security Bug #142391. (diff) | |
download | historical-0f2eae5521c6a57b04b5c771f7762165fd0f5f44.tar.gz historical-0f2eae5521c6a57b04b5c771f7762165fd0f5f44.tar.bz2 historical-0f2eae5521c6a57b04b5c771f7762165fd0f5f44.zip |
Stable on alpha wrt security Bug #145829.
Package-Manager: portage-2.1.1-r1
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 db386d124fd1..7b40d957680d 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.133 2006/10/20 08:41:27 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.134 2006/10/24 10:47:58 tcort Exp $ + + 24 Oct 2006; Thomas Cort <tcort@gentoo.org> webmin-1.300.ebuild: + Stable on alpha wrt security Bug #145829. 20 Oct 2006; René Nussbaumer <killerfox@gentoo.org> webmin-1.300.ebuild: Stable on hppa. See bug #145829. diff --git a/app-admin/webmin/webmin-1.300.ebuild b/app-admin/webmin/webmin-1.300.ebuild index b9867fa30311..5641a0113dc6 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.7 2006/10/21 22:49:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.300.ebuild,v 1.8 2006/10/24 10:47:58 tcort 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" |