summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-01-03 10:31:24 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-01-03 10:31:24 +0000
commit7a4bc7d2b1e75b42809dfa28b96347516a81594a (patch)
tree81cada5458c508d8865ba0660f7518274aef1e6d /app-admin/webmin
parentremoving insecure version. (diff)
downloadgentoo-2-7a4bc7d2b1e75b42809dfa28b96347516a81594a.tar.gz
gentoo-2-7a4bc7d2b1e75b42809dfa28b96347516a81594a.tar.bz2
gentoo-2-7a4bc7d2b1e75b42809dfa28b96347516a81594a.zip
removing insecure version.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-admin/webmin')
-rw-r--r--app-admin/webmin/ChangeLog8
-rw-r--r--app-admin/webmin/files/digest-webmin-1.2303
-rw-r--r--app-admin/webmin/webmin-1.230.ebuild146
3 files changed, 6 insertions, 151 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog
index 90957e5e1302..103c1dad74bf 100644
--- a/app-admin/webmin/ChangeLog
+++ b/app-admin/webmin/ChangeLog
@@ -1,6 +1,10 @@
# 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.108 2005/12/02 09:00:17 josejx Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.109 2006/01/03 10:29:43 eradicator Exp $
+
+ 03 Jan 2006; Jeremy Huddleston <eradicator@gentoo.org>
+ -webmin-1.230.ebuild:
+ removing insecure version.
02 Dec 2005; Joseph Jezak <josejx@gentoo.org> webmin-1.250.ebuild:
Marked ppc stable for bug #113888.
diff --git a/app-admin/webmin/files/digest-webmin-1.230 b/app-admin/webmin/files/digest-webmin-1.230
deleted file mode 100644
index 3bec412f7326..000000000000
--- a/app-admin/webmin/files/digest-webmin-1.230
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6075f13ac3839b6a78af155009f88835 webmin-1.230-minimal.tar.gz 1219630
-MD5 de55064c8bc590b4dfdb3df8aa95c422 webmin-1.230.tar.gz 8705548
-MD5 a6e5127a67b0b5bfca58d33334aceb55 virtual-server-2.601.wbm.gz 275382
diff --git a/app-admin/webmin/webmin-1.230.ebuild b/app-admin/webmin/webmin-1.230.ebuild
deleted file mode 100644
index cec7e7f96e1d..000000000000
--- a/app-admin/webmin/webmin-1.230.ebuild
+++ /dev/null
@@ -1,146 +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.230.ebuild,v 1.6 2005/10/03 14:38:36 matsuu Exp $
-
-IUSE="apache2 postgres ssl webmin-minimal"
-
-inherit eutils pam
-
-VM_V="2.601"
-
-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
- http://www.webmin.com/download/virtualmin/virtual-server-${VM_V}.wbm.gz )"
-
-LICENSE="BSD"
-SLOT="0"
-
-# ~mips removed because of broken deps. Bug #86085
-KEYWORDS="alpha amd64 hppa ppc ppc64 s390 sh sparc x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- ssl? ( dev-perl/Net-SSLeay )
- postgres? ( dev-perl/DBD-Pg )
- dev-perl/XML-Generator"
-
-# See bug #62123
-# pam? ( dev-perl/Authen-PAM )
-
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
-
- # in webmin-minimal apache2 are not present
- if ! use webmin-minimal ; then
- # Bug #50810, #51943
- if use apache2; then
- epatch ${FILESDIR}/${PN}-1.140-apache2.patch
- fi
-
- # Correct ldapness
- epatch ${FILESDIR}/${PN}-1.230-ldap-useradmin.patch
-
- # Postfix should modify the last entry of the maps file
- epatch ${FILESDIR}/${PN}-1.170-postfix.patch
-
- mv ${WORKDIR}/virtual-server-${VM_V}.wbm ${T}/vs.tar
- tar -xf ${T}/vs.tar
-
- # Don't create ${HOME}/cgi-bin on new accounts
- epatch ${FILESDIR}/virtual-server-2.60-nocgibin.patch
-
- # Check if a newly added IP is already active
- epatch ${FILESDIR}/virtual-server-2.31-checkip.patch
-
- # Verify Postgres usernames
- epatch ${FILESDIR}/virtual-server-2.31-pgsql.patch
-
- # Fix some all name virtual items
- epatch ${FILESDIR}/virtual-server-2.31-namevirtual.patch
- fi
-
- epatch ${FILESDIR}/${PN}-1.170-setup-nocheck.patch
-}
-
-src_install() {
- # Bug #97212
- addpredict /var/lib/rpm
-
- 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 /var
-
- 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
-
- newinitd ${FILESDIR}/init.d.webmin webmin
-
- newpamd ${FILESDIR}/webmin-pam webmin
- echo gentoo > ${D}/usr/libexec/webmin/install-type
-
- # Fix ownership
- chown -R root:0 ${D}
-
- dodir /etc/webmin
- dodir /var/log/webmin
-
- config_dir=${D}/etc/webmin
- var_dir=${D}/var/log/webmin
- perl=${ROOT}/usr/bin/perl
- autoos=1
- port=10000
- login=root
- crypt="XXX"
- host=`hostname`
- use ssl && ssl=1 || ssl=0
- atboot=0
- nostart=1
- nochown=1
- autothird=1
- nouninstall=1
- noperlpath=1
- tempdir="${T}"
- export config_dir var_dir perl autoos port login crypt host ssl atboot nostart nochown autothird nouninstall noperlpath tempdir
- ${D}/usr/libexec/webmin/setup.sh > ${T}/webmin-setup.out 2>&1 || die "Failed to create initial webmin configuration."
-
- # Fixup the config files to use their real locations
- sed -i -e "s:^pidfile=.*$:pidfile=${ROOT}/var/run/webmin.pid:" ${D}/etc/webmin/miniserv.conf
- find ${D}/etc/webmin -type f | xargs sed -i -e "s:${D}:${ROOT}:g"
-
- # Cleanup from the config script
- rm -rf ${D}/var/log/webmin
- keepdir /var/log/webmin/
-
- # Get rid of this crap...
- rm -rf ${D}/usr/libexec/webmin/acl/Authen-SolarisRBAC-0.1
- rm -f ${D}/usr/libexec/webmin/acl/Authen-SolarisRBAC-0.1.tar.gz
-}
-
-pkg_postinst() {
- local crypt=$(grep "^root:" ${ROOT}/etc/shadow | cut -f 2 -d :)
- crypt=${crypt//\\/\\\\}
- crypt=${crypt//\//\\\/}
- sed -i -e "s/root:XXX/root:${crypt}/" /etc/webmin/miniserv.users
-
- einfo "To make webmin start at boot time, run: 'rc-update add webmin default'."
- use ssl && einfo "Point your web browser to https://localhost:10000 to use webmin."
- use ssl || einfo "Point your web browser to http://localhost:10000 to use webmin."
-}
-
-pkg_prerm() {
- ${ROOT}/etc/init.d/webmin stop >& /dev/null
-}