summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-03-21 09:24:12 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-03-21 09:24:12 +0000
commit99f88618d29424e2c99c144345a5b3172b894d1f (patch)
tree3655da431acd288643e588454dfc1707f7f96796 /net-irc
parentForce recent enough mp4v2 because I killed backwards compability with the las... (diff)
downloadgentoo-2-99f88618d29424e2c99c144345a5b3172b894d1f.tar.gz
gentoo-2-99f88618d29424e2c99c144345a5b3172b894d1f.tar.bz2
gentoo-2-99f88618d29424e2c99c144345a5b3172b894d1f.zip
Remove old, vulnerable version (see security bug 409103)
(Portage version: 2.2.0_alpha93/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/atheme-services/ChangeLog6
-rw-r--r--net-irc/atheme-services/atheme-services-6.0.9-r1.ebuild106
2 files changed, 5 insertions, 107 deletions
diff --git a/net-irc/atheme-services/ChangeLog b/net-irc/atheme-services/ChangeLog
index 1228b6eb4308..e69d58002e23 100644
--- a/net-irc/atheme-services/ChangeLog
+++ b/net-irc/atheme-services/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/atheme-services
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.37 2012/03/21 09:21:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.38 2012/03/21 09:24:12 jdhore Exp $
+
+ 21 Mar 2012; Jeff Horelick <jdhore@gentoo.org>
+ -atheme-services-6.0.9-r1.ebuild:
+ Remove old, vulnerable version (see security bug 409103)
21 Mar 2012; Jeff Horelick <jdhore@gentoo.org> atheme-services-6.0.10.ebuild:
Stable on x86/amd64 wrt security bug 409103
diff --git a/net-irc/atheme-services/atheme-services-6.0.9-r1.ebuild b/net-irc/atheme-services/atheme-services-6.0.9-r1.ebuild
deleted file mode 100644
index 9b760f81b215..000000000000
--- a/net-irc/atheme-services/atheme-services-6.0.9-r1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-6.0.9-r1.ebuild,v 1.5 2012/03/18 15:22:19 armin76 Exp $
-
-EAPI=4
-
-inherit autotools eutils flag-o-matic perl-module prefix
-
-DESCRIPTION="A portable and secure set of open-source and modular IRC services"
-HOMEPAGE="http://atheme.net/"
-SRC_URI="http://atheme.net/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux"
-IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
-
-RDEPEND="dev-libs/libmowgli:0
- cracklib? ( sys-libs/cracklib )
- ldap? ( net-nds/openldap )
- nls? ( sys-devel/gettext )
- pcre? ( dev-libs/libpcre )
- ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- # the dependency calculation puts all of the .c files together and
- # overwhelms cc1 with this flag :-(
- filter-flags -combine
-
- if use profile; then
- # bug #371119
- ewarn "USE=\"profile\" is incompatible with the hardened profile's -pie flag."
- ewarn "Disabling PIE. Please ignore any warning messages about -nopie being invalid."
- append-flags -nopie
- fi
-
- enewgroup ${PN}
- enewuser ${PN} -1 -1 /var/lib/atheme ${PN}
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-6.0.8-configure-disable.patch
- epatch "${FILESDIR}"/${P}-cracklib-automagic.patch
- eautoconf
-
- # fix docdir
- sed -i -e 's/\(^DOCDIR.*=.\)@DOCDIR@/\1@docdir@/' extra.mk.in || die
-
- # basic logging config directive fix
- sed -i -e '/^logfile/s;var/\(.*\.log\);'"${EPREFIX}"'/var/log/atheme/\1;g' dist/* || die
-
- # QA against bundled libs
- rm -rf libmowgli || die
-
- # Get useful information into build.log
- sed -i -e '/^\.SILENT:$/d' buildsys.mk.in || die
-}
-
-src_configure() {
- econf \
- --sysconfdir="${EPREFIX}"/etc/${PN} \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
- --localstatedir="${EPREFIX}"/var \
- --enable-fhs-paths \
- --enable-contrib \
- $(use_enable largenet large-net) \
- $(use_with cracklib) \
- $(use_with ldap) \
- $(use_with nls) \
- $(use_enable profile) \
- $(use_with pcre) \
- $(use_enable ssl)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- insinto /etc/${PN}
- for conf in dist/*.example; do
- # The .cron file isn't meant to live in /etc/${PN}, so only
- # install a .example version.
- [[ ${conf} == *cron* ]] && continue
-
- newins ${conf} $(basename ${conf} .example)
- done
-
- fowners -R 0:${PN} /etc/${PN}
- keepdir /var/{lib,log}/atheme
- fowners ${PN}:${PN} /var/{lib,log,run}/atheme
- fperms -R go-w,o-rx /etc/${PN}
- fperms 750 /etc/${PN} /var/{lib,log,run}/atheme
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
-
- # contributed scripts and such:
- insinto /usr/share/doc/${PF}/contrib
- doins contrib/*.{c,pl,php,py,rb}
-
- if use perl; then
- perlinfo
- insinto "${VENDOR_LIB#${EPREFIX}}"
- doins -r contrib/Atheme{,.pm}
- fi
-}