diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-13 20:56:47 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-13 20:56:47 +0000 |
commit | ae6ff8133b791fb0d8e73ac6686974bce6e1b309 (patch) | |
tree | 5897a2ee70ad51a9514ae0437247f201461a11d6 /app-admin | |
parent | Version bump for security bug #97585. (diff) | |
download | gentoo-2-ae6ff8133b791fb0d8e73ac6686974bce6e1b309.tar.gz gentoo-2-ae6ff8133b791fb0d8e73ac6686974bce6e1b309.tar.bz2 gentoo-2-ae6ff8133b791fb0d8e73ac6686974bce6e1b309.zip |
Removed old, insecure versions. Keeping 170 (insecure) for just mips since they still haven't keyworded the fixed version yet.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/webmin/files/digest-webmin-1.160 | 2 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.160.ebuild | 101 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.170-r3.ebuild | 4 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.200-r1.ebuild | 5 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.200.ebuild | 5 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.210.ebuild | 5 |
7 files changed, 18 insertions, 112 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index 778ad5ca9df6..0a77fbe7f21e 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/webmin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.90 2005/07/11 03:16:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.91 2005/07/13 20:56:47 eradicator Exp $ + + 13 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org> + -webmin-1.160.ebuild, webmin-1.170-r3.ebuild, webmin-1.200.ebuild, + webmin-1.200-r1.ebuild, webmin-1.210.ebuild: + Removed old, insecure versions. Keeping 170 (insecure) for just mips since + they still haven't keyworded the fixed version yet. 11 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org> webmin-1.210.ebuild: diff --git a/app-admin/webmin/files/digest-webmin-1.160 b/app-admin/webmin/files/digest-webmin-1.160 deleted file mode 100644 index 1edf66889cc9..000000000000 --- a/app-admin/webmin/files/digest-webmin-1.160 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 bbb7a52add4b049025a2114f071d230c webmin-1.160-minimal.tar.gz 981917 -MD5 9331501abdb0c0e582be97515aa252a8 webmin-1.160.tar.gz 7518886 diff --git a/app-admin/webmin/webmin-1.160.ebuild b/app-admin/webmin/webmin-1.160.ebuild deleted file mode 100644 index 1a7d1f0d9703..000000000000 --- a/app-admin/webmin/webmin-1.160.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.160.ebuild,v 1.6 2005/01/01 11:35:37 eradicator Exp $ - -inherit eutils - -DESCRIPTION="Webmin, a web-based system administration interface" -HOMEPAGE="http://www.webmin.com/" -SRC_URI="webmin-minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz ) - !webmin-minimal? ( mirror://sourceforge/webadmin/${P}.tar.gz )" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 s390 sparc x86 ~mips" -IUSE="ssl apache2 webmin-minimal" - -DEPEND="dev-lang/perl" -RDEPEND="ssl? ( dev-perl/Net-SSLeay ) - dev-perl/XML-Generator" - -src_unpack() { - unpack ${A} - - # in webmin-minimal webalizer and apache2 are not present - if ! use webmin-minimal ; then - cd ${S} - # Bug #47020 - epatch ${FILESDIR}/${PN}-1.130-webalizer.patch - - # Bug #50810, #51943 - if use apache2; then - epatch ${FILESDIR}/${PN}-1.140-apache2.patch - fi - fi -} - -src_install() { - rm -f mount/freebsd-mounts* - rm -f mount/openbsd-mounts* - rm -f mount/macos-mounts* - (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl - - dodir /usr/libexec/webmin - dodir /etc/init.d - dodir /var - dodir /etc/pam.d - cp -rp * ${D}/usr/libexec/webmin - - # in webmin-minimal openslp is not present - if [ ! -f "${D}/usr/libexec/webmin/openslp/config-gentoo-linux" ] ; then - cp ${D}/usr/libexec/webmin/openslp/config \ - ${D}/usr/libexec/webmin/openslp/config-gentoo-linux - fi - - exeinto /etc/init.d - newexe ${FILESDIR}/init.d.webmin webmin - - insinto /etc/pam.d/ - newins ${FILESDIR}/webmin-pam webmin - echo gentoo > ${D}/usr/libexec/webmin/install-type - - exeinto /etc/webmin - doexe ${FILESDIR}/uninstall.sh -} - -pkg_postinst() { - /etc/init.d/webmin stop >/dev/null 2>&1 - stopstatus=$? - cd /usr/libexec/webmin - config_dir=/etc/webmin - var_dir=/var/log/webmin - perl=/usr/bin/perl - autoos=1 - port=10000 - login=root - crypt=`grep "^root:" /etc/shadow | cut -f 2 -d :` - host=`hostname` - use ssl && ssl=1 || ssl=0 - atboot=0 - nostart=1 - nochown=1 - autothird=1 - nouninstall=1 - noperlpath=1 - export config_dir var_dir perl autoos port login crypt host ssl nochown autothird nouninstall nostart noperlpath - perl /usr/libexec/webmin/maketemp.pl - ./setup.sh >/tmp/.webmin/webmin-setup.out 2>&1 - - if [ "$stopstatus" = "0" ]; then - # Start if it was running before - /etc/init.d/webmin start - fi - - sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' /etc/webmin/miniserv.conf - - einfo "Add webmin to your boot-time services with 'rc-update add webmin'." - einfo "Point your web browser to http://localhost:10000 to use webmin." -} - -pkg_prerm() { - /etc/init.d/webmin stop >& /dev/null -} diff --git a/app-admin/webmin/webmin-1.170-r3.ebuild b/app-admin/webmin/webmin-1.170-r3.ebuild index 6627e8c4efa1..31cb67779b93 100644 --- a/app-admin/webmin/webmin-1.170-r3.ebuild +++ b/app-admin/webmin/webmin-1.170-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.170-r3.ebuild,v 1.5 2005/04/08 10:38:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.170-r3.ebuild,v 1.6 2005/07/13 20:56:47 eradicator Exp $ IUSE="ssl apache2 webmin-minimal" @@ -16,7 +16,7 @@ SRC_URI="webmin-minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz ) LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ppc64 s390 sparc x86 ~mips" +KEYWORDS="~mips" DEPEND="dev-lang/perl" RDEPEND="ssl? ( dev-perl/Net-SSLeay ) diff --git a/app-admin/webmin/webmin-1.200-r1.ebuild b/app-admin/webmin/webmin-1.200-r1.ebuild index 654e894c950e..dc25a4854683 100644 --- a/app-admin/webmin/webmin-1.200-r1.ebuild +++ b/app-admin/webmin/webmin-1.200-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.200-r1.ebuild,v 1.2 2005/06/24 17:07:33 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.200-r1.ebuild,v 1.3 2005/07/13 20:56:47 eradicator Exp $ IUSE="apache2 pam postgres ssl webmin-minimal" @@ -16,7 +16,8 @@ SRC_URI="webmin-minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz ) LICENSE="BSD" SLOT="0" -# ~mips and ~s390 removed because of broken deps. Bug #86085 + +# ~mips removed because of broken deps. Bug #86085 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86" DEPEND="dev-lang/perl" diff --git a/app-admin/webmin/webmin-1.200.ebuild b/app-admin/webmin/webmin-1.200.ebuild index 972418651600..a2d096c12189 100644 --- a/app-admin/webmin/webmin-1.200.ebuild +++ b/app-admin/webmin/webmin-1.200.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.200.ebuild,v 1.7 2005/05/25 04:17:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.200.ebuild,v 1.8 2005/07/13 20:56:47 eradicator Exp $ IUSE="apache2 postgres ssl webmin-minimal" @@ -16,7 +16,8 @@ SRC_URI="webmin-minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz ) LICENSE="BSD" SLOT="0" -# ~mips and ~s390 removed because of broken deps. Bug #86085 + +# ~mips removed because of broken deps. Bug #86085 KEYWORDS="alpha amd64 hppa ppc ppc64 s390 sparc x86" DEPEND="dev-lang/perl" diff --git a/app-admin/webmin/webmin-1.210.ebuild b/app-admin/webmin/webmin-1.210.ebuild index 7e7af81e8363..063b39bc203d 100644 --- a/app-admin/webmin/webmin-1.210.ebuild +++ b/app-admin/webmin/webmin-1.210.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.210.ebuild,v 1.3 2005/07/11 03:16:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.210.ebuild,v 1.4 2005/07/13 20:56:47 eradicator Exp $ IUSE="apache2 pam postgres ssl webmin-minimal" @@ -16,7 +16,8 @@ SRC_URI="webmin-minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz ) LICENSE="BSD" SLOT="0" -# ~mips and ~s390 removed because of broken deps. Bug #86085 + +# ~mips removed because of broken deps. Bug #86085 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86" DEPEND="dev-lang/perl" |